Menu configs?
Moderator: Graf Zahl
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16
Menu configs?
hey!
I'm currently working on a mod. And i wonder if u can somehow change menu? i mean not just sprites, but put new options. Like changing in options, take away all the dynamic light configs, as i want some settings to be default in my mod, i dont want anyone be able to change those dynamic settings in it.
Is these things possible?
Thanks
I'm currently working on a mod. And i wonder if u can somehow change menu? i mean not just sprites, but put new options. Like changing in options, take away all the dynamic light configs, as i want some settings to be default in my mod, i dont want anyone be able to change those dynamic settings in it.
Is these things possible?
Thanks
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16
never done such a thing, but, what compiler and program i use to recompile it?Nash wrote:It's possible. Download the GZDoom source, comment out the menu items you don't want, then recompile and distribute the recompiled EXE with your mod.
Of course this only makes sense if the project is aimed towards users outside of the Doom community.
Thanks
- NeoHippo
- Posts: 408
- Joined: Tue Sep 13, 2005 0:47
- Location: British Columbia Canada
http://zdoom.org/wiki/Compile_ZDoom_on_WindowsExtremeMachine wrote: what compiler and program i use
TAtL, tU, aE
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
http://zdoom.org/wiki/Compile_ZDoom_on_Linux
http://zdoom.org/wiki/Compile_ZDoom_on_Windows
For GZDoom the steps are mostly the same. You will just probably need to find and download glext.h and wglext.h and put them in the src/gl folder.
http://www.opengl.org/registry/api/glext.h
http://www.opengl.org/registry/api/wglext.h
To get the source code, the best is to use the Subversion (SVN) server.
http://zdoom.org/wiki/Subversion_repository
Or you can grab the source code for version 1.1.6 here:
http://grafzahl.drdteam.org/index.php?page=topic&id=230
http://zdoom.org/wiki/Compile_ZDoom_on_Windows
For GZDoom the steps are mostly the same. You will just probably need to find and download glext.h and wglext.h and put them in the src/gl folder.
http://www.opengl.org/registry/api/glext.h
http://www.opengl.org/registry/api/wglext.h
To get the source code, the best is to use the Subversion (SVN) server.
http://zdoom.org/wiki/Subversion_repository
Or you can grab the source code for version 1.1.6 here:
http://grafzahl.drdteam.org/index.php?page=topic&id=230
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
And let's not forget: If you make your own custom EXE you will cut off your mod from all future enhancements, including those that may be needed to run it on newer computers.
You should do this only if you have no other way to make it work. Just for some cosmetic changes to the menu it's be overkill.
You should do this only if you have no other way to make it work. Just for some cosmetic changes to the menu it's be overkill.
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16
- Rachael
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
The only real solution that you have, if you want to maintain ANY audience at all (i.e. do you want people to PLAY your mod?), is just put the following section in your MOD.txt file: (the one you put with your distribution)
Recommended settings for GZDoom:
set some_cvar 5
set some_other_cvar 1
set this_other_cvar 2
set some_other_setting 6
If you in ANY way force settings on a user (or even saying they MUST do this, or just by making them unchangable), will make your mod unattractive, and people will not to want to play it.
If you do not comprehend what I am saying here, don't even bother distributing your mod then. No one will play it. People don't like to be forced into different settings. That's just the way life is.
Recommended settings for GZDoom:
set some_cvar 5
set some_other_cvar 1
set this_other_cvar 2
set some_other_setting 6
If you in ANY way force settings on a user (or even saying they MUST do this, or just by making them unchangable), will make your mod unattractive, and people will not to want to play it.
If you do not comprehend what I am saying here, don't even bother distributing your mod then. No one will play it. People don't like to be forced into different settings. That's just the way life is.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
ExtremeMachine wrote:soo this is the only way to hide some functions in options? can't i in someway cheat? `:P
I lack too much xp of reconstruct all again, and i still want to use Gzdoom, just that some functions in options fucks my map up, and i want some settings to be standard, and not changeable.
Thanks
What options are you talking about? I think it makes no sense to continue this discussion unless you make a complete list. Just the dynamic lights or also something else?
I'd have to agree with SoulPriestess about one thing: Disabling an option just because is not good enough motivation for distributing a custom EXE.
-
- Posts: 58
- Joined: Sun Aug 26, 2007 18:16