Are there any other programs out there for game varients? Or is there a Sav3r 2, or anything else that can help me put some specific options on my game varient?
Like, i wanna make a game type where you can have flags and odd balls, and/or bombs (assault). Mix a bunch of stuff up, and maybe even make the popular game type zombies, uncheatable. (making specific teams use only a specific weapon).
Then there is other stuff, like i want to be able to add more than 3 oddballs in a map, or be able to use 4 assault bombs or flags on any map, (only warlock and foundation can take up 4).
What i want to do most is have people spawn with an oddball/flag/bomb instead of having to pick one up (for certain reasons). But what would be best of all is if i could get the game type Assault, Oddball, CTF, and slayer all together in one game or a few of these into a game, which ever I pick.
*By the ways, i have Sav3r v.8
Are there other ways i can mod Game Varients???
- Atticus_Nair
- Posts: 79
- Joined: Fri Jul 20, 2007 2:55 pm
- Location: in front of a bright night
Re: Are there other ways i can mod Game Varients???
I think you have to hex edit, when modding game types, but im not completly sure
well, if you want people to spawn with a different weapon or something, you could always do it in the map. Just open the map in entity and scroll to the [scnr] tag and in the meta editor if you scroll far enough down, it will say netgame equipment then starting equipment. Change whatever's there to what you want.
Ah fudge, I can't get my pic to work. I need to llearn more BBCode. Eithier that or figure out a way to enable HTML.
HTML is disabled on this board. It's simple to add a picture. Just put [img]UrlGoesHere[/img].
HTML is disabled on this board. It's simple to add a picture. Just put [img]UrlGoesHere[/img].
You can't do that stuff in a gametype.
All a gametype is, is a list of stuff like this (but in a more compressed/efficient format):
Obviously it would keep going to list everything, but I'm not going to bother writing everything, you should get the point.
All of the numbers for things such as "Starting Weapon" correspond to a weapon in a list of weapons built into every map file.
You can't make players spawn with flags because the flag isn't in the list of weapons.
And I can't even imagine how you'd contemplate adding in new bases for assault mode or forcing a team to only be able to use a certain gun through such a system
All a gametype is, is a list of stuff like this (but in a more compressed/efficient format):
Code: Select all
Gametype Name: UberSlayer
Mode: #0
Starting Weapon: #5
Secondary Weapon #0
Kill Limit: 20
Time Limit: 15
Primary Light Vehicle: #2
Secondary Light Vehicle: #0
...
All of the numbers for things such as "Starting Weapon" correspond to a weapon in a list of weapons built into every map file.
You can't make players spawn with flags because the flag isn't in the list of weapons.
And I can't even imagine how you'd contemplate adding in new bases for assault mode or forcing a team to only be able to use a certain gun through such a system

you could edit the main menu like i do. The sily tag controls stuff like that. I already added instant respawn to my menus options.

"Before you criticize someone, walk a mile in their shoes. That way after you make fun of them, you still have their shoes."-Dranciel ಠ_ಠScottyGee wrote:Smokers suck >_< (to avoid someone saying it later, both literally and in the derogatory way)
I tried editing the sily tags once. How do you edit them? I only get options about where the offsets are. How do you add options?
Ah fudge, I can't get my pic to work. I need to llearn more BBCode. Eithier that or figure out a way to enable HTML.
HTML is disabled on this board. It's simple to add a picture. Just put [img]UrlGoesHere[/img].
HTML is disabled on this board. It's simple to add a picture. Just put [img]UrlGoesHere[/img].
well an updated version of the plugin should have the values labled. Even though the lable will be wrong, cant fix that, you can edit the times of stuff.

"Before you criticize someone, walk a mile in their shoes. That way after you make fun of them, you still have their shoes."-Dranciel ಠ_ಠScottyGee wrote:Smokers suck >_< (to avoid someone saying it later, both literally and in the derogatory way)