Skip to content

Commit

Permalink
new mod "mandela objects"
Browse files Browse the repository at this point in the history
  • Loading branch information
zzamizz authored Sep 13, 2024
1 parent fa188da commit 700abb8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mods/cosmetic/sly2/mandela_objects/07652DD9.mandela_objects.pnach
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
gametitle=Sly 2: Band of Thieves (NTSC) [SCUS-97316] [08/13/04 00:32]

[Cosmetic\Mandela Objects]
comment=Stops random map objects from never spawning.
author=zami3333


patch=1,EE,E1050002,extended,003E1110
patch=1,EE,2048F3B0,extended,00000022
patch=1,EE,2048EF78,extended,0000000C
patch=1,EE,20489314,extended,00000015
patch=1,EE,20488888,extended,0000002A
patch=1,EE,2048EDC8,extended,0000001B
patch=1,EE,E101000E,extended,003E1110
patch=1,EE,2048B8A0,extended,00000016
patch=1,EE,E1010011,extended,003E1110
patch=1,EE,2048D1F0,extended,00000028
patch=1,EE,E1010020,extended,003E1110
patch=1,EE,2048B834,extended,00000008
30 changes: 30 additions & 0 deletions mods/cosmetic/sly2/mandela_objects/MandelaObjects.clps2c
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
SR "gametitle=Sly 2: Band of Thieves (NTSC) [SCUS-97316] [08/13/04 00:32]\n\n"
SR "[Cosmetic\Mandela Objects] \n"
SR "comment=Stops random map objects from never spawning.\n"
SR "author=zami3333\n\n"

Set mapID 3E1110

// Paris
IF mapID =. 2
W32 48F3B0 34 // Planted trees, 6 -> 34
W32 48EF78 12 // Row boats, 4 -> 12
W32 489314 21 // Money crates, 6 -> 21
W32 488888 42 // Cafe chairs, 23 -> 42 (maybe not needed?)
W32 48EDC8 27 // Lamp posts, 8 -> 27
EI

// Prague
IF mapID =. 14
W32 48B8A0 22 // Lamp posts, 6 -> 22
EI

// Prague 2
IF mapID =. 17
W32 48D1F0 40 // Lamp posts, 22 -> 40
EI

// Canada 2
IF mapID =. 32
W32 48B834 8 // Outhouses, 6 -> 8
EI

0 comments on commit 700abb8

Please sign in to comment.