Bully-Board

Bully Modding Section => Script Modding => Topic started by: DaBOSS54320 on January 13, 2015, 06:44:13 PM

Title: Quickly compile & install LUA mods!
Post by: DaBOSS54320 on January 13, 2015, 06:44:13 PM
The executable was made by |XF|-MadmaN [AR]! All I did was make the batch file for this and help show how to use the fabulous tool.

This is meant for modders who make mods, not for people who just download/play mods.

This is a basic, yet very useful setup for doing LUA mods for Bully. If you don't want to use it exactly, you can probably still look at how it works and adopt how it works for yourself.
This just simply gives you a setup for LUA modding with a compiler, IMG tool, some mod examples, and some templates. It also includes a very very quick way to compile your scripts and add them/install them to the Scripts.img in a fraction of a second!
No more tedious opening of the command prompt and IMG tool and manual compilation and installation.

If you take a long time to compile your mods and find it annoying to add them to the Scripts.img every time, or just feel like your modding folder is messy and/or inefficient, this is for you!

Get it here (http://bullymods.net/downloads.php?cat_id=2&download_id=120)!
Title: Re: Quickly compile & install LUA mods!
Post by: AfterLife on January 30, 2015, 08:29:44 AM
Thanks dude!
Title: Re: Quickly compile & install LUA mods!
Post by: Mick3Mouse on February 23, 2015, 10:30:37 AM
nice b8 m8, i r8 7/8 m8 no h8! 
Title: Re: Quickly compile & install LUA mods!
Post by: Bully_Lover13 on January 16, 2016, 02:02:20 AM
Sorry for the bump

But can someone help me out here? I'm getting this error, can someone actually make a complete tut for me on how to exactly use this?

(http://i.imgur.com/yhBTYSW.png)



And yes, I am going to actually start making a few mods.
Title: Re: Quickly compile & install LUA mods!
Post by: Bully_Lover13 on January 16, 2016, 10:55:36 PM
Someone help.
Title: Re: Quickly compile & install LUA mods!
Post by: DahCobra33 on January 17, 2016, 12:38:31 AM
Bumping in the same day? Have some patience man!  :biggrin:
Title: Re: Quickly compile & install LUA mods!
Post by: Bully_Lover13 on January 17, 2016, 07:47:19 AM
Bumping in the same day? Have some patience man!  :biggrin:
It's already the next day for me.
Title: Re: Quickly compile & install LUA mods!
Post by: DaBOSS54320 on January 17, 2016, 10:16:06 AM
There should only be 2 dots for previous directory, not 3. So try "../../Scripts.img" instead of ".../.../Scripts.img". The .. means previous directory, and you need to go back 2 directories to get to Scripts.img.
Title: Re: Quickly compile & install LUA mods!
Post by: Bully_Lover13 on March 05, 2016, 03:16:31 AM
There should only be 2 dots for previous directory, not 3. So try "../../Scripts.img" instead of ".../.../Scripts.img". The .. means previous directory, and you need to go back 2 directories to get to Scripts.img.

Didn't work
Title: Re: Quickly compile & install LUA mods!
Post by: DaBOSS54320 on March 05, 2016, 04:57:02 AM
That sucks.