Page 1 of 1
User made scripts for Shootmania info request
Posted: 08 Jul 2012, 02:51
by nyquist
nice idea, but first we need to know how to make/change scripts and how to use them. Thx.
Re: Collection of user made scripts for Shootmania
Posted: 08 Jul 2012, 09:00
by Omnixor
programmers know. if you're not a programmer, it's gonna be quite hard - it's pure script editing.
Re: Collection of user made scripts for Shootmania
Posted: 08 Jul 2012, 15:42
by nyquist
Omnixor wrote:programmers know. if you're not a programmer, it's gonna be quite hard - it's pure script editing.
i am, but i have no idea how to start

Re: Collection of user made scripts for Shootmania
Posted: 08 Jul 2012, 16:14
by Omnixor
Re: User made scripts for Shootmania info request
Posted: 15 Jul 2012, 13:09
by EowynCarter
Yup, same here. Is there some documantation somewhere ? Mainly about the SM specific fonctions ?
Re: User made scripts for Shootmania info request
Posted: 15 Jul 2012, 13:46
by w1lla
Re: User made scripts for Shootmania info request
Posted: 15 Jul 2012, 18:28
by CroissantNinja
The best advice I can give is START WITH MAKING MAP EDITOR PLUGINS! They're the easiest to make, and there are already pre-made scripts available to work with. Just open the map editor, click on the plugins icon next to the other icons, and explore. If you're looking at the scripts with no idea what you're looking at, I suggest looking up any intro to C++ tutorial...that should make things clearer. Just try to think of something that would be usefull in a map editor, it could be just about anything really. Jumping into game-mode scripts from nothing is a huge leap, even with programming experience. Plus this is still in beta so they haven't finished documentation/tutorials and whatnot.
Good Luck!

Re: User made scripts for Shootmania info request
Posted: 15 Jul 2012, 20:44
by Awpteamoose
CroissantNinja wrote:Jumping into game-mode scripts from nothing is a huge leap, even with programming experience. Plus this is still in beta so they haven't finished documentation/tutorials and whatnot.
There's really nothing useful or interesting you can do with map editor plugins. As for documentation and help files, the previously mentioned big.h reference file and some experimentation is enough, it's not that complicated.
Re: User made scripts for Shootmania info request
Posted: 15 Jul 2012, 20:50
by kalstrams
I really suggest anyone who is going to learn to at least read through the wikipedia on topics of C++, structured programming and object-oriented programming.