Hows the softbody in the game engine going?
Does anyone have any wikis or any thing in the animation? Not charachter animation but something like an object on a locked on a path.
Is there any tutorials on how to be able to set things such as maps, Game modes, before you start playing? (Something like CS:S)
Server searching (Like CS:S again)
And I have a few others but I forgot like I always do…
For the maps and game modes, you can use blends, and one blend for each “linked object” with a set position script (You can use append or link), or a script that links the object on a certin object’s position. For setting maps, you can just use python, from a list of maps read from the blends in a directory, and the player selects one depending to the game mode (like it reads the initials of a game, such as CTF_Map.map. (Renamed blend file). Anyways, ben did a example that loads maps from dat (or renamed blend?) files.