Skip to content

Commit 700abb8

Browse files
authored
new mod "mandela objects"
1 parent fa188da commit 700abb8

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
gametitle=Sly 2: Band of Thieves (NTSC) [SCUS-97316] [08/13/04 00:32]
2+
3+
[Cosmetic\Mandela Objects]
4+
comment=Stops random map objects from never spawning.
5+
author=zami3333
6+
7+
8+
patch=1,EE,E1050002,extended,003E1110
9+
patch=1,EE,2048F3B0,extended,00000022
10+
patch=1,EE,2048EF78,extended,0000000C
11+
patch=1,EE,20489314,extended,00000015
12+
patch=1,EE,20488888,extended,0000002A
13+
patch=1,EE,2048EDC8,extended,0000001B
14+
patch=1,EE,E101000E,extended,003E1110
15+
patch=1,EE,2048B8A0,extended,00000016
16+
patch=1,EE,E1010011,extended,003E1110
17+
patch=1,EE,2048D1F0,extended,00000028
18+
patch=1,EE,E1010020,extended,003E1110
19+
patch=1,EE,2048B834,extended,00000008
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
SR "gametitle=Sly 2: Band of Thieves (NTSC) [SCUS-97316] [08/13/04 00:32]\n\n"
2+
SR "[Cosmetic\Mandela Objects] \n"
3+
SR "comment=Stops random map objects from never spawning.\n"
4+
SR "author=zami3333\n\n"
5+
6+
Set mapID 3E1110
7+
8+
// Paris
9+
IF mapID =. 2
10+
W32 48F3B0 34 // Planted trees, 6 -> 34
11+
W32 48EF78 12 // Row boats, 4 -> 12
12+
W32 489314 21 // Money crates, 6 -> 21
13+
W32 488888 42 // Cafe chairs, 23 -> 42 (maybe not needed?)
14+
W32 48EDC8 27 // Lamp posts, 8 -> 27
15+
EI
16+
17+
// Prague
18+
IF mapID =. 14
19+
W32 48B8A0 22 // Lamp posts, 6 -> 22
20+
EI
21+
22+
// Prague 2
23+
IF mapID =. 17
24+
W32 48D1F0 40 // Lamp posts, 22 -> 40
25+
EI
26+
27+
// Canada 2
28+
IF mapID =. 32
29+
W32 48B834 8 // Outhouses, 6 -> 8
30+
EI

0 commit comments

Comments
 (0)