Questions tagged [configuration]
The configuration tag has no usage guidance.
32 questions
1
vote
1
answer
115
views
Exposing Unreal DataAsset in plugin config
I would like to expose some DataAsset in the configuration of my plugin.
If I wanted some integer, this would work well:
...
0
votes
0
answers
36
views
How can I map controls of an existing Unity application, when no UI is provided?
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 ...
8
votes
3
answers
594
views
Should game data be encoded in configuration files, given that it will almost always contain logic?
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 ...
0
votes
1
answer
516
views
How do I implement Minecraft Forge Config GUI (1.8.x)
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'...
1
vote
1
answer
1k
views
How to fit game to screen size?
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 ...
1
vote
1
answer
428
views
Is it still possible to set default script template for Unity Mac?
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 ...
0
votes
1
answer
425
views
Viewport controls in UE5 - can you lock the Z axis?
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) ...
2
votes
1
answer
329
views
Old Unity exe : is there any command line argument that skips the configuration window?
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 ...
0
votes
0
answers
60
views
Issue in launching game in Amazon store
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 ...
0
votes
1
answer
188
views
How to pre-configure a prefab in the editor for multiple similar buttons before instantiating them
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 ...
0
votes
0
answers
73
views
Dynamic game configuration
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 ...
1
vote
0
answers
396
views
Load Unity game launch options from file
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, ...
0
votes
2
answers
851
views
The best way to store and protect game data [duplicate]
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 ...
25
votes
3
answers
4k
views
For a custom game engines, what should I do if my core data is malformed or missing?
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 ...
1
vote
1
answer
126
views
How to figure out hidden fields in an .ini file?
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 ...
1
vote
2
answers
3k
views
Good Configuration Manager System Design for medium-large sized projects?
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 ...
1
vote
1
answer
546
views
Where to store service urls for a Unity3D game
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 ...
8
votes
2
answers
1k
views
Game prelauncher with configurations (resolution/quality)
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, ...
1
vote
1
answer
207
views
Component-Entity Systems Code Generation [closed]
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 ...
2
votes
3
answers
2k
views
"CVar system" - are CVar always looked up or cached?
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
...
2
votes
1
answer
253
views
Game Database-Server Specifications [closed]
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(...
5
votes
1
answer
2k
views
What does Unity's "Speed of Sound"-option do?
I've been reading Unity's manual on the AudioManager's properties. Speed of Sound is the only undocumented option. What is it for?
0
votes
3
answers
2k
views
Modify game using external file
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 ...
5
votes
3
answers
3k
views
What's the appropriate way to define configuration settings of game objects for a proper code accessed via C++?
I defined a lot of configuration and settings of certain types of enemy characters inside header via #define similar to the following.
...
0
votes
2
answers
477
views
Markup format or script for data files? [duplicate]
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 ...
-3
votes
2
answers
6k
views
How can you store item data from a game? [duplicate]
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 ...
1
vote
1
answer
305
views
Is there a way to setup an Android game project with a large assets during development to allow for fast testing/iteration?
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 ...
-4
votes
1
answer
291
views
Human-readable text file format for game parameters
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 ...
4
votes
1
answer
275
views
Using Ninject for DependencyInjection on Xbox, noticable impact?
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 ...
11
votes
5
answers
1k
views
Why place entity config outside of scripts?
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 ...
7
votes
6
answers
407
views
Usage of standardized syntaxes in gaming: yea or nay?
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
Would it be better to use XML/JSON/Text or a database to store game content?
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 ...