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

Pages: 1 ... 5 6 [7] 8 9 ... 11
91
Modding Questions/Help Archives / Re: Help me out
« on: April 12, 2014, 08:29:37 AM »
 :sleep: you stole my code? that's my code dude! it's still got a problem but now with me it's fine ok and i can add more action node.!!  :cheernutz: ;D :cheernutz: ;D

92
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!

93
i think that possible ! because at i trying running attack using model darby with supermod4(beta) by Daboss
am just doing running punch ! not shoulder attack! but i don't now are that action node or not..! i should strikethrough the comment action node!

94
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)

95
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!!   :(

96
hey man how to get 2 button like this: press right arrow hold and press alt to do darby 6 hit combo or press hold shift with run and press alt left to doing runing attack<--- example ! how to do that man please help me ok! :)
if IsButtonPressed(0, 0) and IsButtonPressed(12, 0) then
PedSetActionNode(gPlayer, Darby's 5 Punch Combination)

thanks man!!

97
hey man how to get 2 button like this: press right arrow hold and press alt to do darby 6 hit combo or press hold shift with run and press alt left to doing runing attack<--- example ! how to do that man please help me ok! :)

98
Mod Releases / Re: Super Mod - V3.0
« on: January 09, 2014, 04:55:40 AM »
add russel semi boss style and a lot special moves! dont just 6 hit combo but add a lot of special moves please?

99
thanks man you has helping me! :)

100
Thanks ITs work ! but Can you give me A list of button and to press it please??

101
now i got a problem! can someone fix this?:

GlobalImportScript("SObjTest.lua")
ImportScript("Library/LibTable.lua")
ImportScript("SZone.lua")
ImportScript("2_B.lua")

  l_0_0 = 60

MissionSetup = function()
  local l_1_0 = 270 -- X coords
  local l_1_1 = -110 -- Y coords
  local l_1_2 = 6.4000000953674 -- Z coords
  AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
 
  PlayerSetHealth(2000)
  PedSetHealth(Johnny, 1500)
  PedSetHealth(Hal, 1000)
 
  end

F_MissionSetup = function()

  LoadAnimationGroup("G_Johnny")
  LoadActionTree("G_Striker_A")
  LoadActionTree("G_Johnny")
 
  PlayerSetControl(1)
 
  CameraFollowPed(gPlayer)
 
  ClockSet(8, 30)
 
  ClockSetTickRate(0.0060000000521541)
 
  LaunchScript("SObjTest.lua")
 
  PedSetTypeToTypeAttitude(1, 13, 2)
  PedSetTypeToTypeAttitude(2, 13, 2)
  PedSetTypeToTypeAttitude(3, 13, 1)
  PedSetTypeToTypeAttitude(4, 13, 4)
  PedSetTypeToTypeAttitude(5, 13, 1)
  PedSetTypeToTypeAttitude(6, 13, 2)
  PedSetTypeToTypeAttitude(11, 13, 2)
 
  SoundPlayStream("MS_FightingJohnnyVincentBossFight.rsm", 0.69999998807907)
 
  Johnny = PedCreateXYZ(23, l_1_0 +1, l_1_1 +1, l_1_2 +1)
  PedRecruitAlly(gplayer, Johnny)
  Hal = PedCreateXYZ(22, l_1_0 +2, l_1_1 +2, l_1_2 +2)
  PedRecruitAlly(Johnny, Hal)
 
end



MissionCleanup = function()
  ClearTextQueue()
  EnablePOI()
  gMissionRunning = false
  shared.gMissionEventFunction = nil
  WeatherRelease()
  PlayerSetControl(1)
  PlayerSetPunishmentPoints(0)
end



main = function()
  F_MissionSetup()
  gMissionRunning = true
  while gMissionRunning do
  if IsButtonPressed(1,0) then
  PedSetActionNode(gPlayer, "/Global/G_Johnny/Cinematic/ThroatGrab", "Act/Anim/G_Johnny")
  elseif IsButtonPressed(0,0) then
  PedSetActionTree(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
  elseif IsButtonPressed(15,0) then
  PedSetActionTree(gPlayer, "/Global/G_Striker_A", "Act/Anim/G_Striker_A.act")
  end
  UpdateTextQueue()
    Wait(0)
  end
end

the problem: - When i see johnny . johnny just doing tornado kick! i dont now why. but i see johnny just fight with using tornado kick
                     -The code this list not work:-if IsButtonPressed(1,0) then
                                               -PedSetActionNode(gPlayer, "/Global/G_Johnny/Cinematic/ThroatGrab", "Act/Anim/G_Johnny")
                                                                -elseif IsButtonPressed(0,0) then
                                               -PedSetActionTree(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
                                                                -elseif IsButtonPressed(15,0) then
                                               -PedSetActionTree(gPlayer, "/Global/G_Striker_A", "Act/Anim/G_Striker_A.act")
                                               -Johnny = PedCreateXYZ(23, l_1_0 +1, l_1_1 +1, l_1_2 +1)
                                               -PedRecruitAlly(gplayer, Johnny)
                                               -Hal = PedCreateXYZ(22, l_1_0 +2, l_1_1 +2, l_1_2 +2)
                                               -PedRecruitAlly(Johnny, Hal)

can some one fix pleasee  :(!! thanks for some one has help me!  :)

102
Thank you Very Much!! but can i insert some like this:

GlobalImportScript("SObjTest.lua")
ImportScript("Library/LibTable.lua")
ImportScript("SZone.lua")
ImportScript("2_B.lua")

  l_0_0 = 60

MissionSetup = function()
  local l_1_0 = -737.6
  local l_1_1 = -624.5
  local l_1_2 = 3.2
  AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)

F_MissionSetup = function()
  LoadAnimationGroup("G_Johnny")
  LoadActionTree("G_Striker_A")
  LoadActionTree("G_Johnny")
  PlayerSetControl(1)
  CameraFollowPed(gPlayer)
  ClockSet(9, 30)
  ClockSetTickRate(0.0060000000521541)
  LaunchScript("SObjTest.lua")
  PedSetTypeToTypeAttitude(1, 13, 2)
  PedSetTypeToTypeAttitude(2, 13, 2)
  PedSetTypeToTypeAttitude(3, 13, 1)
  PedSetTypeToTypeAttitude(4, 13, 4)
  PedSetTypeToTypeAttitude(5, 13, 1)
  PedSetTypeToTypeAttitude(6, 13, 2)
  PedSetTypeToTypeAttitude(11, 13, 2)
end



MissionCleanup = function()
  ClearTextQueue()
  EnablePOI()
  gMissionRunning = false
  shared.gMissionEventFunction = nil
  WeatherRelease()
  PlayerSetControl(1)
  PlayerSetPunishmentPoints(0)
end



main = function()
  F_MissionSetup()
  gMissionRunning = true
  while gMissionRunning do
if IsButtonPressed(1,0) then
PedSetActionNode(gPlayer, "/Global/G_Johnny/Cinematic/ThroatGrab", "Act/Anim/G_Johnny")
elseif IsButtonPressed(0,0) then
PedSetActionTree(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
elseif IsButtonPressed(15,0) then
PedSetActionTree(gPlayer, "/Global/G_Striker_A", "Act/Anim/G_Striker_A.act")
end
    UpdateTextQueue()
    Wait(0)
   end
end

SO are the mod will work like this? and how to change jimmy skin to johnny skin using lua?

103
where gonna i put that ? under where? this is the list: -Mission Setup = function ()
                                                                                    -Mission CleanUp = function ()
                                                                                    -Main Function = function()

104
Just try by your self man. . .
if you want to get full style you must find by yourself. . .
extract Act.img with IMGTool and hexedit the style (Johnny.cat)

Yes i now to get PedSetActionNode!!!! But at i allready insert Action node i dont now what gona i press! so that the problem!

i set like this: PedSetActionNode(gPlayer, "/Global/G_Johnny/Cinematic/ThroatGrab", "Act/Anim/G_Johnny")
and that the problem i try to pushing some button but dont work the johnny throat grab! please help me!

105
Being an "old" member on BB doesn't instantly require that people make mods for you..... And besides, you're not an "old" member of the board by any means. LOL.........

Like Mr. C said, be sure to check around the board with the tutorials, and if you don't understand, TRY to understand by asking modders like c00ld0c, Lemon, DaBoss, and others on Xfire.

i now about LUA Man! but i just want now how to make full style with lua! i see someone make full style with ActionNode Right?
this is the list i now with lua:-AreaTransitionXYZ
                                           -TextPrintString
                                           -PedCreateXYZ
                                           -PlayerSetHealth
                                           -PedSetHealth
                                           -PedSetActionTree
                                           -PedRecruitAlly
                                           -PedSetTypeToTypeAttitude                                       
                                           -SoundPlayStream
                                           -ClockSet                                           
                                           -ClockSetTickRate
                                           -PedAttackPlayer                                           
                                           -PedSetWeapon
                                           -PedSetInfiniteSprint                                           

so Just that all i now about lua! the mostly i want now is PedSetActionNode but no one can't teach me that!  :(
i See a new member like CeSSaRR ! he asking to someone to teach him to make full style right?! and i see to ModShowRoom its to many Mr.C posting fullstyle! so Pleas teach me now, i want to play bully with Johhny full style ok   :innocent:
but this is after i done make a menu!first i allready making menu fighting style and then i compile the ArcRace1.lur
after it i try to pushing something there is not happen so pleas help me about this all! ok  :biggrin:

Pages: 1 ... 5 6 [7] 8 9 ... 11