Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Mick3Mouse on June 17, 2013, 10:41:58 AM
-
I found this video:
Greasers in the Tenement (http://www.youtube.com/watch?feature=player_embedded&v=1tGELXi0rmQ#ws)
he has edited the mission script or something?
But how do you do that.
-
He just spawned them there. He bound the jump button to do an area transition code to the tenements. Simple.
-
Ya simple spawning without me Making them Nil first... :wacko: I didn't edit any mission.
-
How do you make them to spawn there?
look at this video:
Bully SE: Complete mayhem hardcore edition (http://www.youtube.com/watch?feature=player_embedded&v=2DK01tXLJhk#)
How did he make that?
-
How do you make them to spawn there?
look at this video:
Bully SE: Complete mayhem hardcore edition (http://www.youtube.com/watch?feature=player_embedded&v=2DK01tXLJhk#)
How did he make that?
I though I already told you. I just changed the peds and weapons ID in the script and changed the fighting styles in ide. Lua scripting wasn't involved in that mod.
This is the list with all IDs that Madman and Steman made: http://www.bully-board.com/index.php?topic=15013.0 (http://www.bully-board.com/index.php?topic=15013.0)
1. Open the mission you want to edit with hex editor.
2. CTRL + F and change the data type to Hex-values.
3. Check the list for the character you want in the mission and the character you want to replace. For example if you want to replace Edgar in his boss mission with Pete then replace 00 B6 42 with 00 06 43.
4. Search 00 B6 42 with CTRL + F and replace it with 00 06 43 (if 00 B6 43 was found more than once you may replace it again).
5. Save the mission and start it (normal method or with the arcade machine).