time-to-make-the-mods outdated and broken
clankill3r
Join Date: 2007-09-03 Member: 62145Members, NS2 Map Tester, Reinforced - Shadow
in Modding
I would love to get started modding. It's only a bit hard to find a good entry point.
Programming is not really a problem for me. I have good experience with java and lua doesn't look that difficult.
I tried to do this tutorial:
http://unknownworlds.com/ns2/time-to-make-the-mods/
There is no game_setup.xml. I created it myself and then the mod works.
I only wonder about this line:
<loading>lua/ModLoading.lua</loading>
In the console it says that the file is not found. And that could be true since I never created it cause no one told me to.
Should i delete the line of code? Or do I need to create the file? And if so, what has to be in the file?
Please help, I would love to get started.
Programming is not really a problem for me. I have good experience with java and lua doesn't look that difficult.
I tried to do this tutorial:
http://unknownworlds.com/ns2/time-to-make-the-mods/
There is no game_setup.xml. I created it myself and then the mod works.
I only wonder about this line:
<loading>lua/ModLoading.lua</loading>
In the console it says that the file is not found. And that could be true since I never created it cause no one told me to.
Should i delete the line of code? Or do I need to create the file? And if so, what has to be in the file?
Please help, I would love to get started.
Comments
So i will just share the bits i allready got done: https://docs.google.com/document/d/1ewJCs-gPBKeBZOqFujpNa4gApvO5Sz-rabgHvHOoAWU/edit?usp=sharing
Hopefully this already helps you
I will look into it asap.
Yeah if i would be able to clone myself that might solve some time issues . But yeah take a look. I will take your feedback in account for future guide improvements.
For now i won't really work at the guide until we got 268 in RC mode which will happen soon
Can't wait till you have more.
Let me know when you figure this one out.