News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Quickly compile & install LUA mods!  (Read 8869 times)

0 Members and 1 Guest are viewing this topic.

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Quickly compile & install LUA mods!
« 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!
« Last Edit: June 13, 2015, 10:38:32 AM by DaBOSS54320 »

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #1 on: January 30, 2015, 08:29:44 AM »
Thanks dude!

Offline Mick3Mouse

  • Obam3mouse
  • Bullworth Junkie
  • ****
  • Posts: 4,343
  • Gender: Male
  • Major Mick3Mouse Algie Hunter
    • View Profile
    • My youtube
Re: Quickly compile & install LUA mods!
« Reply #2 on: February 23, 2015, 10:30:37 AM »
nice b8 m8, i r8 7/8 m8 no h8! 

Offline Bully_Lover13

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #3 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?





And yes, I am going to actually start making a few mods.

Offline Bully_Lover13

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #4 on: January 16, 2016, 10:55:36 PM »
Someone help.

Offline DahCobra33

  • Decepticon
  • Hero Member
  • ****
  • Posts: 3,057
  • Gender: Male
  • I don't deal with psychos,I put em' away...
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #5 on: January 17, 2016, 12:38:31 AM »
Bumping in the same day? Have some patience man!  :biggrin:

Offline Bully_Lover13

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #6 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.

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #7 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.

Offline Bully_Lover13

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #8 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

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Quickly compile & install LUA mods!
« Reply #9 on: March 05, 2016, 04:57:02 AM »
That sucks.