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.

Topics - AWiseMelon

Pages: [1]
1
Mod Releases / The betrayal
« on: August 19, 2018, 12:03:44 AM »
The betrayal

http://www.bully-board.com/index.php?action=downloads;sa=view;down=219

This is just a small mod I made to test out LUA and to get the hang of it. This is nothing special so don't expect something amazing and it is also very short. Big thanks to anyone who helped me on the forums with my LUA questions!
 
This uses ArcRace1

2
Modding Questions/Help Archives / How to stop music playing.
« on: September 12, 2016, 03:13:39 PM »
I am making a small mission and I'm playing a song for it, but after the mission is passed the music continues. Can someone please tell me what the LUA code is to stop all current music?

Thanks

3
LUA Scripting Help / How to use the PedShowHealthBar function
« on: April 08, 2016, 07:12:09 PM »
I know there is a PedShowHealthBar function but I don't know how to use it, I want to have it like a boss style health bar where it is at the top of the screen with the enemy's name over the top of the bar.

4
I'm making a mission and I want a bit in it to be like this: The player goes to the autoshop and wwhen he gets there text appears and controls are disabled. I have this but nothing seems to happen:

if PedInRectangle(Player, 120, 46, 98, 24) then
PlayerSetControl(0)
TextPrintString("Jimmy: Norton! Where's that punk Johnny!?", 4, 1)
TextPrintString("Norton: Sorry, Hopkins, Johnny couldn't make it",4.5, 1)
TextPrintString("Jimmy: Well then I guess there'll be one more grease ball hurting after this!", 5, 1)
PedSetPedToTypeAttitude(Norton, 13, 0)
PlayerSetControl(1)
TextPrintString("Beat up Norton.", 3, 1)

5
LUA Scripting Help / How to make a ped always spawn unarmed
« on: April 03, 2016, 04:06:25 PM »
Is there a way to always make a ped spawn with no weapon, because Lucky(Greaser) sometimes spawns with a slingshot and I just want him to use his fists.

6
LUA Scripting Help / Script help
« on: April 03, 2016, 02:34:34 PM »
So this is a script I'm making just to mess around with LUA and learn as I go:

MissionSetup = function()
local l_1_0 = 277.3605042
local l_1_1 = -139.8320007
local l_1_2 = 6.10990

PlayerSetHealth(1000)
AreaTransitionXYZ(0,l_1_0, l_1_1, l_1_2 )

end

SpawnEnemy1 = function()
local l_1_0 = 269.8130188
local l_1_1 = -140.7661591
local l_1_2 = 6.10990

PedCreateXYZ(26, l_1_0, l_1_1, l_1_2)
PedAttack(Lucky,gPlayer,1)

end

SpawnEnemy2 = function()
local l_1_0 = 209.5122375
local l_1_1 = -138.3591766
local l_1_2 = 6.10990

PedCreateXYZ(28, l_1_0, l_1_1, l_1_2)
PedAttack(Ricky,gPlayer,1)

end

WinMission = function()
if PedGetHealth(Lucky) <= 0 and if PedGetHealth(Ricky) <= 0 then -- Dunno what to do at this part either.



MissionCleanup = function()
 end
 
  main = function()
  SpawnEnemy1()
  SpawnEnemy2()
 
end


But everytime I start the script by going to the Arcade machine, I spawn at the location I set and so does Lucky and Ricky, then the game crashes and I'm not sure why can someone tell me what it is, i'm sure it is something REALLY obvious lmao :P

7
Bully 1 Discussion / The Cunsumo minigame
« on: April 02, 2016, 08:43:56 AM »
Is it just me or is the Consumo minigame the hardest thing in Bully? I was never able to do it when I was younger and I only just did it a couple of minutes ago (after about 4 tries) did anyone else have as much trouble as I did because years ago I watched a video of a guy doing it and he breezed through it.

8
LUA Scripting Help / LuaC compiling error
« on: April 01, 2016, 07:50:15 PM »
When I try to compile a script using LuaC it brings this up:

WeaponSelector.lua:16: `}' expected (to close `{' at line 14) near `{'

What have I done wrong?

9
.IMG Archive questions/help / How to edit money in HxD
« on: April 01, 2016, 05:04:37 PM »
What file do I edit and what do I look for in that file to change my money, thanks

10
Bully 1 Discussion / "The Rumble" mission bug!
« on: March 31, 2016, 09:29:33 PM »
After I defeat the greasers in the alley, when the police show up and Jimmy runs to the other alley nothing happens after that for me and Jimmy and the police just stand there doing nothing, if anybody has a fix for this can you please get back to me ASAP, thanks.

Edit: Nevermind, I found out that you need to uninstall Super Mod if you have it, god dammit DaBOSS :P

11
I am playing Bully with a Ps4 controller and playing the shop classes can get really agitating when I see the X button and I press the X button on the PLAYSTATION controller, so if anybody has ps2 icons for download and can tell me how to install them I would be very appreciative, thanks.

12
I noticed when I spawned Bob in the game, when I attacked him it played the "Bullies" Clique music and I'm wondering if anybody knows how to turn him to the jocks side. I'm also wondering how to  make anybody in the game recruitable like how you can recruit Russell for example if you're friends with him and you can pay him to protect you, Thanks

13
I only got Bully on Steam today and was wondering how to have more than one mod at a time because I wanted to have the Super Mod and Fight club mod on but they both replace the Script.img and Script.dir therefore block each other out.

Pages: [1]