Skip to main content

Questions tagged [configuration]

Filter by
Sorted by
Tagged with
0 votes
1 answer
102 views

I'm trying to understand how different versions of opengl work. I am developing a game aimed to support opengl3.3 here are the specifications of my system: OS: Manjaro linux Renderer: Mesa Intel(R) ...
cuppajoeman's user avatar
2 votes
1 answer
215 views

I would like to expose some DataAsset in the configuration of my plugin. If I wanted some integer, this would work well: ...
Some game developer's user avatar
0 votes
0 answers
44 views

I have an Unity application, that someone made for me in the past. It is provided as single binary file for Linux in this case. It features a very simple "launcher" which let me select the ...
dronus's user avatar
  • 101
8 votes
3 answers
945 views

Question inspired by the accepted answer to another question: Wondering if there is a more efficient way to store level data in my game? The answer, by @Evorlor, says: You should have the data for ...
gaazkam's user avatar
  • 977
0 votes
1 answer
807 views

So I have recently been working on a minecraft 1.8.9 forge mod, just to play around and see what there is (eventually I am planning on making a utilities mod with versions for 1.8-1.19, which is why I'...
MiSt Rocky's user avatar
1 vote
1 answer
1k views

I create a WebGL game. After building project I discovered that the game doesn't fit the screen size How you can see the canvas is perfectly scaled but the game didn't I don't know what I changed but ...
EzioMercer's user avatar
1 vote
1 answer
488 views

I want to setup/update the default template(s) for C# scripts in my games. According to the docs https://support.unity.com/hc/en-us/articles/210223733-How-to-customize-Unity-script-templates on Mac I ...
scunliffe's user avatar
  • 115
0 votes
1 answer
500 views

I recently got into UE5 after using Unity some years ago - I am a bit surprised about the shooter-like controls in the level editor, as most of the time I will want to pan across the level (X/Y axes) ...
Kefir's user avatar
  • 1
2 votes
1 answer
464 views

Remember this configuration window from older versions of Unity? Is there some way I can run the exe that skips this and goes straight to the game? ps. my use case is that I am writing a Windows ...
Guye Incognito's user avatar
0 votes
0 answers
74 views

I developed a 2D game in Unity3D for Android. I tried to Release the game in the Play store and Amazon app store. In the Play Store, it's working fine. When comes to the Amazon store the game is not ...
Manoj Balaji M's user avatar
0 votes
1 answer
223 views

Let me explain my problem with my concrete example. I have a button prefab. A button prefab has a lot of configurations: background color, background shape, background image, text, text color, button ...
qqqqqqq's user avatar
  • 278
0 votes
0 answers
82 views

I am not sure how that systems type called, so I try to describe what we want and it will be great if someone can advise… We have online game with client/server architecture. The game has some ...
Alexandr Rebrik's user avatar
1 vote
0 answers
421 views

I have a need to disable the resolution dialogue when the game launches, but have a config file that will have all of the dialogue options (resolution, quality, monitor (monitor is most important, ...
Paul Vinogradov's user avatar
0 votes
2 answers
936 views

I'm writing a sandbox-type game and i'm looking for a good way to store game data. I tryed Lua and plain text files, but the have a big minus - player can edit them his self! So how do I protect data ...
user avatar
25 votes
3 answers
4k views

I'm writing a custom engine for a game. I started this game well before I understood why I should use middleware, instead, and it's too far along to rewrite. The vast majority of my data comes from ...
JesseTG's user avatar
  • 1,097
1 vote
1 answer
163 views

I'm not sure if this is the right place to ask this, but I can't think of anywhere else that would fit better. Fallout 4 has just recently released, and I'm wondering what exactly can I edit in the ...
Peter Tran's user avatar
1 vote
2 answers
3k views

I've create smaller games which simply needed a class which basically opens an INI file (with feather-ini-parser library) with config values for the whole game (rendering ops, music, bindings). But I ...
Cristopher Sosa's user avatar
1 vote
1 answer
579 views

I have URL information for services (dozens of them) that I want to store in a Unity3D web player project. What is a good practice for storing it. (please don't say hard coding them) I've recently ...
Dan Violet Sagmiller's user avatar
8 votes
2 answers
1k views

I've seen that a lot of games have the exactly same configuration screen before the game launches, as you can see in the following screenshot. Is this screen generated by some tool, for example, Unity,...
Dalvtor's user avatar
  • 183
1 vote
1 answer
235 views

I'm really enjoying component entity approach (I'm currently using ASH haxe, but particular language/framework doesn't really matter). However the problem is - there're way too many elementary ...
user54415's user avatar
2 votes
3 answers
2k views

Many famous game such as Quake or Half-Life use CVars to allow easy and flexible game parameter manipulations. You can simply open up the console and write something like ...
Vittorio Romeo's user avatar
2 votes
1 answer
263 views

Our team is going to publish game in social networks. Expected DAU is about 100k, which is about 500 concurrent connections and 100-400 transactions\sec. Our main risk is the game-database server(...
Ashes's user avatar
  • 23
5 votes
1 answer
2k views

I've been reading Unity's manual on the AudioManager's properties. Speed of Sound is the only undocumented option. What is it for?
Fabián's user avatar
  • 285
0 votes
3 answers
2k views

In Flash, for example, I can place an xml file along with the binary, then if I modify some variable the game will change for everyone. How to achieve something like that in Android? I know that for ...
Veehmot's user avatar
  • 171
5 votes
3 answers
4k views

I defined a lot of configuration and settings of certain types of enemy characters inside header via #define similar to the following. ...
haxpor's user avatar
  • 258
0 votes
2 answers
554 views

Possible Duplicate: How to choose how to store data? The game I'm designing will be mainly written in a high level scripting language (leaning towards either Lua or Squirrel) with a C++ core. In ...
Aaron's user avatar
  • 735
-3 votes
2 answers
6k views

Possible Duplicate: Would it be better to use XML/JSON/Text or a database to store game content? How to choose how to store data? When I look at games such as warcraft 3, or Diablo, or basically ...
Bugster's user avatar
  • 2,044
1 vote
1 answer
344 views

I'm working on an Android port of an iOS game at the moment. I am using the Android NDK only (android_native_app_glue) in Eclipse (CDT + ADT). I am using the Android emulator, API 15 (but we are ...
Christian's user avatar
  • 265
-4 votes
1 answer
332 views

Basically what I want to do is put a lot of different parameters in a text file I edit by-hand, to avoid recompiling. I'm using Ogre3D, so I'm using configfile, but it gets messed up, and I'm looking ...
jokoon's user avatar
  • 5,253
4 votes
1 answer
305 views

This may be classed as a slightly subjective question but there is very little information on this at the moment, so I just thought I would ask here incase anyone has any experience with this. I am ...
Grofit's user avatar
  • 383
11 votes
5 answers
1k views

I've seen a lot of games that define the entity components in script files, but when they configure each entity and specify what components it has, they use some other file format (like XML). Why do ...
Paul Manta's user avatar
  • 3,197
7 votes
6 answers
481 views

TL;DR: Using CSS as an element in defining rulesets in Civ-style turn-based strategy games: Madness or just plain old insanity? Real question: Designing ruleset parse rules is a pain. Every single ...
30 votes
8 answers
25k views

I'm considering how to implement a component-based game, as that seems to be the hot thing and I like the idea of such a flexible design. One of the features of such a design is that adding new ...
CodexArcanum's user avatar
  • 1,372