-Arty-
Game Modes
Moderator: Moderators
-
Guest
Game Modes
Hey its Arty (again) and this time I'm wandering how you Make new game modes. Because I've got several ideas, and I want to actually make them!
-Arty-

-Arty-
-
-_-
- Gametoast Staff

- Posts: 2678
- Joined: Sat May 07, 2005 1:22 pm
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
There are a lot of little, easy steps to get a new game mode working. The first thing you want to do is create the game mode inside another mode (lets say conquest). This way, you can focus on creating the game mode and not all the little steps trying to get it to work/showup.
To get started:
1) Create a new map with a conquest game mode.
2) Edit the map's Lua (ex: XXXg_con.lua)
2b) Remove all the ScriptCB_DoFile()s except ScriptCB_DoFile("setup_teams")
2c) Delete everything inside the function ScriptPostLoad()
Now get going on your game mode.
You can take a look at: http://www.gametoast.com/index.php?name ... 76&start=0
To get started:
1) Create a new map with a conquest game mode.
2) Edit the map's Lua (ex: XXXg_con.lua)
2b) Remove all the ScriptCB_DoFile()s except ScriptCB_DoFile("setup_teams")
2c) Delete everything inside the function ScriptPostLoad()
Now get going on your game mode.
You can take a look at: http://www.gametoast.com/index.php?name ... 76&start=0
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
xwingguy
