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 - embas10

Pages: 1 [2] 3 4
16
Modding Questions/Help Archives / Opening Locked Doors?
« on: May 09, 2014, 06:00:37 AM »
is there anyone now how to open! the locked door like: other boys dorm room,classroom ,autoshop ?

17
Modding Questions/Help Archives / Diferent each isbutton?
« on: May 03, 2014, 08:50:43 AM »
anyone now what is diferent of this three is button?

1.IsButtonBeingReleased
2.IsButtonBeingPressed
3.IsButtonPressed

18
LUA Scripting Help / Give Lua More Button/Set Button When We need?
« on: May 03, 2014, 08:43:00 AM »
i has wanted to now how to do this,because i want to mix all my action node! because My action node code to many,! i can't insert all my action node to button!, because the button has many i using! i ask my self to set some action node when i chose blaa blaa blaa...!but i dont now how?so i ask someone in BB to help me make more button or set some button when we need! like this:

(Give More Button)- when i press right i just can doing darby style actionnode,when i press left i just can doing ted style actionnode,when i press down i just can doing johnny style actionnode!

(Set Button When We need)- i just only can doing gary actionnode when i chose student faction(from menu), and i just can doing Russel action node when i chose Bullies faction(Gary or earnest action node removed), and i just can doing earnest action node when i chose nerd faction(Russel or gary action node removed).!

So that i give the example! so please help me, about this. if you guys don't understand tell me.

19
Mod Showroom Archives / Gary And Johnny Full Boss Style!
« on: May 01, 2014, 03:27:18 AM »
Bully SE Johnny,Gary full boss style

This Mod Is Created By my own hand!
thanks to : Reath, The Swiss Superman,Future Trunks,c00ld0c26, Lemon,Walter20210has helping me to get , what i want!
this mod Got Darby Style! So:
Johnny: 100% all style
Darby : 65% (does'n not have the evade and uppercut,and etc)
Gary: 100% all Style (without grap)
I add bryce or chad style in this mod!: 1. P_Grap Heavy kick
                                                        2. P_Grap Heavy Punch
darby style not full so ! that Semi!
About Other Ped Texture! i edit it, and about chad using winter custom! i missed, he normal outfist! so i give him winter custom.

20
Requests Archive / Backup Chad normal Nif and Nft
« on: May 01, 2014, 02:29:48 AM »
can some one give me the link chad Normal Skin Nif and Nft for, my ped chad? i missing that file!   :(

21
is there anyone now how to do this?
i wanted to make johnny and darby, to doing they special action like johnny tornado kick, and darby uppercut, with they normal boss action!
so how to active and disabling the script during the game?
ImportScript("2_B")??????

?????? mean what gone i put again to disable the script! ok please help me anyone !   :(

22
Modding Questions/Help Archives / Help Search Lost File!
« on: April 25, 2014, 10:28:22 AM »
is there anyone can told me, a name file backup world.img,from the first until cableguy.lur! using img.tool
when i modding skin! i think i selecting the other file to delete a file! and now total all my file in world.img is 11793 :( ! so help me all! here is the problem i got:

1.can't doing a misson
2.can't doing any challenge like: Racing,boxing,dodgeball,lawnmower,class,etc
3.after 30 sec in some area! no other peds spawing again! but after changing the area, some ped spawing again

that't all problem i got after modding skin in world.img! before i do this, i can do all that problem! and some peds spawing normally! so please..please..please..pleasee help me to find the solution! ok :)

23
Modding Questions/Help Archives / Freeroam Comand??
« on: April 25, 2014, 10:15:00 AM »
is there anyone now how to modding with give a freeroam ped a command?
like this the example:
1.regulary gary using his own style, with that big guy stats. and now with lua, gary using his style with his own stats, in freeroam!!

2.normaly algie have a low health(60-80?) in free roam, and now he have a huge health when i try to change it to (5000) in freeroam

ok, that just a example ! so how to give freeroaming ped a command like: PedSetActionTree
                                                                                                                    PedSetHealth
                                                                                                                    PedSetStats
                                                                                                                    PedSetFaction
                                                                                                                    etc...

24
Modding Questions/Help Archives / Give a other button? and bug speech?
« on: April 24, 2014, 11:22:46 AM »
A.Giving other button
is there someone now how to make it?
if you guys dont understand check this example:

1.when we pressing down key with left key!
   some text will appear, he say"Greaser Faction" the syle change to G strker A
   the key moves: shooting and grab = johnny throatgrab
                            shooting and sprint = johnny axekick
                            shooting and jump = G Johnny Style
                            shooting and punch = G Strker A style
 
  AND! when i pressing down key again with right key!
  some text appear again,he say"Prep Faction" the syle change to P strker A
  and the key moves change to:  shooting and grab = darby 5 hit
                                                  shooting and sprint = darby evade uppercut
                                                  shooting and jump = darby Style
                                                  shooting and punch = P Strker A style
and i still can change what faction i want or prep or greaser! and the moves change too

2.when i push the objectif left key ! i only got a grappeler Node ( smack )
and when i push the objectif right key ! i only got a striker style

so how to do that ? i have many try but does'n work like this"

Code: [Select]

if IsButtonPressed(11,0) then
TextPrintString("Greaser Style", 4, 1)
if IsButtonPressed(1,0) and IsButtonPressed(9,0) then
PedSetActionNode(gPlayer, "johnny throatgrab", "Act"
elseif IsButtonPressed(2,0) and IsButtonPressed(9,0) then
PedSetActionTree(gPlayer, "johnny style", "Act"
elseif IsButtonPressed(3,0) and IsButtonPressed(9,0) then
PedSetActionTree(gPlayer, "G striker A style", "Act"

if IsButtonPressed(13,0) then
TextPrintString("prep Style", 4, 1)
if IsButtonPressed(1,0) and IsButtonPressed(9,0) then
PedSetActionNode(gPlayer, "darby 5 hit", "Act"
elseif IsButtonPressed(2,0) and IsButtonPressed(9,0) then
PedSetActionTree(gPlayer, "darby style", "Act"
elseif IsButtonPressed(3,0) and IsButtonPressed(9,0) then
PedSetActionTree(gPlayer, "P striker A style", "Act"


i try that! but whn i play only just the greaser work! i can't use prep style! when pressing -
13 button(not num 13) . still just greaser style i can use ! so please help me about this ok?  :)

B.Buging speech

i got error speech, when i try speeching using other ped with PS with my own lua!
this is a problem i got!:
1.when i try laughing to norton, because i scared him, using darby!
 i try to laugh! but why darby(me) laughing speech 3 times? he say:1.iusssssserrrrrr
                                                                                                          2.iusssssserrrrrr
                                                                                                          3.iusssssserrrrrr

i see darby just action laughing 1 time, but why he laughing speech 3 times

2.when i try to scared some one using speech taunting algernon(me)
i hear algernon speeching last than 1 times too! i just pressing the button to taunt 1 time, but he say 4 times word.
here the what algie say:1.stinky prouddddd
                                      2.go hope kiama
                                      3.kuppy packs!
                                      4.lussssssssssser panttttts

ok that the example bug speech! so how to give the solution? for 1 time action, and 1 time speeching too

ok that all my problem got from moding bully! so please help me to keep modding again! ok.  :laugh:

sorry for my bad english!  :-\

25
Modding Questions/Help Archives / Give other ped some move??
« on: April 20, 2014, 06:08:32 AM »
is there have a way to gave other ped a actionnode or mix actiontree(style) ?? like:
-Tad using his normal style !but he can do Darby 5 hit combo
-Algernon using His normal style ! but he have a johnny style too (the mean 2 style can have!or more)

so is there have a way to give other ped some move?

26
Modding Questions/Help Archives / About World.img
« on: April 12, 2014, 08:19:41 AM »
hey everyone can you answer all my question in under here please:

1.how many the real(Backup) max file of world.img
2.how to search a lost file/seen the history of in world.img? i ask this because i lost some file in there(but i dont now the file are lost or not)

i got the problem with that! this is the problem i got:

3.Can't enter to boxing ring

please someone help me to search of file i lost!
if you still dont understand pm me and i will fix where you not now!

27
Modding Questions/Help Archives / cHange Jimmy running attack???
« on: April 06, 2014, 05:15:29 AM »
hey Everybody! does you now how to change jimmy running attack(shoulder attack like jock and townies) into running punch?(like bullies,nerd,prep,greas) without PedSetAtionNode?? tell me how ok! 8)

28
Forum Questions/Help / how to upload video in here??
« on: January 12, 2014, 04:56:23 AM »
are anyone now how to upload video here and how to make a video on bully? i dont now about it please!! i want to show my mod now!!   :(

29
hello. i am bad modders guys. so can someone teachme or make a mod like this:

           - Johnny Full Style (with tornado kick)
           - Skin Johnny
           - Faction Greaser
           - Have 2 bodyguard++
           - Song Johnny Boss Fight

I has ask this before but none reply it! but i so sad because i old member in BB not teach me about make full style!  :(

please can some one teach me i like playing bully with a mod!

and this is mostly i want : -how to make action node and edit the key from action node(using lua)
                                        -how to make a other fighting style to jimmy with full style(using lua)
                                        -how to edit a skin using lua (not world.img)
                     
so you guy must read this. and do what i ask to still stand on BB. ok :)

30
hey are you guys now how to make a menu in lua?? i want to make a menu but i don't now about it so can some one give me some tutorial about this or make a code and i can see how to make it!!

 :innocent:

Pages: 1 [2] 3 4