Page 1 of 1

How do I make Spring run my mod?

Posted: 17 Jul 2011, 22:26
by Yaaar's Revenge
Hey everyone

I have just started out using Spring after converting from Gamemaker for the last 6/7 years, and I have been following the guidance of the tutorial of how to make a mod. I have been trying to get my test mod to work - but with no success.

I am having difficulties with changing the files in the .sd7 files - When I try adding or editing files in the .sd7 mod file in the /mods folder of Spring - it says "Operation is not supported" when I try to add my files to the archive.

The other approach I used was to extract the files, and add my own then re-archive it, but it produces it as a zip-style file - when I try and change it to a .sd7 file, I put it in the mods folder and Spring does not see it and says it is corrupted when I double click on it.

How can I solve either of these two problems and start making my mods? Thanks all

Re: How do I make Spring run my mod?

Posted: 17 Jul 2011, 22:33
by Beherith
Make a directory in spring/mods called yourmodname.sdd.
Place your mod files there normally. no need to zip between each change.

Re: How do I make Spring run my mod?

Posted: 17 Jul 2011, 22:36
by Yaaar's Revenge
directory? As in a file or a zip-file? Sorry I'm not very good with lingo ><

Re: How do I make Spring run my mod?

Posted: 17 Jul 2011, 22:36
by hoijui
directory = folder

Re: How do I make Spring run my mod?

Posted: 17 Jul 2011, 22:38
by Yaaar's Revenge
Ok thanks - so I just dump my files into the folder then? No need to archive anything right?

Re: How do I make Spring run my mod?

Posted: 17 Jul 2011, 23:23
by FLOZi
Not until you wish to distribute it.

Re: How do I make Spring run my mod?

Posted: 18 Jul 2011, 00:04
by PicassoCT
http://code.google.com/p/springtutorialgame/



knorkes mod is really great for a start, it has all the essentials a mini-mod needs for growth. Now open your mouth, sah AAAAaaaahhhnd one for mama, one spoon full for papa, one for grandma, one for grandpa.

Re: How do I make Spring run my mod?

Posted: 18 Jul 2011, 02:59
by Yaaar's Revenge
Thanks for the help guys =) was very useful and I am very greatful for it =) expect lots more questions from me soon >< lol

Re: How do I make Spring run my mod?

Posted: 18 Jul 2011, 13:57
by PicassoCT
Have there been any recent advances?