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 ... 4 5 [6] 7 8 ... 11
76
Modding Questions/Help Archives / Re: Freeroam Comand??
« on: May 01, 2014, 02:39:43 AM »
Well, about stats..... You will have to lock on them with the lockon in game to do that.

Or

Use a special command that overrides Ide.img completely in the game.
But I cannot reveal it as MadmaN still wants to use it for a project of some sort.

thanks for the change stats! but is there have a way to change style,faction,attitude,etc? for freeroaming ped?

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

78
ForceMissionStart("MissionName")

So the mean

ImportScript("2_B") = to enable the Mission? and
ForceMissionStart("2_B") = to disable the Mission?

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

80
Modding Questions/Help Archives / Re: Freeroam Comand??
« on: April 26, 2014, 08:44:35 AM »
i now that! but i wanted to quickly change by lua to changing their stats or style or faction or etc..! and if i changing Russel Stats! so gary and russel have a same health,attack Frequency,block rate, and etc!

81
Try use trigger.img with img tool to extract the population data!
edit the population.dat inside with notpad++!
you will see any data population data in there like this!

Code: [Select]

POPULATIONDATA
         BEGIN
            POPULATION_DAY
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
            POPULATION_CLASS
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
            POPULATION_NIGHT
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
            POPULATION_CURFEW
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
         END


edit it! how many you want some faction will appear in target area!(see the trigger name)
example you want to spawn 9 preps during class time! in the trigger name so the code like this

Code: [Select]

POPULATIONDATA
         BEGIN
            POPULATION_DAY
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
            POPULATION_CLASS
               BEGIN
                  TOTAL 64
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 9
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
            POPULATION_NIGHT
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
            POPULATION_CURFEW
               BEGIN
                  TOTAL 60
                  PREFECT 5
                  NERD 5
                  JOCK 5
                  DROPOUT 5
                  GREASER 5
                  PREPPY 5
                  STUDENT 5
                  COP 5
                  TEACHER 5
                  TOWNPERSON 5
                  SHOPKEEP 5
                  BULLY 5
               END
         END


don't forget to give the total how many of that all!!
this is the trigger name,where the location you want to spawn some ped,like you want!

RichArea = Rich area of town where the preppies generally live.
DownTown = Self Explanatory
PoorArea = This is generally where the greaser live at
IndustrialArea_DropOutEnclave = This is the dropouts hideout in the industrial area
DT_GASSTATION = This is for the gas stations (all of them)
POOR_TENEMENTS = The tenements near the poor area
Rich_Area_Corner_Courtyard = I think this is around where derby lives.
Industrial_Sawmill = The sawmill in the industrial area
Carnival = The Carnival
Industrial_Docks = The docks in the industrial area
SchoolArea = Inside the school
RichArea_DownTown = This is the rich area of downtown where the preppy type shops are
DT_ComicShop = The Comic books shop
DT_DropOutAlley = The alley that the dropouts hang out in
DT_GreaserAlley = The alley that the greasers hang out in
Rich_GreaserAlley = Same as above but in the rich area of town
Poor_DropTurf1 = The dropout's turf in the poor area of town
GraveYard = The graveyard
Jocks = Jocks savepoint
Nerds = Nerds savepoint
Preps = preps savepoint
Greasers = greasers savepoint
FieldOverride = This overrides the population settings for the football field
Jocks_FootballField = Football field population settings.
School_Basketball_Court = The basketball court/gym
PopRoads1 = Controls the population on the roads
BullyTurf = The bully's turf
BadPlaceTrigger = ???
OutsideSchool1 = Outside the school in the schoolyard
SchoolBikeTrig = This controls how many if any at all bikes spawn around the schoolyard

remember the first is how many a peds gone spawn,it's above placement and under triggername!
second is triggername! where the location gone spawn the ped you want!

82
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 :)

83
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...

84
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!  :-\

85
Modding Questions/Help Archives / Re: Give other ped some move??
« on: April 24, 2014, 10:27:16 AM »
hey , dude! if i want last than 1 ped how to do it? are its like this?

Code: [Select]
local RNDM1 = math.random(600)
local RNDM2 = math.random(600)
local RNDM3 = math.random(600)
local RNDM4 = math.random(600)
local RNDM5 = math.random(1000)
local RNDM6 = math.random(1000)
local RNDM7 = math.random(1000)
local RNDM8 = math.random(1000)
local RNDM9 = math.random(600)
local RNDM10 = math.random(600)
local RNDM11 = math.random(600)
local RNDM12 = math.random(600)
local RNDM13 = math.random(1000)
local RNDM14 = math.random(1000)
local RNDM15 = math.random(1000)
local RNDM16 = math.random(1000)


if RNDM1 == RNDM2 then
PedSetActionNode(Hal,  "Darby 5 hit", "Act")
end

if RNDM3 == RNDM4 then
PedSetActionNode(Hal,  "Bearhug", "Act")
end

if RNDM5 == RNDM6 then
PedSetActionTree(Hal,  "G Grapp", "Act")
end

if RNDM7 == RNDM8 then
PedSetActionTree(Hal,  "J Grapp", "Act")
end

if RNDM9 == RNDM10 then
PedSetActionNode(Johnny,  "Prep strkr A light atk", "Act")
end

if RNDM11 == RNDM12 then
PedSetActionNode(Johnny,  "Prep strkr B light atk", "Act")
end

if RNDM13 == RNDM14 then
PedSetActionTree(Johnny,  "G johnny", "Act")
end

if RNDM15 == RNDM16 then
PedSetActionTree(Johnny,  "BOSS DARBY", "Act")
end


are it's will be work like this?

86
Modding Questions/Help Archives / Re: Give other ped some move??
« on: April 23, 2014, 05:24:20 AM »
That won't work correctly. Try this.

Code: [Select]
local RNDM1 = math.random(600)
local RNDM2 = math.random(600)
local RNDM3 = math.random(600)
local RNDM4 = math.random(600)
local RNDM5 = math.random(1000)
local RNDM6 = math.random(1000)
local RNDM7 = math.random(1000)
local RNDM8 = math.random(1000)

if RNDM1 == RNDM2 then
PedSetActionNode(Hal,  "Darby 5 hit", "Act")
end

if RNDM3 == RNDM4 then
PedSetActionNode(Hal,  "Bearhug", "Act")
end

if RNDM5 == RNDM6 then
PedSetActionTree(Hal,  "G Grapp", "Act")
end

if RNDM7 == RNDM8 then
PedSetActionTree(Hal,  "J Grapp", "Act")
end

For the nodes, a random value is set to two variables for each node, if they are the same, it does the node. The same for the styles except I like to use a larger number range. But whatever works best for you. :)

thanks man, i will try it! if still problem i will reply it!  :biggrin:

87
Modding Questions/Help Archives / Re: Give other ped some move??
« on: April 22, 2014, 07:01:19 AM »
It won't work right if you set their style and a node at the same time though. But yes that's right.

thanks for the info! but if like this are work! i make a two of that?like this!

Code: [Select]
local RNDM1 = math.random(700)
local RNDM2 = math.random(700)

if RNDM1 == RNDM2 then
PedSetActionNode(Hal,  "Darby 5 hit", "Act")
PedSetActionNode(Hal,  "Bearhug", "Act")
end

local RNDM1 = math.random(700)
local RNDM2 = math.random(700)

if RNDM1 == RNDM2 then
PedSetActionTree(Hal,  "G Grapp", "Act")
PedSetActionTree(Hal,  "J Grapp", "Act")
end

88
Modding Questions/Help Archives / Re: Give other ped some move??
« on: April 21, 2014, 08:33:38 AM »
Set their fighting style to what you want.

Then something like this
Code: [Select]
local RNDM1 = math.random(700)
local RNDM2 = math.random(700)

if RNDM1 == RNDM2 then
node or set style
end


Are it's work like this?:

Code: [Select]
local RNDM1 = math.random(700)
local RNDM2 = math.random(700)

if RNDM1 == RNDM2 then
PedSetActionNode(Hal,  "Darby 5 hit", "Act")
PedSetActionTree(Hal, "Johhnny Style", "Act")
end

that just example don't think real!  8)

89
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?

90
Modding Questions/Help Archives / Re: About World.img
« on: April 14, 2014, 05:52:54 AM »
now i can go to boxing clubhouse.! but can't start boxing challenge!!(not  mission)

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