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


Show Posts

* Messages | Topics | Attachments

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - xbetstyler

Pages: 1 [2] 3 4 5
16
Modding Questions/Help Archives / Re: LUA Time Lock
« on: April 21, 2013, 09:18:38 AM »
I used if statement script:

example: if IsButtonPressed(14, 0) then
              PauseGameClock()
              elseif IsButtonPressed(15, 0) then
              UnpauseGameClock()

17
Modding Questions/Help Archives / Re: LUA Time Lock
« on: April 21, 2013, 09:12:11 AM »
Do you mean how to script the command?

18
Modding Questions/Help Archives / Re: LUA Time Lock
« on: April 21, 2013, 09:01:22 AM »
You can used this command to freeze and unfreeze the game clock:

PauseGameClock()
UnpauseGameClock()

19
Modding Questions/Help Archives / Re: World.Img help?
« on: April 20, 2013, 08:07:09 PM »
complete school outfit:
                                   
B_Buzz
P_Sneakers2
S_Pants1
S_Sweater5

20
Requests Archive / Re: Everybody can fix it ??
« on: April 20, 2013, 12:56:45 PM »
^^No.I'm used it with 100% save game and it work well. ;)

Edit: Maybe you(DmC_21) should used this PedPop too.

21
Requests Archive / Re: Everybody can fix it ??
« on: April 20, 2013, 10:55:08 AM »
if I understand you right..
You want play like in Complete Mayhem mission, right?
You can make it without lua .
What you have to do is changed the ped attitude in Attitude.dat.
Change all ped type attitude to abhor.

22
Modding Questions/Help Archives / Re: Bone Glitch?
« on: April 20, 2013, 01:15:43 AM »
For example if I was using Earnest's "NDLead_Earnest" skin I would code swap "player..player......" with "NDLead_Earnest..NDlead_Earnest_W........" This will change Jimmys texture shape into Earnests.

Mods for Bully - Ultimate Modding Thread - Tutorials and Releases

http://www.bully-board.com/index.php?topic=14726.0

23
Mod Releases Archive / Re: Animations Pack´s Mod
« on: April 17, 2013, 04:04:28 PM »
No need to grab if you bind the animation like these.

elseif IsButtonPressed(15, 0) then
  PedSetActionNode(gPlayer, "/Global/G_Johnny/Cinematic/ThroatGrab", "Act/Anim/G_Johnny.act")
  Wait(0)
  PedSetActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/PowerBomb", "Globals/BOSS_Russell.act")


24
Open your Scripts.img with HXD.
Replace all values.

25
I think he should change his 3 code.

3 code
1. difficulty
2. patience
3. success

26
Mod Releases Archive / Re: Animations Pack´s Mod
« on: April 14, 2013, 03:53:55 AM »
no need to change gendre to grab them.
there is a way to grab girl and adult .
i have get it.
 

27
TUTORIALS / Re: TUTORIAL- Importing Custom Models into Bully
« on: April 14, 2013, 03:45:21 AM »
delete

28
Modding Questions/Help Archives / Re: Luac Compiler Help
« on: April 12, 2013, 06:29:26 AM »
try this type in run cmd hit enter then type

cd c:\lua hit enter

luac -o ArcRace1.lur BodyGuardTest.lua hit enter



29
Modding Questions/Help Archives / Re: Luac Compiler Help
« on: April 12, 2013, 06:13:01 AM »
you must include where your luac.exe is installed before the luac -o ArcRace1.lur BodyGuardTest.lua.

Like example make a folder "lua" in you local disk(c)
put the all file such as luac.exe and all other stuff also included your ArcRace1.lur and BodyGuardTest.lua file in that folder.

30
Mod Showroom Archives / Re: Super cool Act Mix.
« on: April 12, 2013, 05:57:24 AM »
you can check SWEGTA's channel for the compiling script tut.

Pages: 1 [2] 3 4 5