Upload 386 files
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +67 -0
- data-lite/cache/servers.txt +0 -0
- data-lite/configs/ModLoaderCore.ini +5 -0
- data-lite/files/Adjustable.cfg +2 -0
- data-lite/files/CINFO.BIN +3 -0
- data-lite/files/GTASAMP10.b +3 -0
- data-lite/files/SAMP/SAMP.ide +2069 -0
- data-lite/files/SAMP/TIMECYC.DAT +437 -0
- data-lite/files/SAMP/WEAPON.dat +171 -0
- data-lite/files/SAMP/chat.log +324 -0
- data-lite/files/SAMP/colorcycle.dat +268 -0
- data-lite/files/SAMP/crash_log.txt +50 -0
- data-lite/files/SAMP/favorites.json +1 -0
- data-lite/files/SAMP/gta.dat +148 -0
- data-lite/files/SAMP/handling.cfg +516 -0
- data-lite/files/SAMP/jekmant_log.txt +33 -0
- data-lite/files/SAMP/main.scm +0 -0
- data-lite/files/SAMP/ped.ifp +3 -0
- data-lite/files/SAMP/peds.ide +361 -0
- data-lite/files/SAMP/samplog.txt +241 -0
- data-lite/files/SAMP/sampvoice.txt +23 -0
- data-lite/files/SAMP/script.img +3 -0
- data-lite/files/SAMP/server.ini +10 -0
- data-lite/files/SAMP/server.json +1 -0
- data-lite/files/SAMP/settings.ini +22 -0
- data-lite/files/SAMP/settings.json +1 -0
- data-lite/files/SAMP/svlog.txt +19 -0
- data-lite/files/SAMP/timecyc.aaa +436 -0
- data-lite/files/SAMP/timecycp.dat +439 -0
- data-lite/files/SAMP/tracks2.dat +1 -0
- data-lite/files/SAMP/tracks4.dat +1 -0
- data-lite/files/SAMP/vehicleAudioSettings.cfg +278 -0
- data-lite/files/SAMP/vehicles.ide +229 -0
- data-lite/files/anim/anim.img +3 -0
- data-lite/files/anim/beach.ifp +0 -0
- data-lite/files/anim/cuts.img +3 -0
- data-lite/files/anim/ped.ifp +3 -0
- data-lite/files/audio/CONFIG/AudioEventHistory.txt +0 -0
- data-lite/files/audio/CONFIG/BankLkup.dat +0 -0
- data-lite/files/audio/CONFIG/BankSlot.dat +3 -0
- data-lite/files/audio/CONFIG/EventVol.dat +0 -0
- data-lite/files/audio/CONFIG/PakFiles.dat +0 -0
- data-lite/files/audio/CONFIG/SOUNDINF.DAT +3 -0
- data-lite/files/audio/CONFIG/STRMPAKS.DAT +0 -0
- data-lite/files/audio/CONFIG/TRAKLKUP.DAT +0 -0
- data-lite/files/audio/CONFIG/TRKHEAD.DAT +3 -0
- data-lite/files/audio/SFX/FEET.osw +3 -0
- data-lite/files/audio/SFX/FEET.osw.idx +0 -0
- data-lite/files/audio/SFX/GENRL.osw +3 -0
- data-lite/files/audio/SFX/GENRL.osw.idx +0 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,70 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data-lite/files/anim/anim.img filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data-lite/files/anim/cuts.img filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
data-lite/files/anim/ped.ifp filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
data-lite/files/audio/CONFIG/BankSlot.dat filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
data-lite/files/audio/CONFIG/SOUNDINF.DAT filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
data-lite/files/audio/CONFIG/TRKHEAD.DAT filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
data-lite/files/audio/SFX/FEET.osw filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
data-lite/files/audio/SFX/GENRL.osw filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
data-lite/files/audio/SFX/PAIN_A.osw filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
data-lite/files/audio/SFX/SCRIPT.osw filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
data-lite/files/audio/STREAMS/ADVERTS.osw filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
data-lite/files/audio/STREAMS/AMBIENCE.osw filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
data-lite/files/audio/STREAMS/BEATS.osw filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
data-lite/files/audio/STREAMS/CUTSCENE.osw filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
data-lite/files/CINFO.BIN filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
data-lite/files/data/paths/carrec.img filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
data-lite/files/data/script/mainV1.scm filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
data-lite/files/data/script/scriptv1.img filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
data-lite/files/fonts/arial_bold.ttf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
data-lite/files/fonts/arial.ttf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
data-lite/files/fonts/georgia.ttf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
data-lite/files/fonts/gtaweap3.ttf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
data-lite/files/fonts/impact.ttf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
data-lite/files/fonts/palatino_linotype.ttf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
data-lite/files/fonts/segoe_print.ttf filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
data-lite/files/fonts/segoe_script.ttf filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
data-lite/files/fonts/tahoma.ttf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
data-lite/files/fonts/webdings.ttf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
data-lite/files/GTASAMP10.b filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
data-lite/files/SAMP/ped.ifp filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
data-lite/files/SAMP/script.img filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
data-lite/files/texdb/gta_int.img filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
data-lite/files/texdb/gta_int/gta_int.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
data-lite/files/texdb/gta_int/gta_int.pvr.tmb filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
data-lite/files/texdb/gta_int/gta_int.unc.tmb filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
data-lite/files/texdb/gta3.img filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
data-lite/files/texdb/gta3/gta3.dxt.dat filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
data-lite/files/texdb/gta3/gta3.dxt.tmb filter=lfs diff=lfs merge=lfs -text
|
| 99 |
+
data-lite/files/texdb/gta3/gta3.etc.dat filter=lfs diff=lfs merge=lfs -text
|
| 100 |
+
data-lite/files/texdb/gta3/gta3.etc.tmb filter=lfs diff=lfs merge=lfs -text
|
| 101 |
+
data-lite/files/texdb/gta3/gta3.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 102 |
+
data-lite/files/texdb/gta3/gta3.pvr.tmb filter=lfs diff=lfs merge=lfs -text
|
| 103 |
+
data-lite/files/texdb/gta3/gta3.unc.tmb filter=lfs diff=lfs merge=lfs -text
|
| 104 |
+
data-lite/files/texdb/menu/menu.dxt.dat filter=lfs diff=lfs merge=lfs -text
|
| 105 |
+
data-lite/files/texdb/menu/menu.etc.dat filter=lfs diff=lfs merge=lfs -text
|
| 106 |
+
data-lite/files/texdb/menu/menu.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 107 |
+
data-lite/files/texdb/mobile/mobile.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 108 |
+
data-lite/files/texdb/mobile/mobile.unc.dat filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
data-lite/files/texdb/player.img filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
data-lite/files/texdb/player/player.dxt.dat filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
data-lite/files/texdb/player/player.etc.dat filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
data-lite/files/texdb/player/player.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
data-lite/files/texdb/playerhi/playerhi.dxt.dat filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
data-lite/files/texdb/playerhi/playerhi.etc.dat filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
data-lite/files/texdb/playerhi/playerhi.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
data-lite/files/texdb/samp.img filter=lfs diff=lfs merge=lfs -text
|
| 117 |
+
data-lite/files/texdb/samp/samp.dxt.dat filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
data-lite/files/texdb/samp/samp.etc.dat filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
data-lite/files/texdb/samp/samp.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
data-lite/files/texdb/samp/samp.unc.dat filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
data-lite/files/texdb/SAMPCOL.img filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
data-lite/files/texdb/txd/txd.360.dat filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
data-lite/files/texdb/txd/txd.dxt.dat filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
data-lite/files/texdb/txd/txd.etc.dat filter=lfs diff=lfs merge=lfs -text
|
| 125 |
+
data-lite/files/texdb/txd/txd.etc.tmb filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
data-lite/files/texdb/txd/txd.pvr.dat filter=lfs diff=lfs merge=lfs -text
|
| 127 |
+
data-lite/launcher.log filter=lfs diff=lfs merge=lfs -text
|
data-lite/cache/servers.txt
ADDED
|
File without changes
|
data-lite/configs/ModLoaderCore.ini
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[Preferences]
|
| 2 |
+
Author=RusJJ aka [-=KILL MAN=-]
|
| 3 |
+
LaunchedTimeStamp=1767678784
|
| 4 |
+
Version=1.0.0.6
|
| 5 |
+
|
data-lite/files/Adjustable.cfg
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
;User defined touch control placement. This file contains only positions that have
|
| 2 |
+
; been modified by the user and is loaded on top of the defaults file.
|
data-lite/files/CINFO.BIN
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3aa5028a66e2ab78699806eaf189814d44e401c74c663f265623d5e4506ff9c7
|
| 3 |
+
size 634084
|
data-lite/files/GTASAMP10.b
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e4f3a3b013eb0dd31c05f02b0ac2616a69e2063e1208fe35354dc29473667d1
|
| 3 |
+
size 195000
|
data-lite/files/SAMP/SAMP.ide
ADDED
|
@@ -0,0 +1,2069 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ------------------------------------------------------
|
| 2 |
+
# ------------------------------------------------------
|
| 3 |
+
# SA:MP IDE File
|
| 4 |
+
# --------------
|
| 5 |
+
# Objects in this file were created and/or edited by (in alphabetical order):
|
| 6 |
+
# cessil, Kalcor, Matite and Micky (September 2010 to April 2015)
|
| 7 |
+
#
|
| 8 |
+
# Go to the SA:MP wiki for information about this file:
|
| 9 |
+
# http://wiki.sa-mp.com
|
| 10 |
+
# ------------------------------------------------------
|
| 11 |
+
#
|
| 12 |
+
# IMG File Fixes in SA:MP 0.3.7:
|
| 13 |
+
# * Fixed the elevator COL brightness (ID:18755 - was 0 brightness)
|
| 14 |
+
# * Fixed the missing metal grating texture for AnimTube (ID:19901)
|
| 15 |
+
# * Fixed some of the draw distances (IDs:19475 to 19483 - changed from 300 to 299)
|
| 16 |
+
# * Fixed the flags on one of the walls (ID:19371 - changed from 2097284 to 0)
|
| 17 |
+
# * Fixed the wall sections COL brightness (IDs:19353 to 19465 - was 255 brightness)
|
| 18 |
+
# * Replaced the face COLs with box COLs on many of the wall sections (IDs:19353 to 19465)
|
| 19 |
+
# * Fixed the hot air balloons COL brightness (IDs:19332 to 19338 - was 0 brightness)
|
| 20 |
+
# * Added mine.txd from VC to fix the existing GTASA landmine that had no texture (ID:1213)
|
| 21 |
+
# Note: if you want a non-dynamic mine use ID:19589
|
| 22 |
+
# * Fixed the deer COL brightness (ID:19315 - was 0 brightness)
|
| 23 |
+
# * Fixed the container COL brightness (ID:19321 - was 0 brightness)
|
| 24 |
+
# * Changed the flags on EnExMarker2 (ID:19197 - changed from 2097156 to 2097220)
|
| 25 |
+
# * Changed the flags on EnExMarker3 (ID:19198 - changed from 2097156 to 2097220)
|
| 26 |
+
# * Added the UFO model to old unused object ID slot (ID:18846)
|
| 27 |
+
# * Fixed the pumpkin COL brightness (ID:19320 - was 0 brightness)
|
| 28 |
+
# * Added the security keypad 2 model to old unused object ID slot (ID:19305)
|
| 29 |
+
# * Added the red flag model to old unused object ID slot (ID:19306)
|
| 30 |
+
# * Added the blue flag model to old unused object ID slot (ID:19307)
|
| 31 |
+
# * Added the ATM non-dynamic model to old unused object ID slot (ID:19324)
|
| 32 |
+
# * Updated wall001 (ID:19353) to use vertex colours so it does not respond to dynamic lighting
|
| 33 |
+
# * Updated wall031 (ID:19383) to use vertex colours so it does not respond to dynamic lighting
|
| 34 |
+
# * Updated wall047 (ID:19399) to use vertex colours so it does not respond to dynamic lighting
|
| 35 |
+
# * Updated wall066 (ID:19426) to use vertex colours so it does not respond to dynamic lighting
|
| 36 |
+
# * Updated wall085 (ID:19445) to use vertex colours so it does not respond to dynamic lighting
|
| 37 |
+
# * Updated SF Harry Plums building (ID:19486) to open the side doors, fix vertex colours and COL
|
| 38 |
+
#
|
| 39 |
+
#
|
| 40 |
+
# ------------------------------------------------------
|
| 41 |
+
# The objects defined below have been added by SA:MP.
|
| 42 |
+
# You can replace them to define new objects
|
| 43 |
+
# (but they will only be visible to you).
|
| 44 |
+
#
|
| 45 |
+
# Usable object IDs are:
|
| 46 |
+
# * 18631 to 19999 (1369 total) reserved for SAMP.IDE
|
| 47 |
+
# * 11682 to 12799 (1118 total) reserved for SAMP.IDE
|
| 48 |
+
# * 15065 to 15999 (935 total) reserved for CUSTOM.IDE
|
| 49 |
+
# ------------------------------------------------------
|
| 50 |
+
#
|
| 51 |
+
objs
|
| 52 |
+
# ------------------------------------------------------
|
| 53 |
+
# No Model File (used internally by SA:MP - do not remove or replace this model)
|
| 54 |
+
18631, NoModelFile, NoModelFile, 50, 0
|
| 55 |
+
# ------------------------------------------------------
|
| 56 |
+
# Holding Objects
|
| 57 |
+
18632, FishingRod, FishingRod, 100, 0
|
| 58 |
+
18633, GTASAWrench1, MatTextures, 100, 0
|
| 59 |
+
18634, GTASACrowbar1, MatTextures, 100, 0
|
| 60 |
+
18635, GTASAHammer1, MatTextures, 100, 0
|
| 61 |
+
18636, PoliceCap1, MatTextures, 100, 2097152
|
| 62 |
+
18637, PoliceShield1, MatTextures, 100, 4
|
| 63 |
+
18638, HardHat1, wmycon, 100, 2097152
|
| 64 |
+
18639, BlackHat1, dwmolc2, 100, 2097152
|
| 65 |
+
18640, Hair1, smyst, 100, 2097152
|
| 66 |
+
18641, Flashlight1, Flashlight1, 100, 0
|
| 67 |
+
18642, Taser1, Taser1, 100, 0
|
| 68 |
+
18643, LaserPointer1, LaserPointer1, 100, 4
|
| 69 |
+
18644, Screwdriver1, MatTextures, 100, 0
|
| 70 |
+
18645, MotorcycleHelmet1, MatClothes, 100, 2097152
|
| 71 |
+
# ------------------------------------------------------
|
| 72 |
+
# Lights
|
| 73 |
+
18646, PoliceLight1, MatColours, 150, 0
|
| 74 |
+
18647, RedNeonTube1, MatTextures, 150, 0
|
| 75 |
+
18648, BlueNeonTube1, MatTextures, 150, 0
|
| 76 |
+
18649, GreenNeonTube1, MatTextures, 150, 0
|
| 77 |
+
18650, YellowNeonTube1, MatTextures, 150, 0
|
| 78 |
+
18651, PinkNeonTube1, MatTextures, 150, 0
|
| 79 |
+
18652, WhiteNeonTube1, MatTextures, 150, 0
|
| 80 |
+
18653, DiscoLightRed, Carter_block, 150, 0
|
| 81 |
+
18654, DiscoLightGreen, Carter_block, 150, 0
|
| 82 |
+
18655, DiscoLightBlue, Carter_block, 150, 0
|
| 83 |
+
18656, LightBeamWhite, LightBeams, 200, 2097156
|
| 84 |
+
18657, LightBeamRed, LightBeams, 200, 2097156
|
| 85 |
+
18658, LightBeamBlue, LightBeams, 200, 2097156
|
| 86 |
+
# ------------------------------------------------------
|
| 87 |
+
# Spray Tags
|
| 88 |
+
18659, SprayTag1, SprayTags, 50, 4
|
| 89 |
+
18660, SprayTag2, SprayTags, 50, 4
|
| 90 |
+
18661, SprayTag3, SprayTags, 50, 4
|
| 91 |
+
18662, SprayTag4, SprayTags, 50, 4
|
| 92 |
+
18663, SprayTag5, SprayTags, 50, 4
|
| 93 |
+
18664, SprayTag6, SprayTags, 50, 4
|
| 94 |
+
18665, SprayTag7, SprayTags, 50, 4
|
| 95 |
+
18666, SprayTag8, SprayTags, 50, 4
|
| 96 |
+
18667, SprayTag9, SprayTags, 50, 4
|
| 97 |
+
# ------------------------------------------------------
|
| 98 |
+
# Particle Effects
|
| 99 |
+
18668, blood_heli, MatTextures, 100, 0
|
| 100 |
+
18669, boat_prop, MatTextures, 100, 0
|
| 101 |
+
18670, camflash, MatTextures, 100, 0
|
| 102 |
+
18671, carwashspray, MatTextures, 100, 0
|
| 103 |
+
18672, cementp, MatTextures, 100, 0
|
| 104 |
+
18673, cigarette_smoke, MatTextures, 100, 0
|
| 105 |
+
18674, cloudfast, MatTextures, 100, 0
|
| 106 |
+
18675, coke_puff, MatTextures, 100, 0
|
| 107 |
+
18676, coke_trail, MatTextures, 100, 0
|
| 108 |
+
18677, exhale, MatTextures, 100, 0
|
| 109 |
+
18678, explosion_barrel, MatTextures, 100, 0
|
| 110 |
+
18679, explosion_crate, MatTextures, 100, 0
|
| 111 |
+
18680, explosion_door, MatTextures, 100, 0
|
| 112 |
+
18681, explosion_fuel_car, MatTextures, 100, 0
|
| 113 |
+
18682, explosion_large, MatTextures, 100, 0
|
| 114 |
+
18683, explosion_medium, MatTextures, 100, 0
|
| 115 |
+
18684, explosion_molotov, MatTextures, 100, 0
|
| 116 |
+
18685, explosion_small, MatTextures, 100, 0
|
| 117 |
+
18686, explosion_tiny, MatTextures, 100, 0
|
| 118 |
+
18687, extinguisher, MatTextures, 100, 0
|
| 119 |
+
18688, fire, MatTextures, 150, 0
|
| 120 |
+
18689, fire_bike, MatTextures, 100, 0
|
| 121 |
+
18690, fire_car, MatTextures, 100, 0
|
| 122 |
+
18691, fire_large, MatTextures, 100, 0
|
| 123 |
+
18692, fire_med, MatTextures, 100, 0
|
| 124 |
+
18693, Flame99, MatTextures, 100, 0
|
| 125 |
+
18694, flamethrowerp, MatTextures, 100, 0
|
| 126 |
+
18695, gunflash, MatTextures, 100, 0
|
| 127 |
+
18696, gunsmoke, MatTextures, 100, 0
|
| 128 |
+
18697, heli_dust, MatTextures, 100, 0
|
| 129 |
+
18698, insects, MatTextures, 100, 0
|
| 130 |
+
18699, jetpackp, MatTextures, 100, 0
|
| 131 |
+
18700, jetthrust, MatTextures, 100, 0
|
| 132 |
+
18701, molotov_flame, MatTextures, 100, 0
|
| 133 |
+
18702, nitrop, MatTextures, 100, 0
|
| 134 |
+
18703, overheat_car, MatTextures, 100, 0
|
| 135 |
+
18704, overheat_car_elec, MatTextures, 100, 0
|
| 136 |
+
18705, petrolcan, MatTextures, 100, 0
|
| 137 |
+
18706, prt_blood, MatTextures, 100, 0
|
| 138 |
+
18707, prt_boatsplash, MatTextures, 100, 0
|
| 139 |
+
18708, prt_bubble, MatTextures, 100, 0
|
| 140 |
+
18709, prt_cardebris, MatTextures, 100, 0
|
| 141 |
+
18710, prt_collisionsmoke, MatTextures, 100, 0
|
| 142 |
+
18711, prt_glass, MatTextures, 100, 0
|
| 143 |
+
18712, prt_gunshell, MatTextures, 100, 0
|
| 144 |
+
18713, prt_sand2, MatTextures, 100, 0
|
| 145 |
+
18714, prt_sand, MatTextures, 100, 0
|
| 146 |
+
18715, prt_smoke_huge, MatTextures, 150, 0
|
| 147 |
+
18716, prt_smoke_expand, MatTextures, 100, 0
|
| 148 |
+
18717, prt_spark, MatTextures, 100, 0
|
| 149 |
+
18718, prt_spark_2, MatTextures, 100, 0
|
| 150 |
+
18719, prt_wake, MatTextures, 100, 0
|
| 151 |
+
18720, prt_watersplash, MatTextures, 100, 0
|
| 152 |
+
18721, prt_wheeldirt, MatTextures, 100, 0
|
| 153 |
+
18722, puke, MatTextures, 100, 0
|
| 154 |
+
18723, riot_smoke, MatTextures, 100, 0
|
| 155 |
+
18724, shootlight, MatTextures, 100, 0
|
| 156 |
+
18725, smoke30lit, MatTextures, 100, 0
|
| 157 |
+
18726, smoke30m, MatTextures, 100, 0
|
| 158 |
+
18727, smoke50lit, MatTextures, 100, 0
|
| 159 |
+
18728, smoke_flare, MatTextures, 100, 0
|
| 160 |
+
18729, spraycanp, MatTextures, 100, 0
|
| 161 |
+
18730, tank_fire, MatTextures, 100, 0
|
| 162 |
+
18731, teargas99, MatTextures, 100, 0
|
| 163 |
+
18732, teargasAD, MatTextures, 100, 0
|
| 164 |
+
18733, tree_hit_fir, MatTextures, 100, 0
|
| 165 |
+
18734, tree_hit_palm, MatTextures, 100, 0
|
| 166 |
+
18735, vent2, MatTextures, 100, 0
|
| 167 |
+
18736, vent, MatTextures, 100, 0
|
| 168 |
+
18737, wallbust, MatTextures, 100, 0
|
| 169 |
+
18738, water_fnt_tme, MatTextures, 100, 0
|
| 170 |
+
18739, water_fountain, MatTextures, 100, 0
|
| 171 |
+
18740, water_hydrant, MatTextures, 100, 0
|
| 172 |
+
18741, water_ripples, MatTextures, 100, 0
|
| 173 |
+
18742, water_speed, MatTextures, 100, 0
|
| 174 |
+
18743, water_splash, MatTextures, 100, 0
|
| 175 |
+
18744, water_splash_big, MatTextures, 100, 0
|
| 176 |
+
18745, water_splsh_sml, MatTextures, 100, 0
|
| 177 |
+
18746, water_swim, MatTextures, 100, 0
|
| 178 |
+
18747, waterfall_end, MatTextures, 100, 0
|
| 179 |
+
18748, WS_factorysmoke, MatTextures, 100, 0
|
| 180 |
+
# ------------------------------------------------------
|
| 181 |
+
# SA:MP Logos
|
| 182 |
+
18749, SAMPLogoSmall, MatTextures, 150, 0
|
| 183 |
+
18750, SAMPLogoBig, MatTextures, 299, 0
|
| 184 |
+
# ------------------------------------------------------
|
| 185 |
+
# Land Masses
|
| 186 |
+
18751, IslandBase1, MatTextures, 299, 0
|
| 187 |
+
18752, Volcano, Volcano, 299, 4
|
| 188 |
+
# ------------------------------------------------------
|
| 189 |
+
# Base Sections
|
| 190 |
+
18753, Base125mx125m1, BaseSections, 299, 2097156
|
| 191 |
+
18754, Base250mx250m1, BaseSections, 299, 2097156
|
| 192 |
+
# ------------------------------------------------------
|
| 193 |
+
# Elevator from VC
|
| 194 |
+
18755, VCElevator1, VCInteriors, 50, 2097152
|
| 195 |
+
18756, ElevatorDoor1, VCInteriors, 50, 0
|
| 196 |
+
18757, ElevatorDoor2, VCInteriors, 50, 0
|
| 197 |
+
18758, VCElevatorFront1, VCInteriors, 50, 2097152
|
| 198 |
+
# ------------------------------------------------------
|
| 199 |
+
# DM Cages
|
| 200 |
+
18759, DMCage1, DMCages, 250, 2097156
|
| 201 |
+
18760, DMCage2, DMCages, 250, 2097156
|
| 202 |
+
# ------------------------------------------------------
|
| 203 |
+
# Racing
|
| 204 |
+
18761, RaceFinishLine1, MatRacing, 220, 2097156
|
| 205 |
+
# ------------------------------------------------------
|
| 206 |
+
# Parkour
|
| 207 |
+
18762, Concrete1mx1mx5m, ConcreteBits, 100, 0
|
| 208 |
+
18763, Concrete3mx3mx5m, ConcreteBits, 100, 0
|
| 209 |
+
18764, Concrete5mx5mx5m, ConcreteBits, 100, 0
|
| 210 |
+
18765, Concrete10mx10mx5m, ConcreteBits, 100, 0
|
| 211 |
+
18766, Concrete10mx1mx5m, ConcreteBits, 100, 0
|
| 212 |
+
18767, ConcreteStair1, ConcreteBits, 150, 0
|
| 213 |
+
# ------------------------------------------------------
|
| 214 |
+
# Sky Diving Platforms
|
| 215 |
+
18768, SkyDivePlatform1, SkyDivePlatforms, 299, 2097152
|
| 216 |
+
18769, SkyDivePlatform1a, SkyDivePlatforms, 299, 2097156
|
| 217 |
+
18770, SkyDivePlatform1b, SkyDivePlatforms, 299, 0
|
| 218 |
+
18771, SpiralStair1, MatStairs, 299, 0
|
| 219 |
+
# ------------------------------------------------------
|
| 220 |
+
# Tunnel Sections
|
| 221 |
+
18772, TunnelSection1, TunnelSections, 299, 4
|
| 222 |
+
18773, TunnelJoinSection1, TunnelSections, 299, 4
|
| 223 |
+
18774, TunnelJoinSection2, TunnelSections, 299, 4
|
| 224 |
+
18775, TunnelJoinSection3, TunnelSections, 299, 4
|
| 225 |
+
18776, TunnelJoinSection4, TunnelSections, 299, 4
|
| 226 |
+
18777, TunnelSpiral1, TunnelSections, 299, 4
|
| 227 |
+
# ------------------------------------------------------
|
| 228 |
+
# Ramps
|
| 229 |
+
18778, RampT1, landjump, 220, 0
|
| 230 |
+
18779, RampT2, MatRamps, 280, 0
|
| 231 |
+
18780, RampT3, MatRamps, 280, 0
|
| 232 |
+
18781, MeshRampBig, MatRamps, 220, 4
|
| 233 |
+
18782, CookieRamp1, CookieRamp1, 220, 0
|
| 234 |
+
18783, FunBoxTop1, MatRamps, 220, 2097284
|
| 235 |
+
18784, FunBoxRamp1, MatRamps, 220, 2097284
|
| 236 |
+
18785, FunBoxRamp2, MatRamps, 220, 2097284
|
| 237 |
+
18786, FunBoxRamp3, MatRamps, 220, 2097284
|
| 238 |
+
18787, FunBoxRamp4, MatRamps, 220, 2097284
|
| 239 |
+
# ------------------------------------------------------
|
| 240 |
+
# Modular Road Sections
|
| 241 |
+
18788, MRoad40m, cs_ebridge, 250, 0
|
| 242 |
+
18789, MRoad150m, cs_ebridge, 299, 0
|
| 243 |
+
18790, MRoadBend180Deg1, cs_ebridge, 250, 0
|
| 244 |
+
18791, MRoadBend45Deg, cs_ebridge, 250, 0
|
| 245 |
+
18792, MRoadTwist15DegL, cs_ebridge, 250, 0
|
| 246 |
+
18793, MRoadTwist15DegR, cs_ebridge, 250, 0
|
| 247 |
+
18794, MRoadBend15Deg1, cs_ebridge, 250, 0
|
| 248 |
+
18795, MRoadBend15Deg2, cs_ebridge, 250, 0
|
| 249 |
+
18796, MRoadBend15Deg3, cs_ebridge, 250, 0
|
| 250 |
+
18797, MRoadBend15Deg4, cs_ebridge, 250, 0
|
| 251 |
+
18798, MRoadB45T15DegL, cs_ebridge, 250, 0
|
| 252 |
+
18799, MRoadB45T15DegR, cs_ebridge, 250, 0
|
| 253 |
+
18800, MRoadHelix1, MRoadHelix1, 250, 0
|
| 254 |
+
18801, MRoadLoop1, cs_ebridge, 250, 0
|
| 255 |
+
# ------------------------------------------------------
|
| 256 |
+
# Modular Bridge Sections
|
| 257 |
+
18802, MBridgeRamp1, cs_ebridge, 200, 0
|
| 258 |
+
18803, MBridge150m1, cs_ebridge, 250, 0
|
| 259 |
+
18804, MBridge150m2, cs_ebridge, 250, 0
|
| 260 |
+
18805, MBridge150m3, cs_ebridge, 250, 0
|
| 261 |
+
18806, MBridge150m4, cs_ebridge, 250, 0
|
| 262 |
+
18807, MBridge75mHalf, cs_ebridge, 250, 0
|
| 263 |
+
# ------------------------------------------------------
|
| 264 |
+
# Tubes and Funnels
|
| 265 |
+
18808, Tube50m1, MatTextures, 299, 0
|
| 266 |
+
18809, Tube50mGlass1, MatTextures, 299, 4
|
| 267 |
+
18810, Tube50mBulge1, MatTextures, 299, 0
|
| 268 |
+
18811, Tube50mGlassBulge1, MatTextures, 299, 4
|
| 269 |
+
18812, Tube50mFunnel1, MatTextures, 299, 0
|
| 270 |
+
18813, Tube50mGlassFunnel1, MatTextures, 299, 4
|
| 271 |
+
18814, Tube50mFunnel2, MatTextures, 299, 0
|
| 272 |
+
18815, Tube50mFunnel3, MatTextures, 299, 0
|
| 273 |
+
18816, Tube50mFunnel4, MatTextures, 299, 0
|
| 274 |
+
18817, Tube50mTSection1, MatTextures, 299, 0
|
| 275 |
+
18818, Tube50mGlassT1, MatTextures, 299, 4
|
| 276 |
+
18819, Tube50mPlus1, MatTextures, 299, 0
|
| 277 |
+
18820, Tube50mGlassPlus1, MatTextures, 299, 4
|
| 278 |
+
18821, Tube50m45Bend1, MatTextures, 299, 0
|
| 279 |
+
18822, Tube50mGlass45Bend1, MatTextures, 299, 4
|
| 280 |
+
18823, Tube50m90Bend1, MatTextures, 299, 0
|
| 281 |
+
18824, Tube50mGlass90Bend1, MatTextures, 299, 4
|
| 282 |
+
18825, Tube50m180Bend1, MatTextures, 299, 0
|
| 283 |
+
18826, Tube50mGlass180Bend, MatTextures, 299, 4
|
| 284 |
+
18827, Tube100m2, MatTextures, 299, 0
|
| 285 |
+
18828, SpiralTube1, MatRamps, 299, 2097156
|
| 286 |
+
18829, RTexturetube, MickyTextures, 299, 0
|
| 287 |
+
18830, RTexturebridge, MickyTextures, 299, 0
|
| 288 |
+
18831, RT25mBend90Tube1, MickyTextures, 299, 0
|
| 289 |
+
18832, RT25mBend180Tube1, MickyTextures, 299, 0
|
| 290 |
+
18833, RT50mBend45Tube1, MickyTextures, 299, 0
|
| 291 |
+
18834, RT50mBend180Tube1, MickyTextures, 299, 0
|
| 292 |
+
18835, RBFunnel, MickyTextures, 299, 0
|
| 293 |
+
18836, RBHalfpipe, MickyTextures, 299, 0
|
| 294 |
+
18837, RB25mBend90Tube, MickyTextures, 299, 0
|
| 295 |
+
18838, RB25mBend180Tube, MickyTextures, 299, 0
|
| 296 |
+
18839, RB50mBend45Tube, MickyTextures, 299, 0
|
| 297 |
+
18840, RB50mBend90Tube, MickyTextures, 299, 0
|
| 298 |
+
18841, RB50mBend180Tube, MickyTextures, 299, 0
|
| 299 |
+
18842, RB50mTube, MickyTextures, 299, 0
|
| 300 |
+
# ------------------------------------------------------
|
| 301 |
+
# Spheres
|
| 302 |
+
18843, GlassSphere1, MatTextures, 299, 4
|
| 303 |
+
18844, WaterUVAnimSphere1, MatTextures, 280, 4
|
| 304 |
+
18845, RTexturesphere, MickyTextures, 299, 0
|
| 305 |
+
# ------------------------------------------------------
|
| 306 |
+
# Extracted UFO
|
| 307 |
+
# -------------
|
| 308 |
+
18846, UFO, des_ufoinn, 299, 0
|
| 309 |
+
# ------------------------------------------------------
|
| 310 |
+
# More Stuff
|
| 311 |
+
18847, HugeHalfPipe1, glenpark7_lae, 299, 0
|
| 312 |
+
18848, SamSiteNonDynamic, milbase, 150, 0
|
| 313 |
+
18849, ParaDropNonDynamic, kmb_chute, 150, 0
|
| 314 |
+
18850, HeliPad1, sfe_copchop, 200, 4
|
| 315 |
+
# ------------------------------------------------------
|
| 316 |
+
# Objects added in Beta Team IMG 1 (154 Objects)
|
| 317 |
+
18851, TubeToRoad1, MatTextures, 299, 0
|
| 318 |
+
18852, Tube100m1, MatTextures, 299, 0
|
| 319 |
+
18853, Tube100m45Bend1, MatTextures, 299, 0
|
| 320 |
+
18854, Tube100m90Bend1, MatTextures, 299, 0
|
| 321 |
+
18855, Tube100m180Bend1, MatTextures, 299, 0
|
| 322 |
+
18856, Cage5mx5mx3m, MatTextures, 200, 4
|
| 323 |
+
18857, Cage20mx20mx10m, MatTextures, 250, 4
|
| 324 |
+
18858, FoamHoop1, MatRamps, 250, 0
|
| 325 |
+
18859, QuarterPipe1, glenpark7_lae, 250, 0
|
| 326 |
+
#18860, skyscrpunbuilt2, buildsite, 299, 0
|
| 327 |
+
#18861, scaffoldlift, buildsite, 150, 0
|
| 328 |
+
18862, GarbagePileRamp1, MatTextures, 250, 2097152
|
| 329 |
+
18863, SnowArc1, FakeSnow1, 299, 2097156
|
| 330 |
+
18864, FakeSnow1, FakeSnow1, 299, 2097156
|
| 331 |
+
18865, MobilePhone1, MobilePhone1, 100, 0
|
| 332 |
+
18866, MobilePhone2, MobilePhone2, 100, 0
|
| 333 |
+
18867, MobilePhone3, MobilePhone3, 100, 0
|
| 334 |
+
18868, MobilePhone4, MobilePhone4, 100, 0
|
| 335 |
+
18869, MobilePhone5, MobilePhone5, 100, 0
|
| 336 |
+
18870, MobilePhone6, MobilePhone6, 100, 0
|
| 337 |
+
18871, MobilePhone7, MobilePhone7, 100, 0
|
| 338 |
+
18872, MobilePhone8, MobilePhone8, 100, 0
|
| 339 |
+
18873, MobilePhone9, MobilePhone9, 100, 0
|
| 340 |
+
18874, MobilePhone10, MobilePhone10, 100, 0
|
| 341 |
+
18875, Pager1, Pager1, 100, 0
|
| 342 |
+
18876, BigGreenGloop1, gloopX, 200, 2097152
|
| 343 |
+
18877, FerrisWheelBit, FerrisWheel, 299, 4
|
| 344 |
+
18878, FerrisBaseBit, FerrisWheel, 299, 2097156
|
| 345 |
+
18879, FerrisCageBit, FerrisWheel, 200, 0
|
| 346 |
+
18880, SpeedCamera1, SpeedCamera1, 150, 0
|
| 347 |
+
18881, SkyDivePlatform2, MatRacing, 299, 2097152
|
| 348 |
+
18882, HugeBowl1, HugeBowls, 299, 0
|
| 349 |
+
18883, HugeBowl2, HugeBowls, 299, 0
|
| 350 |
+
18884, HugeBowl3, HugeBowls, 299, 4
|
| 351 |
+
18885, GunVendingMachine1, GunVendingMachine1, 50, 0
|
| 352 |
+
18886, ElectroMagnet1, ElectroMagnet1, 150, 0
|
| 353 |
+
18887, ForceField1, ForceFields, 150, 4
|
| 354 |
+
18888, ForceField2, ForceFields, 150, 4
|
| 355 |
+
18889, ForceField3, ForceFields, 150, 4
|
| 356 |
+
18890, Rake1, Rake1, 50, 0
|
| 357 |
+
18891, Bandana1, MatClothes, 100, 2097152
|
| 358 |
+
18892, Bandana2, MatClothes, 100, 2097152
|
| 359 |
+
18893, Bandana3, MatClothes, 100, 2097152
|
| 360 |
+
18894, Bandana4, MatClothes, 100, 2097152
|
| 361 |
+
18895, Bandana5, MatClothes, 100, 2097152
|
| 362 |
+
18896, Bandana6, MatClothes, 100, 2097152
|
| 363 |
+
18897, Bandana7, MatClothes, 100, 2097152
|
| 364 |
+
18898, Bandana8, MatClothes, 100, 2097152
|
| 365 |
+
18899, Bandana9, MatClothes, 100, 2097152
|
| 366 |
+
18900, Bandana10, MatClothes, 100, 2097152
|
| 367 |
+
18901, Bandana11, MatClothes, 100, 2097152
|
| 368 |
+
18902, Bandana12, MatClothes, 100, 2097152
|
| 369 |
+
18903, Bandana13, MatClothes, 100, 2097152
|
| 370 |
+
18904, Bandana14, MatClothes, 100, 2097152
|
| 371 |
+
18905, Bandana15, MatClothes, 100, 2097152
|
| 372 |
+
18906, Bandana16, MatClothes, 100, 2097152
|
| 373 |
+
18907, Bandana17, MatClothes, 100, 2097152
|
| 374 |
+
18908, Bandana18, MatClothes, 100, 2097152
|
| 375 |
+
18909, Bandana19, MatClothes, 100, 2097152
|
| 376 |
+
18910, Bandana20, MatClothes, 100, 2097152
|
| 377 |
+
18911, Mask1, MatClothes, 100, 2097152
|
| 378 |
+
18912, Mask2, MatClothes, 100, 2097152
|
| 379 |
+
18913, Mask3, MatClothes, 100, 2097152
|
| 380 |
+
18914, Mask4, MatClothes, 100, 2097152
|
| 381 |
+
18915, Mask5, MatClothes, 100, 2097152
|
| 382 |
+
18916, Mask6, MatClothes, 100, 2097152
|
| 383 |
+
18917, Mask7, MatClothes, 100, 2097152
|
| 384 |
+
18918, Mask8, MatClothes, 100, 2097152
|
| 385 |
+
18919, Mask9, MatClothes, 100, 2097152
|
| 386 |
+
18920, Mask10, MatClothes, 100, 2097152
|
| 387 |
+
18921, Beret1, MatClothes, 100, 2097152
|
| 388 |
+
18922, Beret2, MatClothes, 100, 2097152
|
| 389 |
+
18923, Beret3, MatClothes, 100, 2097152
|
| 390 |
+
18924, Beret4, MatClothes, 100, 2097152
|
| 391 |
+
18925, Beret5, MatClothes, 100, 2097152
|
| 392 |
+
18926, Hat1, MatClothes, 100, 2097152
|
| 393 |
+
18927, Hat2, MatClothes, 100, 2097152
|
| 394 |
+
18928, Hat3, MatClothes, 100, 2097152
|
| 395 |
+
18929, Hat4, MatClothes, 100, 2097152
|
| 396 |
+
18930, Hat5, MatClothes, 100, 2097152
|
| 397 |
+
18931, Hat6, MatClothes, 100, 2097152
|
| 398 |
+
18932, Hat7, MatClothes, 100, 2097152
|
| 399 |
+
18933, Hat8, MatClothes, 100, 2097152
|
| 400 |
+
18934, Hat9, MatClothes, 100, 2097152
|
| 401 |
+
18935, Hat10, MatClothes, 100, 2097152
|
| 402 |
+
18936, Helmet1, MatClothes, 100, 2097152
|
| 403 |
+
18937, Helmet2, MatClothes, 100, 2097152
|
| 404 |
+
18938, Helmet3, MatClothes, 100, 2097152
|
| 405 |
+
18939, CapBack1, MatClothes, 100, 2097152
|
| 406 |
+
18940, CapBack2, MatClothes, 100, 2097152
|
| 407 |
+
18941, CapBack3, MatClothes, 100, 2097152
|
| 408 |
+
18942, CapBack4, MatClothes, 100, 2097152
|
| 409 |
+
18943, CapBack5, MatClothes, 100, 2097152
|
| 410 |
+
18944, HatBoater1, MatClothes, 100, 2097152
|
| 411 |
+
18945, HatBoater2, MatClothes, 100, 2097152
|
| 412 |
+
18946, HatBoater3, MatClothes, 100, 2097152
|
| 413 |
+
18947, HatBowler1, MatClothes, 100, 2097152
|
| 414 |
+
18948, HatBowler2, MatClothes, 100, 2097152
|
| 415 |
+
18949, HatBowler3, MatClothes, 100, 2097152
|
| 416 |
+
18950, HatBowler4, MatClothes, 100, 2097152
|
| 417 |
+
18951, HatBowler5, MatClothes, 100, 2097152
|
| 418 |
+
18952, BoxingHelmet1, MatClothes, 100, 2097152
|
| 419 |
+
18953, CapKnit1, MatClothes, 100, 2097152
|
| 420 |
+
18954, CapKnit2, MatClothes, 100, 2097152
|
| 421 |
+
18955, CapOverEye1, MatClothes, 100, 2097152
|
| 422 |
+
18956, CapOverEye2, MatClothes, 100, 2097152
|
| 423 |
+
18957, CapOverEye3, MatClothes, 100, 2097152
|
| 424 |
+
18958, CapOverEye4, MatClothes, 100, 2097152
|
| 425 |
+
18959, CapOverEye5, MatClothes, 100, 2097152
|
| 426 |
+
18960, CapRimUp1, MatClothes, 100, 2097152
|
| 427 |
+
18961, CapTrucker1, MatClothes, 100, 2097152
|
| 428 |
+
18962, CowboyHat2, CowboyHats, 100, 2097152
|
| 429 |
+
18963, CJElvisHead, MatClothes, 100, 2097152
|
| 430 |
+
18964, SkullyCap1, MatClothes, 100, 2097152
|
| 431 |
+
18965, SkullyCap2, MatClothes, 100, 2097152
|
| 432 |
+
18966, SkullyCap3, MatClothes, 100, 2097152
|
| 433 |
+
18967, HatMan1, MatClothes, 100, 2097152
|
| 434 |
+
18968, HatMan2, MatClothes, 100, 2097152
|
| 435 |
+
18969, HatMan3, MatClothes, 100, 2097152
|
| 436 |
+
18970, HatTiger1, MatClothes, 100, 2097152
|
| 437 |
+
18971, HatCool1, MatClothes, 100, 2097152
|
| 438 |
+
18972, HatCool2, MatClothes, 100, 2097152
|
| 439 |
+
18973, HatCool3, MatClothes, 100, 2097152
|
| 440 |
+
18974, MaskZorro1, MatClothes, 100, 2097152
|
| 441 |
+
18975, Hair2, Hair2, 100, 2097152
|
| 442 |
+
18976, MotorcycleHelmet2, MatClothes, 100, 2097152
|
| 443 |
+
18977, MotorcycleHelmet3, MatClothes, 100, 2097152
|
| 444 |
+
18978, MotorcycleHelmet4, noncolored, 100, 2097152
|
| 445 |
+
18979, MotorcycleHelmet5, MatClothes, 100, 2097152
|
| 446 |
+
18980, Concrete1mx1mx25m, ConcreteBits, 150, 0
|
| 447 |
+
18981, Concrete1mx25mx25m, ConcreteBits, 150, 0
|
| 448 |
+
18982, Tube100m3, MatTextures, 299, 0
|
| 449 |
+
18983, Tube100m4, MatTextures, 299, 0
|
| 450 |
+
18984, Tube100m5, MatTextures, 299, 0
|
| 451 |
+
18985, Tube100m6, MatTextures, 299, 0
|
| 452 |
+
18986, TubeToPipe1, MatTextures, 299, 0
|
| 453 |
+
18987, Tube25m1, MatTextures, 299, 0
|
| 454 |
+
18988, Tube25mCutEnd1, MatTextures, 299, 0
|
| 455 |
+
18989, Tube25m45Bend1, MatTextures, 299, 0
|
| 456 |
+
18990, Tube25m90Bend1, MatTextures, 299, 0
|
| 457 |
+
18991, Tube25m180Bend1, MatTextures, 299, 0
|
| 458 |
+
18992, Tube10m45Bend1, MatTextures, 299, 0
|
| 459 |
+
18993, Tube10m90Bend1, MatTextures, 299, 0
|
| 460 |
+
18994, Tube10m180Bend1, MatTextures, 299, 0
|
| 461 |
+
18995, Tube5m1, MatTextures, 299, 0
|
| 462 |
+
18996, Tube5m45Bend1, MatTextures, 299, 0
|
| 463 |
+
18997, Tube1m1, MatTextures, 299, 0
|
| 464 |
+
18998, Tube200m1, MatTextures, 299, 0
|
| 465 |
+
18999, Tube200mBendy1, MatTextures, 299, 0
|
| 466 |
+
19000, Tube200mBulge1, MatTextures, 299, 0
|
| 467 |
+
19001, VCWideLoop1, MatRamps, 250, 0
|
| 468 |
+
19002, FireHoop1, MatRamps, 250, 0
|
| 469 |
+
19003, RampT5, MatRamps, 280, 0
|
| 470 |
+
19004, RoundBuilding1, RoundBuilding1, 299, 2097156
|
| 471 |
+
19005, RampT4, MatRamps, 280, 0
|
| 472 |
+
19006, GlassesType1, MatGlasses, 100, 2097156
|
| 473 |
+
19007, GlassesType2, MatGlasses, 100, 2097156
|
| 474 |
+
19008, GlassesType3, MatGlasses, 100, 2097156
|
| 475 |
+
19009, GlassesType4, MatGlasses, 100, 2097156
|
| 476 |
+
19010, GlassesType5, MatGlasses, 100, 2097156
|
| 477 |
+
19011, GlassesType6, MatGlasses, 100, 2097156
|
| 478 |
+
19012, GlassesType7, MatGlasses, 100, 2097156
|
| 479 |
+
19013, GlassesType8, MatGlasses, 100, 2097156
|
| 480 |
+
19014, GlassesType9, MatGlasses, 100, 2097156
|
| 481 |
+
19015, GlassesType10, MatGlasses, 100, 2097156
|
| 482 |
+
19016, GlassesType11, MatGlasses, 100, 2097156
|
| 483 |
+
19017, GlassesType12, MatGlasses, 100, 2097156
|
| 484 |
+
19018, GlassesType13, MatGlasses, 100, 2097156
|
| 485 |
+
19019, GlassesType14, MatGlasses, 100, 2097156
|
| 486 |
+
19020, GlassesType15, MatGlasses, 100, 2097156
|
| 487 |
+
19021, GlassesType16, MatGlasses, 100, 2097156
|
| 488 |
+
19022, GlassesType17, MatGlasses, 100, 2097156
|
| 489 |
+
19023, GlassesType18, MatGlasses, 100, 2097156
|
| 490 |
+
19024, GlassesType19, MatGlasses, 100, 2097156
|
| 491 |
+
19025, GlassesType20, MatGlasses, 100, 2097156
|
| 492 |
+
19026, GlassesType21, MatGlasses, 100, 2097156
|
| 493 |
+
19027, GlassesType22, MatGlasses, 100, 2097156
|
| 494 |
+
19028, GlassesType23, MatGlasses, 100, 2097156
|
| 495 |
+
19029, GlassesType24, MatGlasses, 100, 2097156
|
| 496 |
+
19030, GlassesType25, MatGlasses, 100, 2097156
|
| 497 |
+
19031, GlassesType26, MatGlasses, 100, 2097156
|
| 498 |
+
19032, GlassesType27, MatGlasses, 100, 2097156
|
| 499 |
+
19033, GlassesType28, MatGlasses, 100, 2097156
|
| 500 |
+
19034, GlassesType29, MatGlasses, 100, 2097156
|
| 501 |
+
19035, GlassesType30, MatGlasses, 100, 2097156
|
| 502 |
+
19036, HockeyMask1, MatHockey, 100, 2097156
|
| 503 |
+
19037, HockeyMask2, MatHockey, 100, 2097156
|
| 504 |
+
19038, HockeyMask3, MatHockey, 100, 2097156
|
| 505 |
+
19039, WatchType1, MatWatches, 100, 2097156
|
| 506 |
+
19040, WatchType2, MatWatches, 100, 2097156
|
| 507 |
+
19041, WatchType3, MatWatches, 100, 2097156
|
| 508 |
+
19042, WatchType4, MatWatches, 100, 2097156
|
| 509 |
+
19043, WatchType5, MatWatches, 100, 2097156
|
| 510 |
+
19044, WatchType6, MatWatches, 100, 2097156
|
| 511 |
+
19045, WatchType7, MatWatches, 100, 2097156
|
| 512 |
+
19046, WatchType8, MatWatches, 100, 2097156
|
| 513 |
+
19047, WatchType9, MatWatches, 100, 2097156
|
| 514 |
+
19048, WatchType10, MatWatches, 100, 2097156
|
| 515 |
+
19049, WatchType11, MatWatches, 100, 2097156
|
| 516 |
+
19050, WatchType12, MatWatches, 100, 2097156
|
| 517 |
+
19051, WatchType13, MatWatches, 100, 2097156
|
| 518 |
+
19052, WatchType14, MatWatches, 100, 2097156
|
| 519 |
+
19053, WatchType15, MatWatches, 100, 2097156
|
| 520 |
+
# ------------------------------------------------------
|
| 521 |
+
# Objects added in RC4 (109 Objects)
|
| 522 |
+
19054, XmasBox1, XmasBoxes, 100, 0
|
| 523 |
+
19055, XmasBox2, XmasBoxes, 100, 0
|
| 524 |
+
19056, XmasBox3, XmasBoxes, 100, 0
|
| 525 |
+
19057, XmasBox4, XmasBoxes, 100, 0
|
| 526 |
+
19058, XmasBox5, XmasBoxes, 100, 0
|
| 527 |
+
19059, XmasOrb1, XmasOrbs, 100, 0
|
| 528 |
+
19060, XmasOrb2, XmasOrbs, 100, 0
|
| 529 |
+
19061, XmasOrb3, XmasOrbs, 100, 0
|
| 530 |
+
19062, XmasOrb4, XmasOrbs, 100, 0
|
| 531 |
+
19063, XmasOrb5, XmasOrbs, 100, 0
|
| 532 |
+
19064, SantaHat1, SantaHats, 100, 2097152
|
| 533 |
+
19065, SantaHat2, SantaHats, 100, 2097152
|
| 534 |
+
19066, SantaHat3, SantaHats, 100, 2097152
|
| 535 |
+
19067, HoodyHat1, HoodyHats, 100, 2097152
|
| 536 |
+
19068, HoodyHat2, HoodyHats, 100, 2097152
|
| 537 |
+
19069, HoodyHat3, HoodyHats, 100, 2097152
|
| 538 |
+
19070, WSDown1, WSSections, 299, 2097156
|
| 539 |
+
19071, WSStraight1, WSSections, 299, 2097156
|
| 540 |
+
19072, WSBend45Deg1, WSSections, 299, 2097156
|
| 541 |
+
19073, WSRocky1, WSSections, 299, 2097156
|
| 542 |
+
19074, Cage20mx20mx10mv2, MatTextures, 250, 4
|
| 543 |
+
19075, Cage5mx5mx3mv2, MatTextures, 250, 4
|
| 544 |
+
19076, XmasTree1, XmasTree1, 200, 2097156
|
| 545 |
+
19077, Hair3, Hair3, 100, 2097152
|
| 546 |
+
19078, TheParrot1, TheParrot, 100, 0
|
| 547 |
+
19079, TheParrot2, TheParrot, 100, 0
|
| 548 |
+
19080, LaserPointer2, LaserPointer2, 100, 4
|
| 549 |
+
19081, LaserPointer3, LaserPointer3, 100, 4
|
| 550 |
+
19082, LaserPointer4, LaserPointer4, 100, 4
|
| 551 |
+
19083, LaserPointer5, LaserPointer5, 100, 4
|
| 552 |
+
19084, LaserPointer6, LaserPointer6, 100, 4
|
| 553 |
+
19085, EyePatch1, EyePatch1, 100, 2097152
|
| 554 |
+
19086, ChainsawDildo1, sexdetail, 100, 2097152
|
| 555 |
+
19087, Rope1, MatRopes, 150, 0
|
| 556 |
+
19088, Rope2, MatRopes, 150, 0
|
| 557 |
+
19089, Rope3, MatRopes, 150, 0
|
| 558 |
+
19090, PomPomBlue, PomPoms, 100, 0
|
| 559 |
+
19091, PomPomRed, PomPoms, 100, 0
|
| 560 |
+
19092, PomPomGreen, PomPoms, 100, 0
|
| 561 |
+
19093, HardHat2, NewHardHats, 100, 2097152
|
| 562 |
+
19094, BurgerShotHat1, wfyburg, 100, 0
|
| 563 |
+
19095, CowboyHat1, CowboyHats, 100, 2097152
|
| 564 |
+
19096, CowboyHat3, CowboyHats, 100, 2097152
|
| 565 |
+
19097, CowboyHat4, CowboyHats, 100, 2097152
|
| 566 |
+
19098, CowboyHat5, CowboyHats, 100, 2097152
|
| 567 |
+
19099, PoliceCap2, PoliceCaps, 100, 2097152
|
| 568 |
+
19100, PoliceCap3, PoliceCaps, 100, 2097152
|
| 569 |
+
19101, ArmyHelmet1, ArmyHelmets, 100, 2097152
|
| 570 |
+
19102, ArmyHelmet2, ArmyHelmets, 100, 2097152
|
| 571 |
+
19103, ArmyHelmet3, ArmyHelmets, 100, 2097152
|
| 572 |
+
19104, ArmyHelmet4, ArmyHelmets, 100, 2097152
|
| 573 |
+
19105, ArmyHelmet5, ArmyHelmets, 100, 2097152
|
| 574 |
+
19106, ArmyHelmet6, ArmyHelmets, 100, 2097152
|
| 575 |
+
19107, ArmyHelmet7, ArmyHelmets, 100, 2097152
|
| 576 |
+
19108, ArmyHelmet8, ArmyHelmets, 100, 2097152
|
| 577 |
+
19109, ArmyHelmet9, ArmyHelmets, 100, 2097152
|
| 578 |
+
19110, ArmyHelmet10, ArmyHelmets, 100, 2097152
|
| 579 |
+
19111, ArmyHelmet11, ArmyHelmets, 100, 2097152
|
| 580 |
+
19112, ArmyHelmet12, ArmyHelmets, 100, 2097152
|
| 581 |
+
19113, SillyHelmet1, SillyHelmets, 100, 2097152
|
| 582 |
+
19114, SillyHelmet2, SillyHelmets, 100, 2097152
|
| 583 |
+
19115, SillyHelmet3, SillyHelmets, 100, 2097152
|
| 584 |
+
19116, PlainHelmet1, PlainHelmets, 100, 2097152
|
| 585 |
+
19117, PlainHelmet2, PlainHelmets, 100, 2097152
|
| 586 |
+
19118, PlainHelmet3, PlainHelmets, 100, 2097152
|
| 587 |
+
19119, PlainHelmet4, PlainHelmets, 100, 2097152
|
| 588 |
+
19120, PlainHelmet5, PlainHelmets, 100, 2097152
|
| 589 |
+
19121, BollardLight1, metal, 200, 2097156
|
| 590 |
+
19122, BollardLight2, metal, 200, 2097156
|
| 591 |
+
19123, BollardLight3, metal, 200, 2097156
|
| 592 |
+
19124, BollardLight4, metal, 200, 2097156
|
| 593 |
+
19125, BollardLight5, metal, 200, 2097156
|
| 594 |
+
19126, BollardLight6, metal, 200, 2097156
|
| 595 |
+
19127, BollardLight7, metal, 200, 2097156
|
| 596 |
+
19128, DanceFloor1, DanceFloors, 250, 0
|
| 597 |
+
19129, DanceFloor2, DanceFloors, 250, 0
|
| 598 |
+
19130, ArrowType1, MatArrows, 120, 0
|
| 599 |
+
19131, ArrowType2, MatArrows, 120, 0
|
| 600 |
+
19132, ArrowType3, MatArrows, 120, 0
|
| 601 |
+
19133, ArrowType4, MatArrows, 120, 0
|
| 602 |
+
19134, ArrowType5, MatArrows, 120, 0
|
| 603 |
+
19135, EnExMarker1, EnExMarkers, 150, 0
|
| 604 |
+
19136, Hair4, smyst2, 100, 0
|
| 605 |
+
19137, CluckinBellHat1, wmybell, 100, 2097152
|
| 606 |
+
19138, PoliceGlasses1, PoliceGlasses, 100, 2097152
|
| 607 |
+
19139, PoliceGlasses2, PoliceGlasses, 100, 2097152
|
| 608 |
+
19140, PoliceGlasses3, PoliceGlasses, 100, 2097152
|
| 609 |
+
19141, SWATHelmet1, swat, 100, 2097152
|
| 610 |
+
19142, SWATArmour1, swat, 100, 2097152
|
| 611 |
+
19143, PinSpotLight1, PinSpotLights, 150, 0
|
| 612 |
+
19144, PinSpotLight2, PinSpotLights, 150, 0
|
| 613 |
+
19145, PinSpotLight3, PinSpotLights, 150, 0
|
| 614 |
+
19146, PinSpotLight4, PinSpotLights, 150, 0
|
| 615 |
+
19147, PinSpotLight5, PinSpotLights, 150, 0
|
| 616 |
+
19148, PinSpotLight6, PinSpotLights, 150, 0
|
| 617 |
+
19149, PinSpotLight7, PinSpotLights, 150, 0
|
| 618 |
+
19150, PinSpotLight8, PinSpotLights, 150, 0
|
| 619 |
+
19151, PinSpotLight9, PinSpotLights, 150, 0
|
| 620 |
+
19152, PinSpotLight10, PinSpotLights, 150, 0
|
| 621 |
+
19153, PinSpotLight11, PinSpotLights, 150, 0
|
| 622 |
+
19154, PinSpotLight12, PinSpotLights, 150, 0
|
| 623 |
+
19155, PinSpotLight13, PinSpotLights, 150, 0
|
| 624 |
+
19156, PinSpotLight14, PinSpotLights, 150, 0
|
| 625 |
+
19157, MetalLightBars1, MetalLightBars, 150, 0
|
| 626 |
+
19158, MetalLightBars2, MetalLightBars, 150, 0
|
| 627 |
+
19159, MirrorBall1, MirrorBall1, 150, 0
|
| 628 |
+
19160, HardHat3, NewHardHats, 100, 2097152
|
| 629 |
+
19161, PoliceHat1, NewPoliceHats, 100, 2097152
|
| 630 |
+
19162, PoliceHat2, NewPoliceHats, 100, 2097152
|
| 631 |
+
19163, GimpMask1, GimpMask1, 100, 0
|
| 632 |
+
# ------------------------------------------------------
|
| 633 |
+
# Objects added in RC5 (143 Objects)
|
| 634 |
+
19164, GTASAMap1, gtamap, 150, 0
|
| 635 |
+
19165, GTASAMap2, gtamap, 150, 0
|
| 636 |
+
19166, GTASAMap3, gtamap, 100, 0
|
| 637 |
+
19167, GTASAMap4, gtamap, 100, 0
|
| 638 |
+
19168, GTASAMap5, gtamap, 100, 0
|
| 639 |
+
19169, GTASAMap6, gtamap, 100, 0
|
| 640 |
+
19170, GTASAMap7, gtamap, 100, 0
|
| 641 |
+
19171, GTASAMap8, gtamap, 100, 0
|
| 642 |
+
19172, SAMPPicture1, SAMPPictures, 100, 0
|
| 643 |
+
19173, SAMPPicture2, SAMPPictures, 100, 0
|
| 644 |
+
19174, SAMPPicture3, SAMPPictures, 100, 0
|
| 645 |
+
19175, SAMPPicture4, SAMPPictures, 100, 0
|
| 646 |
+
19176, LSOffice1Door1, skyscrapelan2, 150, 0
|
| 647 |
+
19177, MapMarkerNew1, MapMarkers, 50, 0
|
| 648 |
+
19178, MapMarkerNew2, MapMarkers, 50, 0
|
| 649 |
+
19179, MapMarkerNew3, MapMarkers, 50, 0
|
| 650 |
+
19180, MapMarkerNew4, MapMarkers, 50, 0
|
| 651 |
+
19181, MapMarkerNew5, MapMarkers, 50, 0
|
| 652 |
+
19182, MapMarkerNew6, MapMarkers, 50, 0
|
| 653 |
+
19183, MapMarkerNew7, MapMarkers, 50, 0
|
| 654 |
+
19184, MapMarkerNew8, MapMarkers, 50, 0
|
| 655 |
+
19185, MapMarkerNew9, MapMarkers, 50, 0
|
| 656 |
+
19186, MapMarkerNew10, MapMarkers, 50, 0
|
| 657 |
+
19187, MapMarkerNew11, MapMarkers, 50, 0
|
| 658 |
+
19188, MapMarkerNew12, MapMarkers, 50, 0
|
| 659 |
+
19189, MapMarkerNew13, MapMarkers, 50, 0
|
| 660 |
+
19190, MapMarkerNew14, MapMarkers, 50, 0
|
| 661 |
+
19191, MapMarkerNew15, MapMarkers, 50, 0
|
| 662 |
+
19192, MapMarkerNew16, MapMarkers, 50, 0
|
| 663 |
+
19193, MapMarkerNew17, MapMarkers, 50, 0
|
| 664 |
+
19194, MapMarkerNew18, MapMarkers, 50, 0
|
| 665 |
+
19195, MapMarkerNew19, MapMarkers, 50, 0
|
| 666 |
+
19196, MapMarkerNew20, MapMarkers, 50, 0
|
| 667 |
+
19197, EnExMarker2, EnExMarkers, 150, 2097220
|
| 668 |
+
19198, EnExMarker3, EnExMarkers, 150, 2097220
|
| 669 |
+
19200, PoliceHelmet1, lapdm1, 100, 2097152
|
| 670 |
+
19201, MapMarker1, MapMarkers, 50, 0
|
| 671 |
+
19202, MapMarker2, MapMarkers, 50, 0
|
| 672 |
+
19203, MapMarker3, MapMarkers, 50, 0
|
| 673 |
+
19204, MapMarker4, MapMarkers, 50, 0
|
| 674 |
+
19205, MapMarker5, MapMarkers, 50, 0
|
| 675 |
+
19206, MapMarker6, MapMarkers, 50, 0
|
| 676 |
+
19207, MapMarker7, MapMarkers, 50, 0
|
| 677 |
+
19208, MapMarker8, MapMarkers, 50, 0
|
| 678 |
+
19209, MapMarker9, MapMarkers, 50, 0
|
| 679 |
+
19210, MapMarker10, MapMarkers, 50, 0
|
| 680 |
+
19211, MapMarker11, MapMarkers, 50, 0
|
| 681 |
+
19212, MapMarker12, MapMarkers, 50, 0
|
| 682 |
+
19213, MapMarker13, MapMarkers, 50, 0
|
| 683 |
+
19214, MapMarker14, MapMarkers, 50, 0
|
| 684 |
+
19215, MapMarker15, MapMarkers, 50, 0
|
| 685 |
+
19216, MapMarker16, MapMarkers, 50, 0
|
| 686 |
+
19217, MapMarker17, MapMarkers, 50, 0
|
| 687 |
+
19218, MapMarker18, MapMarkers, 50, 0
|
| 688 |
+
19219, MapMarker19, MapMarkers, 50, 0
|
| 689 |
+
19220, MapMarker20, MapMarkers, 50, 0
|
| 690 |
+
19221, MapMarker21, MapMarkers, 50, 0
|
| 691 |
+
19222, MapMarker22, MapMarkers, 50, 0
|
| 692 |
+
19223, MapMarker23, MapMarkers, 50, 0
|
| 693 |
+
19224, MapMarker24, MapMarkers, 50, 0
|
| 694 |
+
19225, MapMarker25, MapMarkers, 50, 0
|
| 695 |
+
19226, MapMarker26, MapMarkers, 50, 0
|
| 696 |
+
19227, MapMarker27, MapMarkers, 50, 0
|
| 697 |
+
19228, MapMarker28, MapMarkers, 50, 0
|
| 698 |
+
19229, MapMarker29, MapMarkers, 50, 0
|
| 699 |
+
19230, MapMarker30, MapMarkers, 50, 0
|
| 700 |
+
19231, MapMarker31, MapMarkers, 50, 0
|
| 701 |
+
19232, MapMarker32, MapMarkers, 50, 0
|
| 702 |
+
19233, MapMarker33, MapMarkers, 50, 0
|
| 703 |
+
19234, MapMarker34, MapMarkers, 50, 0
|
| 704 |
+
19235, MapMarker35, MapMarkers, 50, 0
|
| 705 |
+
19236, MapMarker36, MapMarkers, 50, 0
|
| 706 |
+
19237, MapMarker37, MapMarkers, 50, 0
|
| 707 |
+
19238, MapMarker38, MapMarkers, 50, 0
|
| 708 |
+
19239, MapMarker39, MapMarkers, 50, 0
|
| 709 |
+
19240, MapMarker40, MapMarkers, 50, 0
|
| 710 |
+
19241, MapMarker41, MapMarkers, 50, 0
|
| 711 |
+
19242, MapMarker42, MapMarkers, 50, 0
|
| 712 |
+
19243, MapMarker43, MapMarkers, 50, 0
|
| 713 |
+
19244, MapMarker44, MapMarkers, 50, 0
|
| 714 |
+
19245, MapMarker45, MapMarkers, 50, 0
|
| 715 |
+
19246, MapMarker46, MapMarkers, 50, 0
|
| 716 |
+
19247, MapMarker47, MapMarkers, 50, 0
|
| 717 |
+
19248, MapMarker48, MapMarkers, 50, 0
|
| 718 |
+
19249, MapMarker49, MapMarkers, 50, 0
|
| 719 |
+
19250, MapMarker50, MapMarkers, 50, 0
|
| 720 |
+
19251, MapMarker51, MapMarkers, 50, 0
|
| 721 |
+
19252, MapMarker52, MapMarkers, 50, 0
|
| 722 |
+
19253, MapMarker53, MapMarkers, 50, 0
|
| 723 |
+
19254, MapMarker54, MapMarkers, 50, 0
|
| 724 |
+
19255, MapMarker55, MapMarkers, 50, 0
|
| 725 |
+
19256, MapMarker56, MapMarkers, 50, 0
|
| 726 |
+
19257, MapMarker57, MapMarkers, 50, 0
|
| 727 |
+
19258, MapMarker58, MapMarkers, 50, 0
|
| 728 |
+
19259, MapMarker59, MapMarkers, 50, 0
|
| 729 |
+
19260, MapMarker60, MapMarkers, 50, 0
|
| 730 |
+
19261, MapMarker61, MapMarkers, 50, 0
|
| 731 |
+
19262, MapMarker62, MapMarkers, 50, 0
|
| 732 |
+
19263, MapMarker63, MapMarkers, 50, 0
|
| 733 |
+
19264, MapMarker1a, MapMarkers, 50, 0
|
| 734 |
+
19265, MapMarker1b, MapMarkers, 50, 0
|
| 735 |
+
19266, MapMarker31a, MapMarkers, 50, 0
|
| 736 |
+
19267, MapMarker31b, MapMarkers, 50, 0
|
| 737 |
+
19268, MapMarker31c, MapMarkers, 50, 0
|
| 738 |
+
19269, MapMarker31d, MapMarkers, 50, 0
|
| 739 |
+
19270, MapMarkerFire1, MapMarkers, 50, 0
|
| 740 |
+
19271, MapMarkerLight1, MapMarkers, 50, 0
|
| 741 |
+
19272, DMCage3, DMCages, 250, 2097156
|
| 742 |
+
19273, KeypadNonDynamic, keypad, 100, 2097152
|
| 743 |
+
19274, Hair5, wmoice, 100, 2097152
|
| 744 |
+
#19275, SAMPLogo2, SAMPLogos, 100, 0
|
| 745 |
+
#19276, SAMPLogo3, SAMPLogos, 100, 0
|
| 746 |
+
19277, LiftType1, MatLifts, 200, 4
|
| 747 |
+
19278, LiftPlatform1, SkyDivePlatforms, 299, 2097156
|
| 748 |
+
19279, LCSmallLight1, MatLights, 120, 0
|
| 749 |
+
19280, CarRoofLight1, MatLights, 120, 0
|
| 750 |
+
19281, PointLight1, MatLights, 120, 4
|
| 751 |
+
19282, PointLight2, MatLights, 120, 4
|
| 752 |
+
19283, PointLight3, MatLights, 120, 4
|
| 753 |
+
19284, PointLight4, MatLights, 120, 4
|
| 754 |
+
19285, PointLight5, MatLights, 120, 4
|
| 755 |
+
19286, PointLight6, MatLights, 120, 4
|
| 756 |
+
19287, PointLight7, MatLights, 120, 4
|
| 757 |
+
19288, PointLight8, MatLights, 120, 4
|
| 758 |
+
19289, PointLight9, MatLights, 120, 4
|
| 759 |
+
19290, PointLight10, MatLights, 120, 4
|
| 760 |
+
19291, PointLight11, MatLights, 120, 4
|
| 761 |
+
19292, PointLight12, MatLights, 120, 4
|
| 762 |
+
19293, PointLight13, MatLights, 120, 4
|
| 763 |
+
19294, PointLight14, MatLights, 120, 4
|
| 764 |
+
19295, PointLight15, MatLights, 120, 4
|
| 765 |
+
19296, PointLight16, MatLights, 120, 4
|
| 766 |
+
19297, PointLight17, MatLights, 120, 4
|
| 767 |
+
19298, PointLight18, MatLights, 120, 4
|
| 768 |
+
19299, PointLightMoon1, MatLights, 170, 4
|
| 769 |
+
19300, blankmodel, MatTextures, 100, 0
|
| 770 |
+
# ------------------------------------------------------
|
| 771 |
+
# Objects added by cessil (Late 2011)
|
| 772 |
+
# -----------------------------------
|
| 773 |
+
# Replacement sfpd interior without cell doors
|
| 774 |
+
19301, mp_sfpd_nocell, mp_policeSF, 100, 0
|
| 775 |
+
# Cell door components that can be used in all PDs
|
| 776 |
+
19302, pd_jail_door01, pd_jail_door01, 299, 2097284
|
| 777 |
+
19303, pd_jail_door02, pd_jail_door02, 299, 2097284
|
| 778 |
+
19304, pd_jail_door_top01, pd_jail_door_top01, 299, 2097284
|
| 779 |
+
# ------------------------------------------------------
|
| 780 |
+
# The three objects below were missing in 0.3z and
|
| 781 |
+
# have been added in SA:MP 0.3.7 by Matite
|
| 782 |
+
# ----------------------------------------
|
| 783 |
+
# This security keypad is the same as ID 2886 except it has
|
| 784 |
+
# a back on it so it can be used as a pickup.
|
| 785 |
+
# It also has no collision.
|
| 786 |
+
19305, sec_keypad2, keypad, 100, 0
|
| 787 |
+
# This flag is the same as object ID 2993 except it is red.
|
| 788 |
+
19306, kmb_goflag2, goflagx2, 100, 0
|
| 789 |
+
# This flag is the same as object ID 2993 except it is blue.
|
| 790 |
+
19307, kmb_goflag3, goflagx2, 100, 0
|
| 791 |
+
# ------------------------------------------------------
|
| 792 |
+
# Taxi signs which can be attached to vehicles
|
| 793 |
+
19308, taxi01, taxi01, 150, 0
|
| 794 |
+
19309, taxi02, taxi02, 150, 0
|
| 795 |
+
19310, taxi03, taxi03, 150, 0
|
| 796 |
+
19311, taxi04, taxi04, 150, 0
|
| 797 |
+
# Area 51 fencing as seperate objects
|
| 798 |
+
19312, a51fencing, a51fencing, 200, 2097156
|
| 799 |
+
19313, a51fensin, a51fencing, 200, 2097156
|
| 800 |
+
# Car bullhorns
|
| 801 |
+
19314, bullhorns01, bullhorns01, 100, 0
|
| 802 |
+
# Deer
|
| 803 |
+
19315, deer01, deer01, 100, 0
|
| 804 |
+
# Ferris wheel cage with no roof
|
| 805 |
+
19316, FerrisCageBit01, FerrisWheel, 200, 0
|
| 806 |
+
# Guitars
|
| 807 |
+
19317, bassguitar01, bassguitar01, 100, 0
|
| 808 |
+
19318, flyingv01, flyingv01, 100, 0
|
| 809 |
+
19319, warlock01, warlock01, 100, 0
|
| 810 |
+
# Pumpkin
|
| 811 |
+
19320, pumpkin01, pumpkin01, 100, 0
|
| 812 |
+
19321, cuntainer, continX, 100, 2097152
|
| 813 |
+
# LS Mall Replacement
|
| 814 |
+
19322, mallb_laW02, mall_law, 200, 0
|
| 815 |
+
19323, lsmall_shop01, lsmall_shops, 200, 0
|
| 816 |
+
# ------------------------------------------------------
|
| 817 |
+
# The object below was missing in 0.3z and
|
| 818 |
+
# has been added in SA:MP 0.3.7 by Matite
|
| 819 |
+
# ---------------------------------------
|
| 820 |
+
# This ATM is the same as object ID 2942 except it is
|
| 821 |
+
# not dynamic and the texture on the back has been
|
| 822 |
+
# fixed.
|
| 823 |
+
19324, kmb_atm1_2, kmb_atmx, 100, 0
|
| 824 |
+
# ------------------------------------------------------
|
| 825 |
+
19325, lsmall_window01, lsmall_shops, 200, 2097220
|
| 826 |
+
19326, 7_11_sign01, 7_11_posters, 100, 0
|
| 827 |
+
19327, 7_11_sign02, 7_11_posters, 100, 0
|
| 828 |
+
19328, 7_11_sign03, 7_11_posters, 100, 0
|
| 829 |
+
19329, 7_11_sign04, 7_11_posters, 100, 0
|
| 830 |
+
# Fireman hats
|
| 831 |
+
19330, fire_hat01, firehats, 100, 0
|
| 832 |
+
19331, fire_hat02, firehats, 100, 0
|
| 833 |
+
# Hot air balloons
|
| 834 |
+
19332, Hot_Air_Balloon01, balloon_texts, 200, 2097152
|
| 835 |
+
19333, Hot_Air_Balloon02, balloon_texts, 200, 2097152
|
| 836 |
+
19334, Hot_Air_Balloon03, balloon_texts, 200, 2097152
|
| 837 |
+
19335, Hot_Air_Balloon04, balloon_texts, 200, 2097152
|
| 838 |
+
19336, Hot_Air_Balloon05, balloon_texts, 200, 2097152
|
| 839 |
+
19337, Hot_Air_Balloon06, balloon_texts, 200, 2097152
|
| 840 |
+
19338, Hot_Air_Balloon07, balloon_texts, 200, 2097152
|
| 841 |
+
# Coffin
|
| 842 |
+
19339, coffin01, coffin01, 200, 0
|
| 843 |
+
# concrete slab for SF
|
| 844 |
+
19340, cslab01, carshow_sfse, 200, 0
|
| 845 |
+
# Easter eggs
|
| 846 |
+
19341, easter_egg01, egg_texts, 100, 0
|
| 847 |
+
19342, easter_egg02, egg_texts, 100, 0
|
| 848 |
+
19343, easter_egg03, egg_texts, 100, 0
|
| 849 |
+
19344, easter_egg04, egg_texts, 100, 0
|
| 850 |
+
19345, easter_egg05, egg_texts, 100, 0
|
| 851 |
+
# Hotdog
|
| 852 |
+
19346, hotdog01, hotdog01, 100, 0
|
| 853 |
+
# Made by cessil 03-2012
|
| 854 |
+
19347, badge01, police_things, 100, 0
|
| 855 |
+
19348, cane01, classy, 100, 0
|
| 856 |
+
19349, monocle01, classy, 100, 2097156
|
| 857 |
+
19350, moustache01, classy, 100, 0
|
| 858 |
+
19351, moustache02, classy, 100, 0
|
| 859 |
+
19352, tophat01, classy, 100, 0
|
| 860 |
+
# Textured wall sections
|
| 861 |
+
19353, wall001, all_walls, 100, 0
|
| 862 |
+
19354, wall002, all_walls, 100, 0
|
| 863 |
+
19355, wall003, all_walls, 100, 0
|
| 864 |
+
19356, wall004, all_walls, 100, 0
|
| 865 |
+
19357, wall005, all_walls, 100, 0
|
| 866 |
+
19358, wall006, all_walls, 100, 0
|
| 867 |
+
19359, wall007, all_walls, 100, 0
|
| 868 |
+
19360, wall008, all_walls, 100, 0
|
| 869 |
+
19361, wall009, all_walls, 100, 0
|
| 870 |
+
19362, wall010, all_walls, 100, 0
|
| 871 |
+
19363, wall011, all_walls, 100, 0
|
| 872 |
+
19364, wall012, all_walls, 100, 0
|
| 873 |
+
19365, wall013, all_walls, 100, 0
|
| 874 |
+
19366, wall014, all_walls, 100, 0
|
| 875 |
+
19367, wall015, all_walls, 100, 0
|
| 876 |
+
19368, wall016, all_walls, 100, 0
|
| 877 |
+
19369, wall017, all_walls, 100, 0
|
| 878 |
+
19370, wall018, all_walls, 100, 0
|
| 879 |
+
19371, wall019, all_walls, 100, 0
|
| 880 |
+
19372, wall020, all_walls, 100, 0
|
| 881 |
+
19373, wall021, all_walls, 100, 0
|
| 882 |
+
19374, wall022, all_walls, 100, 0
|
| 883 |
+
19375, wall023, all_walls, 100, 0
|
| 884 |
+
19376, wall024, all_walls, 100, 0
|
| 885 |
+
19377, wall025, all_walls, 100, 0
|
| 886 |
+
19378, wall026, all_walls, 100, 0
|
| 887 |
+
19379, wall027, all_walls, 100, 0
|
| 888 |
+
19380, wall028, all_walls, 100, 0
|
| 889 |
+
19381, wall029, all_walls, 100, 0
|
| 890 |
+
19382, wall030, all_walls, 100, 0
|
| 891 |
+
19383, wall031, all_walls, 100, 0
|
| 892 |
+
19384, wall032, all_walls, 100, 0
|
| 893 |
+
19385, wall033, all_walls, 100, 0
|
| 894 |
+
19386, wall034, all_walls, 100, 0
|
| 895 |
+
19387, wall035, all_walls, 100, 0
|
| 896 |
+
19388, wall036, all_walls, 100, 0
|
| 897 |
+
19389, wall037, all_walls, 100, 0
|
| 898 |
+
19390, wall038, all_walls, 100, 0
|
| 899 |
+
19391, wall039, all_walls, 100, 0
|
| 900 |
+
19392, wall040, all_walls, 100, 0
|
| 901 |
+
19393, wall041, all_walls, 100, 0
|
| 902 |
+
19394, wall042, all_walls, 100, 0
|
| 903 |
+
19395, wall043, all_walls, 100, 0
|
| 904 |
+
19396, wall044, all_walls, 100, 0
|
| 905 |
+
19397, wall045, all_walls, 100, 0
|
| 906 |
+
19398, wall046, all_walls, 100, 0
|
| 907 |
+
19399, wall047, all_walls, 100, 0
|
| 908 |
+
19400, wall048, all_walls, 100, 0
|
| 909 |
+
19401, wall049, all_walls, 100, 0
|
| 910 |
+
19402, wall050, all_walls, 100, 0
|
| 911 |
+
19403, wall051, all_walls, 100, 0
|
| 912 |
+
19404, wall052, all_walls, 100, 0
|
| 913 |
+
19405, wall053, all_walls, 100, 0
|
| 914 |
+
19406, wall054, all_walls, 100, 0
|
| 915 |
+
19407, wall055, all_walls, 100, 0
|
| 916 |
+
19408, wall056, all_walls, 100, 0
|
| 917 |
+
19409, wall057, all_walls, 100, 0
|
| 918 |
+
19410, wall058, all_walls, 100, 0
|
| 919 |
+
19411, wall059, all_walls, 100, 0
|
| 920 |
+
19412, wall060, all_walls, 100, 0
|
| 921 |
+
19413, wall061, all_walls, 100, 0
|
| 922 |
+
19414, wall062, all_walls, 100, 0
|
| 923 |
+
19415, wall063, all_walls, 100, 0
|
| 924 |
+
19416, wall064, all_walls, 100, 0
|
| 925 |
+
19417, wall065, all_walls, 100, 0
|
| 926 |
+
19418, handcuffs01, police_things, 100, 0
|
| 927 |
+
19419, police_lights01, police_things, 100, 0
|
| 928 |
+
19420, police_lights02, police_things, 100, 0
|
| 929 |
+
19421, headphones01, headphones, 100, 0
|
| 930 |
+
19422, headphones02, headphones, 100, 0
|
| 931 |
+
19423, headphones03, headphones, 100, 0
|
| 932 |
+
19424, headphones04, headphones, 100, 0
|
| 933 |
+
19425, speed_bump01, speed_bumps, 100, 0
|
| 934 |
+
19426, wall066, all_walls, 100, 0
|
| 935 |
+
19427, wall067, all_walls, 100, 0
|
| 936 |
+
19428, wall068, all_walls, 100, 0
|
| 937 |
+
19429, wall069, all_walls, 100, 0
|
| 938 |
+
19430, wall070, all_walls, 100, 0
|
| 939 |
+
19431, wall071, all_walls, 100, 0
|
| 940 |
+
19432, wall072, all_walls, 100, 0
|
| 941 |
+
19433, wall073, all_walls, 100, 0
|
| 942 |
+
19434, wall074, all_walls, 100, 0
|
| 943 |
+
19435, wall075, all_walls, 100, 0
|
| 944 |
+
19436, wall076, all_walls, 100, 0
|
| 945 |
+
19437, wall077, all_walls, 100, 0
|
| 946 |
+
19438, wall078, all_walls, 100, 0
|
| 947 |
+
19439, wall079, all_walls, 100, 0
|
| 948 |
+
19440, wall080, all_walls, 100, 0
|
| 949 |
+
19441, wall081, all_walls, 100, 0
|
| 950 |
+
19442, wall082, all_walls, 100, 0
|
| 951 |
+
19443, wall083, all_walls, 100, 0
|
| 952 |
+
19444, wall084, all_walls, 100, 0
|
| 953 |
+
19445, wall085, all_walls, 100, 0
|
| 954 |
+
19446, wall086, all_walls, 100, 0
|
| 955 |
+
19447, wall087, all_walls, 100, 0
|
| 956 |
+
19448, wall088, all_walls, 100, 0
|
| 957 |
+
19449, wall089, all_walls, 100, 0
|
| 958 |
+
19450, wall090, all_walls, 100, 0
|
| 959 |
+
19451, wall091, all_walls, 100, 0
|
| 960 |
+
19452, wall092, all_walls, 100, 0
|
| 961 |
+
19453, wall093, all_walls, 100, 0
|
| 962 |
+
19454, wall094, all_walls, 100, 0
|
| 963 |
+
19455, wall095, all_walls, 100, 0
|
| 964 |
+
19456, wall096, all_walls, 100, 0
|
| 965 |
+
19457, wall097, all_walls, 100, 0
|
| 966 |
+
19458, wall098, all_walls, 100, 0
|
| 967 |
+
19459, wall099, all_walls, 100, 0
|
| 968 |
+
19460, wall100, all_walls, 100, 0
|
| 969 |
+
19461, wall101, all_walls, 100, 0
|
| 970 |
+
19462, wall102, all_walls, 100, 0
|
| 971 |
+
19463, wall103, all_walls, 100, 0
|
| 972 |
+
19464, wall104, all_walls, 100, 0
|
| 973 |
+
19465, wall105, all_walls, 100, 0
|
| 974 |
+
19466, window001, lsmall_shops, 100, 2097220
|
| 975 |
+
19467, vehicle_barrier01, speed_bumps, 100, 0
|
| 976 |
+
19468, bucket01, bucket01, 100, 2097152
|
| 977 |
+
19469, scarf01, classy, 100, 2097152
|
| 978 |
+
19470, forsale01, forsale01, 100, 2097152
|
| 979 |
+
19471, forsale02, forsale01, 100, 2097152
|
| 980 |
+
19472, gasmask01, gasmask01, 100, 0
|
| 981 |
+
19473, grassplant01, grasshouse, 100, 2097156
|
| 982 |
+
19474, pokertable01, kbroul1, 100, 0
|
| 983 |
+
#-----------------------------------------------------------------
|
| 984 |
+
# Blank planes for text signs
|
| 985 |
+
19475, Plane001, signsurf, 299, 2097284
|
| 986 |
+
19476, Plane002, signsurf, 299, 2097284
|
| 987 |
+
19477, Plane003, signsurf, 299, 2097284
|
| 988 |
+
19478, Plane004, signsurf, 299, 2097284
|
| 989 |
+
19479, Plane005, signsurf, 299, 2097284
|
| 990 |
+
19480, Plane006, signsurf, 299, 2097284
|
| 991 |
+
19481, Plane007, signsurf, 299, 2097284
|
| 992 |
+
19482, Plane008, signsurf, 299, 2097284
|
| 993 |
+
19483, Plane009, signsurf, 299, 2097284
|
| 994 |
+
#-----------------------------------------------------------------
|
| 995 |
+
19484, landbit01_01, bakerybit2_sfse, 200, 0
|
| 996 |
+
19485, Groundbit84_SFS_01, skyscrap_sfse, 200, 0
|
| 997 |
+
#-----------------------------------------------------------------
|
| 998 |
+
# SF Harry Plums Building
|
| 999 |
+
# -----------------------
|
| 1000 |
+
# Updated the object below in 0.3.7 (side doors now open and
|
| 1001 |
+
# interior vertex colour fixes).
|
| 1002 |
+
19486, SFHarryPlums1, burgalrystore_sfse, 299, 4
|
| 1003 |
+
#-----------------------------------------------------------------
|
| 1004 |
+
# Non-coloured hats #1
|
| 1005 |
+
19487, tophat02, noncolored, 200, 0
|
| 1006 |
+
19488, HatBowler6, noncolored, 200, 0
|
| 1007 |
+
#-----------------------------------------------------------------
|
| 1008 |
+
19489, sfhouse1, boxhses_sfsx, 200, 2097280
|
| 1009 |
+
19490, sfhouse1int, all_walls, 200, 128
|
| 1010 |
+
19491, sfhouse2, boxhses_sfsx, 200, 128
|
| 1011 |
+
19492, sfhouse2int, all_walls, 200, 128
|
| 1012 |
+
19493, sfhouse3, boxhses_sfsx, 200, 128
|
| 1013 |
+
19494, sfhouse3int, all_walls, 200, 128
|
| 1014 |
+
19495, sfhouse4, boxhses_sfsx, 200, 2097280
|
| 1015 |
+
19496, sfhouse4int, all_walls, 200, 128
|
| 1016 |
+
19497, lvhouse1, vegashse2, 200, 2097280
|
| 1017 |
+
19498, lvhouse1int, all_walls, 200, 128
|
| 1018 |
+
19499, lvhouse2, vegashse3, 200, 2097280
|
| 1019 |
+
19500, lvhouse2int, all_walls, 200, 128
|
| 1020 |
+
19501, lvhouse3, vegashse6, 200, 2097280
|
| 1021 |
+
19502, lvhouse3int, all_walls, 200, 128
|
| 1022 |
+
19503, lvhouse4, vegashse4, 200, 128
|
| 1023 |
+
19504, lvhouse4int, all_walls, 200, 128
|
| 1024 |
+
19505, lshouse1, ganghouse1_lax, 200, 128
|
| 1025 |
+
19506, lshouse1int, all_walls, 200, 128
|
| 1026 |
+
19507, lshouse2, ganghouse1_lax, 200, 128
|
| 1027 |
+
19508, lshouse2int, all_walls, 200, 128
|
| 1028 |
+
19509, lshouse3, comedhos1_la, 200, 128
|
| 1029 |
+
19510, lshouse3int, all_walls, 200, 128
|
| 1030 |
+
19511, lshouse4, glenphouse_lax, 200, 128
|
| 1031 |
+
19512, lshouse4int, all_walls, 200, 128
|
| 1032 |
+
19513, whitephone, whitephone, 100, 0
|
| 1033 |
+
19514, SWATHgrey, swatgrey, 100, 2097152
|
| 1034 |
+
19515, SWATAgrey, swatgrey, 100, 2097152
|
| 1035 |
+
#-----------------------------------------------------------------
|
| 1036 |
+
# Non-coloured hair #1
|
| 1037 |
+
19516, Hair2_nc, noncolored, 200, 0
|
| 1038 |
+
19517, Hair3_nc, noncolored, 200, 0
|
| 1039 |
+
19518, Hair5_nc, noncolored, 200, 0
|
| 1040 |
+
19519, Hair1_nc, noncolored, 200, 0
|
| 1041 |
+
19520, pilotHat01, pilotPoliceHat, 200, 0
|
| 1042 |
+
19521, policeHat01, pilotPoliceHat, 200, 0
|
| 1043 |
+
#-----------------------------------------------------------------
|
| 1044 |
+
#-----------------------------------------------------------------
|
| 1045 |
+
# Objects Added by Matite in SA:MP 0.3.7 (late 2014 to early 2015)
|
| 1046 |
+
# ----------------------------------------------------------------
|
| 1047 |
+
# Property Icons
|
| 1048 |
+
# --------------
|
| 1049 |
+
19522, property_red, SAMPIcons, 200, 128
|
| 1050 |
+
19523, property_orange, SAMPIcons, 200, 128
|
| 1051 |
+
19524, property_yellow, SAMPIcons, 200, 128
|
| 1052 |
+
#-----------------------------------------------------------------
|
| 1053 |
+
# Wedding Cake
|
| 1054 |
+
# ------------
|
| 1055 |
+
19525, WeddingCake1, WeddingCake1, 100, 0
|
| 1056 |
+
#-----------------------------------------------------------------
|
| 1057 |
+
# ATM Fixed (previously it was black during the night)
|
| 1058 |
+
# ----------------------------------------------------
|
| 1059 |
+
19526, ATMFixed, CJ_CASINO_prop, 100, 0
|
| 1060 |
+
#-----------------------------------------------------------------
|
| 1061 |
+
# Halloween Stuff
|
| 1062 |
+
# ---------------
|
| 1063 |
+
19527, Cauldron1, Cauldron1, 100, 0
|
| 1064 |
+
19528, WitchesHat1, WitchesHat1, 100, 0
|
| 1065 |
+
#-----------------------------------------------------------------
|
| 1066 |
+
# Modular Island (grass, sand, concrete and roads)
|
| 1067 |
+
# ------------------------------------------------
|
| 1068 |
+
19529, Plane125x125Grass1, beach_sfs, 599, 2097152
|
| 1069 |
+
19530, Plane125x125Sand1, beach_sfs, 599, 2097152
|
| 1070 |
+
19531, Plane125x125Conc1, cs_ebridge, 599, 2097152
|
| 1071 |
+
19532, 15x125Road1, cs_ebridge, 599, 2097152
|
| 1072 |
+
19533, 15x62_5Road1, cs_ebridge, 599, 2097152
|
| 1073 |
+
19534, 15x15RoadInters1, MatRoadInters1, 599, 2097152
|
| 1074 |
+
19535, 15x15RoadInters2, MatRoadInters1, 599, 2097152
|
| 1075 |
+
19536, Plane62_5x125Grass1, beach_sfs, 599, 2097152
|
| 1076 |
+
19537, Plane62_5x125Sand1, beach_sfs, 599, 2097152
|
| 1077 |
+
19538, Plane62_5x125Conc1, cs_ebridge, 599, 2097152
|
| 1078 |
+
19539, Edge62_5x62_5Grass1, beach_sfs, 599, 2097152
|
| 1079 |
+
19540, Edge62_5x62_5Grass2, beach_sfs, 599, 2097152
|
| 1080 |
+
19541, Edge62_5x15Grass1, beach_sfs, 599, 2097152
|
| 1081 |
+
19542, Edge62_5x125Grass1, beach_sfs, 599, 2097152
|
| 1082 |
+
19543, Plane62_5x15Grass1, beach_sfs, 599, 2097152
|
| 1083 |
+
19544, Plane62_5x15Sand1, beach_sfs, 599, 2097152
|
| 1084 |
+
19545, Plane62_5x15Conc1, cs_ebridge, 599, 2097152
|
| 1085 |
+
19546, Edge62_5x62_5Grass3, beach_sfs, 599, 2097152
|
| 1086 |
+
19547, Hill125x125Grass1, beach_sfs, 599, 2097152
|
| 1087 |
+
19548, Hill125x125Sand1, beach_sfs, 599, 2097152
|
| 1088 |
+
19549, Edge62_5x32_5Grass1, beach_sfs, 599, 2097152
|
| 1089 |
+
# The three planes below are the same as the other
|
| 1090 |
+
# 125x125 planes above except they have some random
|
| 1091 |
+
# lighter areas visible during the night.
|
| 1092 |
+
19550, Plane125x125Grass2, beach_sfs, 599, 2097152
|
| 1093 |
+
19551, Plane125x125Sand2, beach_sfs, 599, 2097152
|
| 1094 |
+
19552, Plane125x125Conc2, cs_ebridge, 599, 2097152
|
| 1095 |
+
#-----------------------------------------------------------------
|
| 1096 |
+
# Extracted from Skins (hats, mask, boxing gloves and backpack)
|
| 1097 |
+
# -------------------------------------------------------------
|
| 1098 |
+
19553, StrawHat1, CWMOFR, 100, 2097152
|
| 1099 |
+
19554, Beanie1, ogloc, 100, 2097152
|
| 1100 |
+
19555, BoxingGloveL, vbmybox, 100, 2097152
|
| 1101 |
+
19556, BoxingGloveR, vbmybox, 100, 2097152
|
| 1102 |
+
19557, SexyMask1, wfysex, 100, 2097152
|
| 1103 |
+
19558, PizzaHat1, wmypizz, 100, 2097152
|
| 1104 |
+
19559, HikerBackpack1, wmybp, 100, 2097152
|
| 1105 |
+
#-----------------------------------------------------------------
|
| 1106 |
+
# Extracted from Supermarket Items
|
| 1107 |
+
# --------------------------------
|
| 1108 |
+
19560, MeatTray1, MeatTray1, 100, 0
|
| 1109 |
+
19561, CerealBox1, cj_ss_1, 100, 0
|
| 1110 |
+
19562, CerealBox2, cj_ss_1, 100, 0
|
| 1111 |
+
19563, JuiceBox1, cj_ss_1, 100, 0
|
| 1112 |
+
19564, JuiceBox2, cj_ss_1, 100, 0
|
| 1113 |
+
19565, IceCreamBarsBox1, cj_ss_4, 100, 0
|
| 1114 |
+
19566, FishFingersBox1, cj_ss_4, 100, 0
|
| 1115 |
+
19567, IcecreamContainer1, cj_ss_4, 100, 0
|
| 1116 |
+
19568, IcecreamContainer2, cj_ss_4, 100, 0
|
| 1117 |
+
19569, MilkCarton1, cj_ss_2, 100, 0
|
| 1118 |
+
19570, MilkBottle1, cj_ss_2, 100, 0
|
| 1119 |
+
19571, PizzaBox1, cj_ss_2, 100, 0
|
| 1120 |
+
19572, PisshBox1, cj_ss_1, 100, 0
|
| 1121 |
+
19573, BriquettesBag1, cj_ss_1, 100, 0
|
| 1122 |
+
#-----------------------------------------------------------------
|
| 1123 |
+
# Fruit
|
| 1124 |
+
# -----
|
| 1125 |
+
19574, Orange1, SAMPFruits, 100, 0
|
| 1126 |
+
19575, Apple1, SAMPFruits, 100, 0
|
| 1127 |
+
19576, Apple2, SAMPFruits, 100, 0
|
| 1128 |
+
19577, Tomato1, SAMPFruits, 100, 0
|
| 1129 |
+
19578, Banana1, SAMPFruits, 100, 0
|
| 1130 |
+
#-----------------------------------------------------------------
|
| 1131 |
+
# Loaf of Bread
|
| 1132 |
+
# -------------
|
| 1133 |
+
19579, BreadLoaf1, BreadLoaf1, 100, 0
|
| 1134 |
+
#-----------------------------------------------------------------
|
| 1135 |
+
# Extracted Pepperoni Pizza
|
| 1136 |
+
# -------------------------
|
| 1137 |
+
19580, Pizza1, cj_ff_acc1, 100, 0
|
| 1138 |
+
#-----------------------------------------------------------------
|
| 1139 |
+
# Extracted from Marco's Bistro Kitchen
|
| 1140 |
+
# -------------------------------------
|
| 1141 |
+
19581, MarcosFryingPan1, lee_kitch, 100, 0
|
| 1142 |
+
19582, MarcosSteak1, lee_kitch, 100, 0
|
| 1143 |
+
19583, MarcosKnife1, lee_kitch, 100, 0
|
| 1144 |
+
19584, MarcosSaucepan1, lee_kitch, 100, 0
|
| 1145 |
+
19585, MarcosPan1, lee_kitch, 100, 0
|
| 1146 |
+
19586, MarcosSpatula1, lee_kitch, 100, 4
|
| 1147 |
+
#-----------------------------------------------------------------
|
| 1148 |
+
# Extracted from a Stack of Plastic Trays and Edited
|
| 1149 |
+
# --------------------------------------------------
|
| 1150 |
+
19587, PlasticTray1, labins01_la, 100, 2097156
|
| 1151 |
+
#-----------------------------------------------------------------
|
| 1152 |
+
# Wooden Foot Bridge
|
| 1153 |
+
# ------------------
|
| 1154 |
+
19588, FootBridge1, FootBridge1, 299, 0
|
| 1155 |
+
#-----------------------------------------------------------------
|
| 1156 |
+
# Extracted and Edited Rubbish Skip
|
| 1157 |
+
# ---------------------------------
|
| 1158 |
+
19589, RubbishSkipEmpty1, break_s_bins, 100, 0
|
| 1159 |
+
#-----------------------------------------------------------------
|
| 1160 |
+
# Extracted from Woozie's Apartment
|
| 1161 |
+
# ---------------------------------
|
| 1162 |
+
19590, WooziesSword1, ab_wooziec, 100, 0
|
| 1163 |
+
19591, WooziesHandFan1, ab_wooziec, 100, 2097152
|
| 1164 |
+
#-----------------------------------------------------------------
|
| 1165 |
+
# Extracted from a Stack of Baskets and Edited
|
| 1166 |
+
# --------------------------------------------
|
| 1167 |
+
19592, ShopBasket1, temp_shop, 100, 2097152
|
| 1168 |
+
#-----------------------------------------------------------------
|
| 1169 |
+
# SF ZomboTech Building and Lab
|
| 1170 |
+
# -----------------------------
|
| 1171 |
+
# These objects can be used to replace the ZomboTech building in SF.
|
| 1172 |
+
# The filterscript called sf_zombotech can be used to remove the
|
| 1173 |
+
# existing GTASA map objects, replace the building, add the new lab
|
| 1174 |
+
# building below the ground and add an elevator.
|
| 1175 |
+
19593, ZomboTechBuilding1, bigwhitesfe, 299, 0
|
| 1176 |
+
19594, ZomboTechLab1, ZomboTechLab1, 299, 0
|
| 1177 |
+
#-----------------------------------------------------------------
|
| 1178 |
+
# LS Apartments
|
| 1179 |
+
# -------------
|
| 1180 |
+
# This object can be used to replace a block of apartments in LS.
|
| 1181 |
+
# The filterscript called ls_apartments1 can be used to remove the
|
| 1182 |
+
# existing GTASA map objects, replace the building and add an
|
| 1183 |
+
# elevator.
|
| 1184 |
+
# There is also a matching car park object (ID:19798).
|
| 1185 |
+
19595, LSAppartments1, LSAppartments1, 299, 2097156
|
| 1186 |
+
#-----------------------------------------------------------------
|
| 1187 |
+
# LS BeachSide
|
| 1188 |
+
# ------------
|
| 1189 |
+
# These objects can be used to replace a block of apartments on the
|
| 1190 |
+
# beach in LS. The filterscript called ls_beachside can be used to
|
| 1191 |
+
# add an elevator.
|
| 1192 |
+
# note: 19596 has been moved to model ID 6391 to replace the existing building
|
| 1193 |
+
# 19596, LSBeachSide, LSBeachSide, 299, 2097156
|
| 1194 |
+
19597, LSBeachSideInsides, LSBeachSide, 125, 0
|
| 1195 |
+
#-----------------------------------------------------------------
|
| 1196 |
+
# SF Building 1
|
| 1197 |
+
# -------------
|
| 1198 |
+
# These objects can be used to replace a building near the hospital
|
| 1199 |
+
# in SF. The filterscript called sf_building1 can be used to remove
|
| 1200 |
+
# the existing GTASA map objects and replace the building.
|
| 1201 |
+
19598, SFBuilding1Outside, SFBuilding1, 299, 2097156
|
| 1202 |
+
19599, SFBuilding1Inside, SFBuilding1, 125, 0
|
| 1203 |
+
19600, SFBuilding1Land, SFBuilding1, 299, 0
|
| 1204 |
+
#-----------------------------------------------------------------
|
| 1205 |
+
# Snow Plow
|
| 1206 |
+
# ---------
|
| 1207 |
+
# Attach to the front of the Barracks vehicle for best results.
|
| 1208 |
+
19601, SnowPlow1, SnowPlow1, 150, 0
|
| 1209 |
+
#-----------------------------------------------------------------
|
| 1210 |
+
# Landmine Edited
|
| 1211 |
+
# ---------------
|
| 1212 |
+
# Removed the red light at night and dynamic property.
|
| 1213 |
+
19602, Landmine1, mine, 150, 0
|
| 1214 |
+
#-----------------------------------------------------------------
|
| 1215 |
+
# Water Plane
|
| 1216 |
+
# -----------
|
| 1217 |
+
# A 5m by 5m plane with semi-transparent water texture.
|
| 1218 |
+
19603, WaterPlane1, ballyswater, 150, 2097156
|
| 1219 |
+
# A 5m x 10m plane with semi transparent and animated water texture.
|
| 1220 |
+
19604, WaterPlane2, ballyswater, 150, 2097156
|
| 1221 |
+
#-----------------------------------------------------------------
|
| 1222 |
+
# Different Coloured EnEx Markers
|
| 1223 |
+
# -------------------------------
|
| 1224 |
+
# Red, Green and Blue.
|
| 1225 |
+
19605, EnExMarker4-2, EnExMarkers, 150, 68
|
| 1226 |
+
19606, EnExMarker4-3, EnExMarkers, 150, 68
|
| 1227 |
+
19607, EnExMarker4-4, EnExMarkers, 150, 68
|
| 1228 |
+
#-----------------------------------------------------------------
|
| 1229 |
+
# Stage and Music Equipment
|
| 1230 |
+
# -------------------------
|
| 1231 |
+
19608, WoodenStage1, WoodenStage1, 299, 0
|
| 1232 |
+
19609, DrumKit1, dr_gsstudio, 100, 2097156
|
| 1233 |
+
19610, Microphone1, Microphone1, 100, 0
|
| 1234 |
+
19611, MicrophoneStand1, Microphone1, 100, 2097156
|
| 1235 |
+
19612, GuitarAmp1, dr_gsstudio, 100, 0
|
| 1236 |
+
19613, GuitarAmp2, dr_gsstudio, 100, 0
|
| 1237 |
+
19614, GuitarAmp3, dr_gsstudio, 100, 0
|
| 1238 |
+
19615, GuitarAmp4, dr_gsstudio, 100, 0
|
| 1239 |
+
19616, GuitarAmp5, dr_gsstudio, 100, 0
|
| 1240 |
+
19617, GoldRecord1, dr_gsstudio, 100, 0
|
| 1241 |
+
#-----------------------------------------------------------------
|
| 1242 |
+
# Safe with Seperate Door
|
| 1243 |
+
# -----------------------
|
| 1244 |
+
# You can use the MoveObject() function to make the safe door
|
| 1245 |
+
# open and close. The safe_animated filterscript shows you an
|
| 1246 |
+
# example of how to do it.
|
| 1247 |
+
19618, Safe1, kbmiscfrn2, 100, 0
|
| 1248 |
+
19619, SafeDoor1, kbmiscfrn2, 100, 0
|
| 1249 |
+
#-----------------------------------------------------------------
|
| 1250 |
+
# New Police Light Bar Model
|
| 1251 |
+
# --------------------------
|
| 1252 |
+
# Uses UV animation so it works during the day too.
|
| 1253 |
+
19620, LightBar1, LightBar1, 200, 0
|
| 1254 |
+
#-----------------------------------------------------------------
|
| 1255 |
+
# Extracted from Cutscene IMG and Edited
|
| 1256 |
+
# --------------------------------------
|
| 1257 |
+
19621, OilCan1, OilCan1, 100, 0
|
| 1258 |
+
19622, Broom1, Broom1, 100, 0
|
| 1259 |
+
19623, Camera1, Camera1, 100, 0
|
| 1260 |
+
19624, Case1, Case1, 100, 0
|
| 1261 |
+
19625, Ciggy1, Ciggy1, 50, 0
|
| 1262 |
+
19626, Spade1, Spade1, 100, 0
|
| 1263 |
+
19627, Wrench1, Wrench1, 100, 0
|
| 1264 |
+
#-----------------------------------------------------------------
|
| 1265 |
+
# Modular Road Banked Corners
|
| 1266 |
+
# ---------------------------
|
| 1267 |
+
19628, MRoadBend90Banked1, cs_ebridge, 250, 5
|
| 1268 |
+
19629, MRoadBend90Banked2, cs_ebridge, 250, 5
|
| 1269 |
+
#-----------------------------------------------------------------
|
| 1270 |
+
# 3D Fish (Bream)
|
| 1271 |
+
# ---------------
|
| 1272 |
+
19630, Fish1, Fish1SAMP, 100, 4
|
| 1273 |
+
#-----------------------------------------------------------------
|
| 1274 |
+
# Sledge Hammer
|
| 1275 |
+
# -------------
|
| 1276 |
+
19631, SledgeHammer1, SledgeHammer1, 100, 0
|
| 1277 |
+
#-----------------------------------------------------------------
|
| 1278 |
+
# Burning Logs
|
| 1279 |
+
# ------------
|
| 1280 |
+
19632, FireWood1, FireWood1, 100, 0
|
| 1281 |
+
#-----------------------------------------------------------------
|
| 1282 |
+
# 360 Degree Ramps
|
| 1283 |
+
# ----------------
|
| 1284 |
+
19633, Ramp360Degree1, landjump, 200, 0
|
| 1285 |
+
19634, Ramp360Degree2, landjump, 299, 0
|
| 1286 |
+
19635, Ramp360Degree3, landjump, 299, 0
|
| 1287 |
+
#-----------------------------------------------------------------
|
| 1288 |
+
# Fruit Crates
|
| 1289 |
+
# ------------
|
| 1290 |
+
# For transporting on a truck or adding to the shop shelf below.
|
| 1291 |
+
19636, RedApplesCrate1, FruitCrates1, 100, 2097156
|
| 1292 |
+
19637, GreenApplesCrate1, FruitCrates1, 100, 2097156
|
| 1293 |
+
19638, OrangesCrate1, FruitCrates1, 100, 2097156
|
| 1294 |
+
19639, EmptyCrate1, FruitCrates1, 100, 0
|
| 1295 |
+
#-----------------------------------------------------------------
|
| 1296 |
+
# Empty Shop Shelf
|
| 1297 |
+
# ----------------
|
| 1298 |
+
# Stock it with your preferred items. Three fruit crates will fit
|
| 1299 |
+
# side by side on the bottom shelf.
|
| 1300 |
+
19640, EmptyShopShelf1, new_cabinets3, 100, 2097156
|
| 1301 |
+
#-----------------------------------------------------------------
|
| 1302 |
+
# Wooden Fence Section
|
| 1303 |
+
# --------------------
|
| 1304 |
+
19641, FenceSection1, FenceSection1, 250, 4
|
| 1305 |
+
#-----------------------------------------------------------------
|
| 1306 |
+
# Half Tube Objects
|
| 1307 |
+
# -----------------
|
| 1308 |
+
# The MatTubes TXD file contains different coloured textures
|
| 1309 |
+
# (RedDirt1, GreenDirt1, BlueDirt1, YellowDirt1 and PurpleDirt1)
|
| 1310 |
+
# that can be used to re-colour the tubes below by using the
|
| 1311 |
+
# SetObjectMaterial or SetPlayerObjectMaterial functions.
|
| 1312 |
+
# Re-colouring the tubes this way preserves the shading (the
|
| 1313 |
+
# vertex colours and vertex illumination).
|
| 1314 |
+
#
|
| 1315 |
+
# The tubes are available in three sizes... normal (100%),
|
| 1316 |
+
# medium (50%) and small (25%).
|
| 1317 |
+
# ------------------------------------------
|
| 1318 |
+
# The tubes in this section are normal size:
|
| 1319 |
+
19642, TubeSeg10m1, MatTubes, 299, 0
|
| 1320 |
+
19643, TubeSeg10m2a, MatTubes, 299, 0
|
| 1321 |
+
19644, TubeSeg10m2b, MatTubes, 299, 0
|
| 1322 |
+
19645, TubeSeg25m1, MatTubes, 299, 0
|
| 1323 |
+
19646, TubeHalf10m1, MatTubes, 299, 0
|
| 1324 |
+
19647, TubeHalf10mJoin1a, MatTubes, 299, 0
|
| 1325 |
+
19648, TubeHalf10mJoin1b, MatTubes, 299, 0
|
| 1326 |
+
19649, TubeHalf50m1, MatTubes, 299, 0
|
| 1327 |
+
19650, TubeFlat25x25m1, MatTubes, 299, 0
|
| 1328 |
+
19651, TubeHalfSpiral1a, MatTubes, 299, 0
|
| 1329 |
+
19652, TubeHalfSpiral1b, MatTubes, 299, 0
|
| 1330 |
+
19653, TubeHalfSpiral2a, MatTubes, 299, 0
|
| 1331 |
+
19654, TubeHalfSpiral2b, MatTubes, 299, 0
|
| 1332 |
+
19655, TubeHalfSpiral3a, MatTubes, 299, 0
|
| 1333 |
+
19656, TubeHalfSpiral3b, MatTubes, 299, 0
|
| 1334 |
+
19657, TubeHalfSpiral4a, MatTubes, 299, 0
|
| 1335 |
+
19658, TubeHalfSpiral4b, MatTubes, 299, 0
|
| 1336 |
+
19659, TubeHalf180Bend1a, MatTubes, 299, 0
|
| 1337 |
+
19660, TubeHalf180Bend1b, MatTubes, 299, 0
|
| 1338 |
+
19661, TubeHalf90Bend1a, MatTubes, 299, 0
|
| 1339 |
+
19662, TubeHalf90Bend1b, MatTubes, 299, 0
|
| 1340 |
+
19663, TubeHalf50mDip1, MatTubes, 299, 0
|
| 1341 |
+
19664, TubeHalf50mBump1, MatTubes, 299, 0
|
| 1342 |
+
19665, TubeHalfLoop1a, MatTubes, 299, 0
|
| 1343 |
+
19666, TubeHalfLoop1b, MatTubes, 299, 0
|
| 1344 |
+
19667, TubeHalfLoop2a, MatTubes, 299, 0
|
| 1345 |
+
19668, TubeHalfLoop2b, MatTubes, 299, 0
|
| 1346 |
+
19669, TubeHalfBowl1, MatTubes, 299, 0
|
| 1347 |
+
19670, TubeSupport1, dynsigns, 299, 0
|
| 1348 |
+
19671, TubeSupport2, dynsigns, 299, 0
|
| 1349 |
+
19672, TubeHalfLight1, dynsigns, 299, 0
|
| 1350 |
+
19673, TubeHalf5Bend1a, MatTubes, 299, 0
|
| 1351 |
+
19674, TubeHalf5Bend1b, MatTubes, 299, 0
|
| 1352 |
+
19675, TubeHalf5Bend2a, MatTubes, 299, 0
|
| 1353 |
+
19676, TubeHalf5Bend2b, MatTubes, 299, 0
|
| 1354 |
+
19677, TubeHalfTwist1a, MatTubes, 299, 0
|
| 1355 |
+
19678, TubeHalfTwist1b, MatTubes, 299, 0
|
| 1356 |
+
19679, TubeHalfTwist2a, MatTubes, 299, 0
|
| 1357 |
+
19680, TubeHalfTwist2b, MatTubes, 299, 0
|
| 1358 |
+
19681, TubeHalf45Bend1a, MatTubes, 299, 0
|
| 1359 |
+
19682, TubeHalf45Bend1b, MatTubes, 299, 0
|
| 1360 |
+
19683, TubeHalf15Bend1a, MatTubes, 299, 0
|
| 1361 |
+
19684, TubeHalf15Bend1b, MatTubes, 299, 0
|
| 1362 |
+
19685, TubeHalf15Bend2a, MatTubes, 299, 0
|
| 1363 |
+
19686, TubeHalf15Bend2b, MatTubes, 299, 0
|
| 1364 |
+
19687, TubeHalf25m1, MatTubes, 299, 0
|
| 1365 |
+
19688, TubeHalf45Bend3, MatTubes, 299, 0
|
| 1366 |
+
19689, TubeHalf45Bend4, MatTubes, 299, 0
|
| 1367 |
+
# ------------------------------------------
|
| 1368 |
+
# The tubes in this section join normal
|
| 1369 |
+
# tubes (above) to medium tubes (below):
|
| 1370 |
+
19690, TubeHalfNtoMJoin1a, MatTubes, 299, 0
|
| 1371 |
+
19691, TubeHalfNtoMJoin1b, MatTubes, 299, 0
|
| 1372 |
+
# ------------------------------------------
|
| 1373 |
+
# The tubes in this section are medium size:
|
| 1374 |
+
19692, MTubeSeg5m1, MatTubes, 299, 0
|
| 1375 |
+
19693, MTubeSeg5m2a, MatTubes, 299, 0
|
| 1376 |
+
19694, MTubeSeg5m2b, MatTubes, 299, 0
|
| 1377 |
+
19695, MTubeSeg12_5m1, MatTubes, 299, 0
|
| 1378 |
+
19696, MTubeHalf10m1, MatTubes, 299, 0
|
| 1379 |
+
19697, MTubeHalf5mJoin1a, MatTubes, 299, 0
|
| 1380 |
+
19698, MTubeHalf5mJoin1b, MatTubes, 299, 0
|
| 1381 |
+
19699, MTubeHalf25m1, MatTubes, 299, 0
|
| 1382 |
+
19700, MTubeFlt12_5x12_5m1, MatTubes, 299, 0
|
| 1383 |
+
19701, MTubeHalfSpiral1a, MatTubes, 299, 0
|
| 1384 |
+
19702, MTubeHalfSpiral1b, MatTubes, 299, 0
|
| 1385 |
+
19703, MTubeHalfSpiral2a, MatTubes, 299, 0
|
| 1386 |
+
19704, MTubeHalfSpiral2b, MatTubes, 299, 0
|
| 1387 |
+
19705, MTubeHalfSpiral3a, MatTubes, 299, 0
|
| 1388 |
+
19706, MTubeHalfSpiral3b, MatTubes, 299, 0
|
| 1389 |
+
19707, MTubeHalfSpiral4a, MatTubes, 299, 0
|
| 1390 |
+
19708, MTubeHalfSpiral4b, MatTubes, 299, 0
|
| 1391 |
+
19709, MTubeHalf180Bend1a, MatTubes, 299, 0
|
| 1392 |
+
19710, MTubeHalf180Bend1b, MatTubes, 299, 0
|
| 1393 |
+
19711, MTubeHalf90Bend1a, MatTubes, 299, 0
|
| 1394 |
+
19712, MTubeHalf90Bend1b, MatTubes, 299, 0
|
| 1395 |
+
19713, MTubeHalf25mDip1, MatTubes, 299, 0
|
| 1396 |
+
19714, MTubeHalf25mBump1, MatTubes, 299, 0
|
| 1397 |
+
19715, MTubeHalfBowl1, MatTubes, 299, 0
|
| 1398 |
+
19716, MTubeSupport1, dynsigns, 299, 0
|
| 1399 |
+
19717, MTubeSupport2, dynsigns, 299, 0
|
| 1400 |
+
19718, MTubeHalfLight1, dynsigns, 299, 0
|
| 1401 |
+
19719, MTubeHalf5Bend1a, MatTubes, 299, 0
|
| 1402 |
+
19720, MTubeHalf5Bend1b, MatTubes, 299, 0
|
| 1403 |
+
19721, MTubeHalf5Bend2a, MatTubes, 299, 0
|
| 1404 |
+
19722, MTubeHalf5Bend2b, MatTubes, 299, 0
|
| 1405 |
+
19723, MTubeHalf45Bend1a, MatTubes, 299, 0
|
| 1406 |
+
19724, MTubeHalf45Bend1b, MatTubes, 299, 0
|
| 1407 |
+
19725, MTubeHalf15Bend1a, MatTubes, 299, 0
|
| 1408 |
+
19726, MTubeHalf15Bend1b, MatTubes, 299, 0
|
| 1409 |
+
19727, MTubeHalf15Bend2a, MatTubes, 299, 0
|
| 1410 |
+
19728, MTubeHalf15Bend2b, MatTubes, 299, 0
|
| 1411 |
+
19729, MTubeHalf45Bend3, MatTubes, 299, 0
|
| 1412 |
+
19730, MTubeHalf45Bend4, MatTubes, 299, 0
|
| 1413 |
+
# ------------------------------------------
|
| 1414 |
+
# The tubes in this section join medium
|
| 1415 |
+
# tubes (above) to small tubes (below):
|
| 1416 |
+
19731, TubeHalfMtoSJoin1a, MatTubes, 299, 0
|
| 1417 |
+
19732, TubeHalfMtoSJoin1B, MatTubes, 299, 0
|
| 1418 |
+
# ------------------------------------------
|
| 1419 |
+
# The tubes in this section are small size:
|
| 1420 |
+
19733, STubeSeg5m1, MatTubes, 299, 0
|
| 1421 |
+
19734, STubeSeg5m2a, MatTubes, 299, 0
|
| 1422 |
+
19735, STubeSeg5m2b, MatTubes, 299, 0
|
| 1423 |
+
19736, STubeSeg6_25m1, MatTubes, 299, 0
|
| 1424 |
+
19737, STubeHalf10m1, MatTubes, 299, 0
|
| 1425 |
+
19738, STubeHalf5mJoin1a, MatTubes, 299, 0
|
| 1426 |
+
19739, STubeHalf5mJoin1b, MatTubes, 299, 0
|
| 1427 |
+
19740, STubeHalf12_5m1, MatTubes, 299, 0
|
| 1428 |
+
19741, STubeFlat6_25m1, MatTubes, 299, 0
|
| 1429 |
+
19742, STubeHalfSpiral1a, MatTubes, 299, 0
|
| 1430 |
+
19743, STubeHalfSpiral1b, MatTubes, 299, 0
|
| 1431 |
+
19744, STubeHalfSpiral2a, MatTubes, 299, 0
|
| 1432 |
+
19745, STubeHalfSpiral2b, MatTubes, 299, 0
|
| 1433 |
+
19746, STubeHalfSpiral3a, MatTubes, 299, 0
|
| 1434 |
+
19747, STubeHalfSpiral3b, MatTubes, 299, 0
|
| 1435 |
+
19748, STubeHalfSpiral4a, MatTubes, 299, 0
|
| 1436 |
+
19749, STubeHalfSpiral4b, MatTubes, 299, 0
|
| 1437 |
+
19750, STubeHalf180Bend1a, MatTubes, 299, 0
|
| 1438 |
+
19751, STubeHalf180Bend1b, MatTubes, 299, 0
|
| 1439 |
+
19752, STubeHalf90Bend1a, MatTubes, 299, 0
|
| 1440 |
+
19753, STubeHalf90Bend1b, MatTubes, 299, 0
|
| 1441 |
+
19754, STubeHalf12_5mDip1, MatTubes, 299, 0
|
| 1442 |
+
19755, STubeHalf12_5mBump1, MatTubes, 299, 0
|
| 1443 |
+
19756, STubeHalfBowl1, MatTubes, 299, 0
|
| 1444 |
+
19757, STubeSupport1, dynsigns, 299, 0
|
| 1445 |
+
19758, STubeSupport2, dynsigns, 299, 0
|
| 1446 |
+
19759, STubeHalfLight1, dynsigns, 299, 0
|
| 1447 |
+
19760, STubeHalf5Bend1a, MatTubes, 299, 0
|
| 1448 |
+
19761, STubeHalf5Bend1b, MatTubes, 299, 0
|
| 1449 |
+
19762, STubeHalf5Bend2a, MatTubes, 299, 0
|
| 1450 |
+
19763, STubeHalf5Bend2b, MatTubes, 299, 0
|
| 1451 |
+
19764, STubeHalf45Bend1a, MatTubes, 299, 0
|
| 1452 |
+
19765, STubeHalf45Bend1b, MatTubes, 299, 0
|
| 1453 |
+
19766, STubeHalf15Bend1a, MatTubes, 299, 0
|
| 1454 |
+
19767, STubeHalf15Bend1b, MatTubes, 299, 0
|
| 1455 |
+
19768, STubeHalf15Bend2a, MatTubes, 299, 0
|
| 1456 |
+
19769, STubeHalf15Bend2b, MatTubes, 299, 0
|
| 1457 |
+
19770, STubeHalf45Bend3, MatTubes, 299, 0
|
| 1458 |
+
19771, STubeHalf45Bend4, MatTubes, 299, 0
|
| 1459 |
+
#-----------------------------------------------------------------
|
| 1460 |
+
# Crushed Car Cube
|
| 1461 |
+
# ----------------
|
| 1462 |
+
19772, CrushedCarCube1, CrushedCarCube1, 100, 0
|
| 1463 |
+
# ----------------------------------------------------------------
|
| 1464 |
+
# Police and FBI Stuff
|
| 1465 |
+
# --------------------
|
| 1466 |
+
19773, GunHolster1, MatCopStuff, 100, 0
|
| 1467 |
+
19774, PoliceBadge2, MatCopStuff, 100, 2097152
|
| 1468 |
+
19775, PoliceBadge3, MatCopStuff, 100, 2097152
|
| 1469 |
+
19776, FBIIDCard1, MatCopStuff, 100, 2097152
|
| 1470 |
+
19777, FBILogo1, MatCopStuff, 100, 2097156
|
| 1471 |
+
19778, InsigniaDetective1, MatPoliceInsignias, 100, 2097156
|
| 1472 |
+
19779, InsigniaDetective2, MatPoliceInsignias, 100, 2097156
|
| 1473 |
+
19780, InsigniaDetective3, MatPoliceInsignias, 100, 2097156
|
| 1474 |
+
19781, InsigniaSergeant1, MatPoliceInsignias, 100, 2097156
|
| 1475 |
+
19782, InsigniaSergeant2, MatPoliceInsignias, 100, 2097156
|
| 1476 |
+
19783, InsigniaPOfficer2, MatPoliceInsignias, 100, 2097156
|
| 1477 |
+
19784, InsigniaPOfficer3, MatPoliceInsignias, 100, 2097156
|
| 1478 |
+
19785, InsigniaSeniorLdOff, MatPoliceInsignias, 100, 2097156
|
| 1479 |
+
# ----------------------------------------------------------------
|
| 1480 |
+
# LCD TVs
|
| 1481 |
+
# -------
|
| 1482 |
+
# Material index 1 is the LCD screen... it can be used to put
|
| 1483 |
+
# any picture from a TXD file on the screen.
|
| 1484 |
+
19786, LCDTVBig1, SAMPLCDTVs1, 100, 0
|
| 1485 |
+
19787, LCDTV1, SAMPLCDTVs1, 100, 0
|
| 1486 |
+
#-----------------------------------------------------------------
|
| 1487 |
+
#-----------------------------------------------------------------
|
| 1488 |
+
# Objects Added by Matite in SA:MP 0.3.7 RC2
|
| 1489 |
+
# ------------------------------------------
|
| 1490 |
+
# Modular Island Road Corner
|
| 1491 |
+
# --------------------------
|
| 1492 |
+
# This road corner is designed to work with the other modular
|
| 1493 |
+
# island road objects above (IDs:19529 to 19552).
|
| 1494 |
+
19788, 15x15RoadCorner1, MatRoadInters1, 599, 2097152
|
| 1495 |
+
# ----------------------------------------------------------------
|
| 1496 |
+
# Cubes
|
| 1497 |
+
# -----
|
| 1498 |
+
# The UV mapping is 1:1 per face to allow re-texturing. The 5mx5m
|
| 1499 |
+
# and 10mx10m cubes have faces inside so a player can be within
|
| 1500 |
+
# them.
|
| 1501 |
+
19789, Cube1mx1m, cs_ebridge, 150, 0
|
| 1502 |
+
19790, Cube5mx5m, cs_ebridge, 299, 0
|
| 1503 |
+
19791, Cube10mx10m, cs_ebridge, 299, 0
|
| 1504 |
+
# ----------------------------------------------------------------
|
| 1505 |
+
# Normal Sized Keycard
|
| 1506 |
+
# --------------------
|
| 1507 |
+
19792, SAMPKeycard1, SAMPKeycard1, 50, 0
|
| 1508 |
+
#-----------------------------------------------------------------
|
| 1509 |
+
# Fire Wood Log
|
| 1510 |
+
# -------------
|
| 1511 |
+
19793, FireWoodLog1, FireWood1, 100, 0
|
| 1512 |
+
#-----------------------------------------------------------------
|
| 1513 |
+
# LS Prison Walls and Gates
|
| 1514 |
+
# -------------------------
|
| 1515 |
+
# These objects are designed to replace the walls and gates at
|
| 1516 |
+
# the LS Prison so you can add your own working gates. Use the
|
| 1517 |
+
# new filterscript called ls_prisonwalls to see an example.
|
| 1518 |
+
19794, LSPrisonWalls1, civic04_lan, 299, 128
|
| 1519 |
+
19795, LSPrisonGateEast, civic04_lan, 299, 128
|
| 1520 |
+
19796, LSPrisonGateSouth, civic04_lan, 299, 128
|
| 1521 |
+
#-----------------------------------------------------------------
|
| 1522 |
+
# Police Visor Strobe
|
| 1523 |
+
# -------------------
|
| 1524 |
+
# Uses UV animation so it works during the day too.
|
| 1525 |
+
19797, PoliceVisorStrobe1, PoliceVisorStrobe1, 200, 0
|
| 1526 |
+
#-----------------------------------------------------------------
|
| 1527 |
+
# LS Apartments Car Park
|
| 1528 |
+
# ----------------------
|
| 1529 |
+
# This car park object can be used along with the replacement
|
| 1530 |
+
# block of LS apartments (ID:19595).
|
| 1531 |
+
# The filterscript called ls_apartments1 shows an example of how
|
| 1532 |
+
# it can be used.
|
| 1533 |
+
19798, LSACarPark1, LSACarPark1, 150, 0
|
| 1534 |
+
# ----------------------------------------------------------------
|
| 1535 |
+
# Caligulas Casino Vault Door Edited
|
| 1536 |
+
# ----------------------------------
|
| 1537 |
+
# Edited to fix the pivot so it can be used with MoveObject() and
|
| 1538 |
+
# also fixed the night vertex colours. Original object ID is 2634.
|
| 1539 |
+
19799, CaligulasVaultDoor, all_vault, 150, 0
|
| 1540 |
+
#-----------------------------------------------------------------
|
| 1541 |
+
# LS BeachSide Car Park
|
| 1542 |
+
# ---------------------
|
| 1543 |
+
# This car park object can be used along with the replacement
|
| 1544 |
+
# LS BeachSide building (IDs 19596 and 19597).
|
| 1545 |
+
# The filterscript called ls_beachside shows an example of how
|
| 1546 |
+
# it can be used.
|
| 1547 |
+
19800, LSBCarPark1, LSACarPark1, 150, 0
|
| 1548 |
+
#-----------------------------------------------------------------
|
| 1549 |
+
# Balaclava
|
| 1550 |
+
# ---------
|
| 1551 |
+
19801, Balaclava1, Balaclava1, 100, 2097152
|
| 1552 |
+
#-----------------------------------------------------------------
|
| 1553 |
+
# Static Door
|
| 1554 |
+
# -----------
|
| 1555 |
+
# This door is the same as object ID 1502 except it is static.
|
| 1556 |
+
# You can animate it opening and closing with the MoveObject()
|
| 1557 |
+
# function.
|
| 1558 |
+
19802, GenDoorINT04Static, int_doors, 50, 128
|
| 1559 |
+
#-----------------------------------------------------------------
|
| 1560 |
+
# Tow Truck Lights
|
| 1561 |
+
# ----------------
|
| 1562 |
+
# These lights can be used on top of the tow truck. The light
|
| 1563 |
+
# configuration was created by Vince.
|
| 1564 |
+
# Note that they will only be visible at night.
|
| 1565 |
+
19803, TowTruckLights1, MatTextures, 150, 0
|
| 1566 |
+
#-----------------------------------------------------------------
|
| 1567 |
+
# Padlock
|
| 1568 |
+
# -------
|
| 1569 |
+
19804, Padlock1, Padlock1, 50, 0
|
| 1570 |
+
#-----------------------------------------------------------------
|
| 1571 |
+
# Extracted Items
|
| 1572 |
+
# ---------------
|
| 1573 |
+
# This whiteboard has a transparent material overlay (index 1)
|
| 1574 |
+
# so you can use it with the SetObjectMaterialText() or
|
| 1575 |
+
# SetPlayerObjectMaterialText() functions
|
| 1576 |
+
19805, Whiteboard1, Whiteboard1, 50, 2097152
|
| 1577 |
+
19806, Chandelier1, svbits, 50, 0
|
| 1578 |
+
19807, Telephone1, Telephone1, 50, 0
|
| 1579 |
+
19808, Keyboard1, Keyboard1, 50, 0
|
| 1580 |
+
19809, MetalTray1, MetalTray1, 50, 2097152
|
| 1581 |
+
19810, StaffOnlySign1, StaffOnlySign1, 50, 0
|
| 1582 |
+
19811, BurgerBox1, BurgerBox1, 50, 0
|
| 1583 |
+
19812, BeerKeg1, ce_breweryref, 100, 0
|
| 1584 |
+
19813, ElectricalOutlet1, ElectricalOutlets, 50, 0
|
| 1585 |
+
19814, ElectricalOutlet2, ElectricalOutlets, 50, 0
|
| 1586 |
+
19815, ToolBoard1, ToolBoard1, 50, 0
|
| 1587 |
+
19816, OxygenCylinder1, OxygenCylinder1, 50, 0
|
| 1588 |
+
19817, CarFixerRamp1, CarFixerRamp1, 100, 2097152
|
| 1589 |
+
19818, WineGlass1, lee_strip2_1, 50, 2097152
|
| 1590 |
+
19819, CocktailGlass1, lee_strip2_1, 50, 2097152
|
| 1591 |
+
19820, AlcoholBottle1, lee_strip2_1, 50, 0
|
| 1592 |
+
19821, AlcoholBottle2, lee_strip2_1, 50, 0
|
| 1593 |
+
19822, AlcoholBottle3, lee_strip2_1, 50, 0
|
| 1594 |
+
19823, AlcoholBottle4, lee_strip2_1, 50, 0
|
| 1595 |
+
19824, AlcoholBottle5, lee_strip2_1, 50, 0
|
| 1596 |
+
19825, SprunkClock1, SprunkClock1, 50, 0
|
| 1597 |
+
19826, LightSwitch1, LightSwitches, 50, 0
|
| 1598 |
+
19827, LightSwitch2, LightSwitches, 50, 0
|
| 1599 |
+
19828, LightSwitch3Off, LightSwitches, 50, 0
|
| 1600 |
+
19829, LightSwitch3On, LightSwitches, 50, 0
|
| 1601 |
+
19830, Blender1, csblender, 50, 0
|
| 1602 |
+
19831, Barbeque1, csbarbq, 50, 0
|
| 1603 |
+
19832, AmmoBox1, csammobox, 50, 0
|
| 1604 |
+
19833, Cow1, Cow1, 150, 0
|
| 1605 |
+
19834, PoliceLineTape1, PoliceLineTape1, 50, 0
|
| 1606 |
+
19835, CoffeeCup1, d_s, 50, 0
|
| 1607 |
+
#-----------------------------------------------------------------
|
| 1608 |
+
# Objects That Use Particle.TXD
|
| 1609 |
+
# -----------------------------
|
| 1610 |
+
19836, BloodPool1, particle, 50, 2097156
|
| 1611 |
+
19837, GrassClump1, particle, 50, 2097156
|
| 1612 |
+
19838, GrassClump2, particle, 50, 2097156
|
| 1613 |
+
19839, GrassClump3, particle, 50, 2097156
|
| 1614 |
+
#-----------------------------------------------------------------
|
| 1615 |
+
# Animated Waterfalls
|
| 1616 |
+
# -------------------
|
| 1617 |
+
19840, WaterFall1, vegaswaterfall, 150, 2097284
|
| 1618 |
+
19841, WaterFall2, vegaswaterfall, 150, 2097284
|
| 1619 |
+
19842, WaterFallWater1, vegaswaterfall, 150, 2097284
|
| 1620 |
+
#-----------------------------------------------------------------
|
| 1621 |
+
# Metal Panels
|
| 1622 |
+
# ------------
|
| 1623 |
+
19843, MetalPanel1, MetalPanels, 100, 0
|
| 1624 |
+
19844, MetalPanel2, MetalPanels, 100, 0
|
| 1625 |
+
19845, MetalPanel3, MetalPanels, 100, 0
|
| 1626 |
+
19846, MetalPanel4, MetalPanels, 100, 0
|
| 1627 |
+
#-----------------------------------------------------------------
|
| 1628 |
+
# Leg of Ham
|
| 1629 |
+
# ----------
|
| 1630 |
+
19847, LegHam1, LegHam1, 50, 0
|
| 1631 |
+
#-----------------------------------------------------------------
|
| 1632 |
+
# CargoBob Platform
|
| 1633 |
+
# -----------------
|
| 1634 |
+
# This platform is designed to attach to the side of the CargoBob
|
| 1635 |
+
# helicopter using the AttachObjectToVehicle function so you can
|
| 1636 |
+
# carry people around.
|
| 1637 |
+
19848, CargoBobPlatform1, ab_cargo_int, 150, 0
|
| 1638 |
+
#-----------------------------------------------------------------
|
| 1639 |
+
# Modular Island House 1
|
| 1640 |
+
# ----------------------
|
| 1641 |
+
# These objects are designed to work with the other modular
|
| 1642 |
+
# island objects above (IDs:19529 to 19552). Use the new
|
| 1643 |
+
# filterscript called modular_houses to see an example.
|
| 1644 |
+
19849, MIHouse1Land, MIHouse1, 599, 4
|
| 1645 |
+
19850, MIHouse1Land2, MIHouse1, 599, 0
|
| 1646 |
+
19851, MIHouse1Land3, MIHouse1, 599, 0
|
| 1647 |
+
19852, MIHouse1Land4, MIHouse1, 599, 0
|
| 1648 |
+
19853, MIHouse1Land5, MIHouse1, 599, 0
|
| 1649 |
+
19854, MIHouse1Outside, MIHouse1, 599, 4
|
| 1650 |
+
19855, MIHouse1Inside, MIHouse1, 150, 0
|
| 1651 |
+
19856, MIHouse1IntWalls1, MIHouse1, 150, 0
|
| 1652 |
+
19857, MIHouse1Door1, MIHouse1, 50, 132
|
| 1653 |
+
19858, MIHouse1Door2, vegashse2, 50, 132
|
| 1654 |
+
19859, MIHouse1Door3, vegashse3, 50, 132
|
| 1655 |
+
19860, MIHouse1Door4, vegashse5, 50, 132
|
| 1656 |
+
19861, MIHouse1GarageDoor1, MIHouse1, 50, 128
|
| 1657 |
+
19862, MIHouse1GarageDoor2, vegashse3, 50, 128
|
| 1658 |
+
19863, MIHouse1GarageDoor3, vegashse5, 50, 128
|
| 1659 |
+
19864, MIHouse1GarageDoor4, vegashse6, 50, 128
|
| 1660 |
+
19865, MIFenceWood1, vegashse2, 100, 132
|
| 1661 |
+
19866, MIFenceBlocks1, vegashse2, 100, 128
|
| 1662 |
+
#-----------------------------------------------------------------
|
| 1663 |
+
# Non-Breakable Mail Box
|
| 1664 |
+
# ----------------------
|
| 1665 |
+
# This mail box is same as object ID 1478 except it is not
|
| 1666 |
+
# dynamic (breakable) and the night vertex colours (NVC)
|
| 1667 |
+
# have been fixed.
|
| 1668 |
+
19867, MailBox1, break_garden, 100, 0
|
| 1669 |
+
#-----------------------------------------------------------------
|
| 1670 |
+
# Non-Breakable Mesh Fences and Gate
|
| 1671 |
+
# ----------------------------------
|
| 1672 |
+
# These fence sections are the same as object IDs 1411 and 1412
|
| 1673 |
+
# except they are not dynamic (breakable).
|
| 1674 |
+
19868, MeshFence1, break_fen_mesh2, 100, 132
|
| 1675 |
+
19869, MeshFence2, break_fen_mesh2, 100, 132
|
| 1676 |
+
# This metal gate is the same as object ID 3036 except it is not
|
| 1677 |
+
# dynamic (breakable).
|
| 1678 |
+
19870, MetalGate1, ctgtxx, 100, 132
|
| 1679 |
+
#-----------------------------------------------------------------
|
| 1680 |
+
#-----------------------------------------------------------------
|
| 1681 |
+
# Objects Added by Matite in SA:MP 0.3.7 RC3
|
| 1682 |
+
# ------------------------------------------
|
| 1683 |
+
19871, CordonStand1, airp_prop, 50, 0
|
| 1684 |
+
19872, CarFixerRamp2, CarFixerRamp1, 100, 2097152
|
| 1685 |
+
19873, ToiletPaperRoll1, BathroomStuff1, 50, 0
|
| 1686 |
+
19874, SoapBar1, BathroomStuff1, 50, 0
|
| 1687 |
+
# This door is the same as object ID 2947 except it is not
|
| 1688 |
+
# dynamic (breakable) and the pivot point has been moved.
|
| 1689 |
+
19875, CRDoor01New, sw_doors, 50, 128
|
| 1690 |
+
#-----------------------------------------------------------------
|
| 1691 |
+
# Dillimore Gas Station
|
| 1692 |
+
# ---------------------
|
| 1693 |
+
# Replaces object IDs 12853 and 12854 with an enterable version
|
| 1694 |
+
# of the Dillimore Gas Station. Use the new filterscript called
|
| 1695 |
+
# dillimore_gas to see an example.
|
| 1696 |
+
19876, DillimoreGasExt1, cunte_gas01, 299, 2097284
|
| 1697 |
+
19877, DillimoreGasInt1, cunte_gas01, 100, 2097284
|
| 1698 |
+
#-----------------------------------------------------------------
|
| 1699 |
+
# GTASA Skateboard
|
| 1700 |
+
# ----------------
|
| 1701 |
+
# Edited to work as a normal object and added vertex colours.
|
| 1702 |
+
19878, Skateboard1, skateboard, 100, 0
|
| 1703 |
+
#-----------------------------------------------------------------
|
| 1704 |
+
# LS Wells Fargo Building
|
| 1705 |
+
# -----------------------
|
| 1706 |
+
# This building is a replacement for the LS Wells Fargo building
|
| 1707 |
+
# (object ID 4007). Use the new filterscript called ls_wellsfargo
|
| 1708 |
+
# to see an example.
|
| 1709 |
+
19879, WellsFargoBuild1, lanblokc, 299, 0
|
| 1710 |
+
19880, WellsFargoGrgDoor1, lanblokc, 100, 0
|
| 1711 |
+
#-----------------------------------------------------------------
|
| 1712 |
+
# Kylie's Barn Fixed
|
| 1713 |
+
# ------------------
|
| 1714 |
+
# This barn is the same as object ID 14871 except the collision
|
| 1715 |
+
# (COL) has been fixed. Use the new filterscript called kylies_barn
|
| 1716 |
+
# to see an example.
|
| 1717 |
+
19881, KylieBarnFixed1, gf3, 50, 0
|
| 1718 |
+
#-----------------------------------------------------------------
|
| 1719 |
+
# Marco's Steak Cooked
|
| 1720 |
+
# --------------------
|
| 1721 |
+
# This steak is the same as object ID 19582 except it is cooked.
|
| 1722 |
+
19882, MarcosSteak2, MarcosSteak2, 100, 0
|
| 1723 |
+
#-----------------------------------------------------------------
|
| 1724 |
+
# Slice of Bread
|
| 1725 |
+
# --------------
|
| 1726 |
+
19883, BreadSlice1, BreadSlice1, 50, 0
|
| 1727 |
+
#-----------------------------------------------------------------
|
| 1728 |
+
# More Water Slide Sections
|
| 1729 |
+
# -------------------------
|
| 1730 |
+
# These objects are designed to work with the old existing object
|
| 1731 |
+
# IDs 19070 to 19073.
|
| 1732 |
+
19884, WSBend45Deg2, WSSections, 299, 2097156
|
| 1733 |
+
19885, WSStraight2, WSSections, 299, 2097156
|
| 1734 |
+
19886, WSStraight3, WSSections, 299, 2097156
|
| 1735 |
+
19887, WSStart1, WSSections, 299, 2097156
|
| 1736 |
+
19888, WSBend45Deg3, WSSections, 299, 2097156
|
| 1737 |
+
19889, WSBend45Deg4, WSSections, 299, 2097156
|
| 1738 |
+
19890, WSStraight4, WSSections, 299, 2097156
|
| 1739 |
+
19891, WSTubeJoiner1, WSSections, 299, 2097156
|
| 1740 |
+
19892, WSRoadJoiner1, WSSections, 299, 2097156
|
| 1741 |
+
#-----------------------------------------------------------------
|
| 1742 |
+
# Laptop (Old Style)
|
| 1743 |
+
# ------------------
|
| 1744 |
+
# Same laptop in open and closed positions. You can change the
|
| 1745 |
+
# screen using the SetObjectMaterial() function on index 1.
|
| 1746 |
+
# There are three screen variations in the TXD file:
|
| 1747 |
+
# * LaptopScreen1 = GTASA map screen (default)
|
| 1748 |
+
# * LaptopScreen2 = Text screen
|
| 1749 |
+
# * LaptopScreen3 = Police database screen
|
| 1750 |
+
19893, LaptopSAMP1, LaptopSAMP1, 50, 0
|
| 1751 |
+
19894, LaptopSAMP2, LaptopSAMP1, 50, 0
|
| 1752 |
+
#-----------------------------------------------------------------
|
| 1753 |
+
# Ladder Fire Truck Lights
|
| 1754 |
+
# ------------------------
|
| 1755 |
+
# These lights can be used on top of the ladder fire truck.
|
| 1756 |
+
# Note that they will only be visible at night.
|
| 1757 |
+
19895, LadderFireTruckLts1, MatTextures, 150, 0
|
| 1758 |
+
#-----------------------------------------------------------------
|
| 1759 |
+
# Misc Items
|
| 1760 |
+
# ----------
|
| 1761 |
+
19896, CigarettePack1, CigarettePacks, 50, 0
|
| 1762 |
+
19897, CigarettePack2, CigarettePacks, 50, 0
|
| 1763 |
+
19898, OilFloorStain1, hubprops1_sfse, 50, 2097156
|
| 1764 |
+
19899, ToolCabinet1, hubprops2_sfse, 50, 2097152
|
| 1765 |
+
19900, ToolCabinet2, hubprops2_sfse, 50, 0
|
| 1766 |
+
# 19901 = Anim Tube ANIM object
|
| 1767 |
+
# 19902 = EnEx Marker ANIM object
|
| 1768 |
+
19903, MechanicComputer1, hubprops2_sfse, 50, 4
|
| 1769 |
+
19904, ConstructionVest1, bmyap, 100, 2097152
|
| 1770 |
+
#-----------------------------------------------------------------
|
| 1771 |
+
# Area 51 (69) Buildings
|
| 1772 |
+
# ----------------------
|
| 1773 |
+
# Same as the original buildings but now with an interior.
|
| 1774 |
+
19905, A51Building1, a51_ext, 299, 0
|
| 1775 |
+
19906, A51Building1GrgDoor, a51_ext, 50, 0
|
| 1776 |
+
19907, A51Building2, a51_ext, 299, 0
|
| 1777 |
+
19908, A51Building2GrgDoor, a51_ext, 50, 0
|
| 1778 |
+
19909, A51Building3, a51_ext, 299, 0
|
| 1779 |
+
19910, A51Building3GrgDoor, a51_ext, 50, 0
|
| 1780 |
+
# The door below is designed to fit on the A51/69 Military Hangar
|
| 1781 |
+
# (object ID 3268). It takes two doors to close the entrance.
|
| 1782 |
+
19911, A51HangarDoor1, a51_ext, 100, 0
|
| 1783 |
+
#-----------------------------------------------------------------
|
| 1784 |
+
# Metal Gate and Big Fence
|
| 1785 |
+
# ------------------------
|
| 1786 |
+
# This gate is the same as object ID 980 except it has no signs
|
| 1787 |
+
# on it and the pivot point is on the edge.
|
| 1788 |
+
19912, SAMPMetalGate1, electricgate, 100, 4
|
| 1789 |
+
# Big metal fence.
|
| 1790 |
+
19913, SAMPBigFence1, electricgate, 299, 4
|
| 1791 |
+
#-----------------------------------------------------------------
|
| 1792 |
+
# Extracted from Cutscene IMG and Edited
|
| 1793 |
+
# --------------------------------------
|
| 1794 |
+
19914, CutsceneBat1, csbat, 50, 0
|
| 1795 |
+
19915, CutsceneCooker1, cscooker, 50, 0
|
| 1796 |
+
19916, CutsceneFridge1, csfridge, 50, 0
|
| 1797 |
+
19917, CutsceneEngine1, csengine, 50, 0
|
| 1798 |
+
19918, CutsceneBox1, csheistbox, 50, 0
|
| 1799 |
+
19919, CutscenePerch1, csparrotperch, 50, 0
|
| 1800 |
+
19920, CutsceneRemote1, csremote, 50, 0
|
| 1801 |
+
19921, CutsceneToolBox1, cstoolkit, 50, 0
|
| 1802 |
+
#-----------------------------------------------------------------
|
| 1803 |
+
# Modular Kitchen
|
| 1804 |
+
# ---------------
|
| 1805 |
+
19922, MKTable1, cswzkitch, 50, 0
|
| 1806 |
+
19923, MKIslandCooker1, cswzkitch, 50, 0
|
| 1807 |
+
19924, MKExtractionHood1, cswzkitch, 50, 0
|
| 1808 |
+
19925, MKWorkTop1, cswzkitch, 50, 0
|
| 1809 |
+
19926, MKWorkTop2, cswzkitch, 50, 0
|
| 1810 |
+
19927, MKWorkTop3, cswzkitch, 50, 0
|
| 1811 |
+
19928, MKWorkTop4, cswzkitch, 50, 0
|
| 1812 |
+
19929, MKWorkTop5, cswzkitch, 50, 0
|
| 1813 |
+
19930, MKWorkTop6, cswzkitch, 50, 0
|
| 1814 |
+
19931, MKWorkTop7, cswzkitch, 50, 0
|
| 1815 |
+
19932, MKWallOvenCabinet1, cswzkitch, 50, 0
|
| 1816 |
+
19933, MKWallOven1, MKWallOven1, 50, 0
|
| 1817 |
+
19934, MKCupboard1, cswzkitch, 50, 0
|
| 1818 |
+
19935, MKCupboard2, cswzkitch, 50, 0
|
| 1819 |
+
19936, MKCupboard3, cswzkitch, 50, 0
|
| 1820 |
+
19937, MKCupboard4, cswzkitch, 50, 0
|
| 1821 |
+
19938, MKShelf1, cswzkitch, 50, 0
|
| 1822 |
+
19939, MKShelf2, cswzkitch, 50, 0
|
| 1823 |
+
19940, MKShelf3, cswzkitch, 50, 0
|
| 1824 |
+
#-----------------------------------------------------------------
|
| 1825 |
+
# Misc Items
|
| 1826 |
+
# ----------
|
| 1827 |
+
19941, GoldBar1, GoldBar1, 50, 0
|
| 1828 |
+
19942, PoliceRadio1, PoliceRadio1, 50, 0
|
| 1829 |
+
19943, StonePillar1, ab_pillartemp, 150, 0
|
| 1830 |
+
19944, BodyBag1, des_cen, 50, 0
|
| 1831 |
+
#-----------------------------------------------------------------
|
| 1832 |
+
# Checkpoints
|
| 1833 |
+
# -----------
|
| 1834 |
+
19945, CPSize16Red, EnExMarkers, 299, 2097220
|
| 1835 |
+
19946, CPSize16Green, EnExMarkers, 299, 2097220
|
| 1836 |
+
19947, CPSize16Blue, EnExMarkers, 299, 2097220
|
| 1837 |
+
#-----------------------------------------------------------------
|
| 1838 |
+
# Road Signs
|
| 1839 |
+
# ----------
|
| 1840 |
+
# Misc road signs
|
| 1841 |
+
19948, SAMPRoadSign1, SAMPRoadSigns, 50, 128
|
| 1842 |
+
19949, SAMPRoadSign2, SAMPRoadSigns, 50, 128
|
| 1843 |
+
19950, SAMPRoadSign3, SAMPRoadSigns, 50, 128
|
| 1844 |
+
19951, SAMPRoadSign4, SAMPRoadSigns, 50, 128
|
| 1845 |
+
19952, SAMPRoadSign5, SAMPRoadSigns, 50, 128
|
| 1846 |
+
19953, SAMPRoadSign6, SAMPRoadSigns, 50, 128
|
| 1847 |
+
19954, SAMPRoadSign7, SAMPRoadSigns, 50, 128
|
| 1848 |
+
19955, SAMPRoadSign8, SAMPRoadSigns, 50, 128
|
| 1849 |
+
19956, SAMPRoadSign9, SAMPRoadSigns, 50, 128
|
| 1850 |
+
19957, SAMPRoadSign10, SAMPRoadSigns, 50, 128
|
| 1851 |
+
19958, SAMPRoadSign11, SAMPRoadSigns, 50, 128
|
| 1852 |
+
19959, SAMPRoadSign12, SAMPRoadSigns, 50, 128
|
| 1853 |
+
19960, SAMPRoadSign13, SAMPRoadSigns, 50, 128
|
| 1854 |
+
19961, SAMPRoadSign14, SAMPRoadSigns, 50, 128
|
| 1855 |
+
19962, SAMPRoadSign15, SAMPRoadSigns, 50, 128
|
| 1856 |
+
19963, SAMPRoadSign16, SAMPRoadSigns, 50, 128
|
| 1857 |
+
19964, SAMPRoadSign17, SAMPRoadSigns, 50, 128
|
| 1858 |
+
19965, SAMPRoadSign18, SAMPRoadSigns, 50, 128
|
| 1859 |
+
19966, SAMPRoadSign19, SAMPRoadSigns, 50, 128
|
| 1860 |
+
19967, SAMPRoadSign20, SAMPRoadSigns, 50, 128
|
| 1861 |
+
19968, SAMPRoadSign21, SAMPRoadSigns, 50, 128
|
| 1862 |
+
19969, SAMPRoadSign22, SAMPRoadSigns, 50, 128
|
| 1863 |
+
19970, SAMPRoadSign23, SAMPRoadSigns, 50, 128
|
| 1864 |
+
19971, SAMPRoadSign24, SAMPRoadSigns, 50, 128
|
| 1865 |
+
19972, SAMPRoadSign25, SAMPRoadSigns, 50, 128
|
| 1866 |
+
19973, SAMPRoadSign26, SAMPRoadSigns, 50, 128
|
| 1867 |
+
19974, SAMPRoadSign27, SAMPRoadSigns, 50, 128
|
| 1868 |
+
19975, SAMPRoadSign28, SAMPRoadSigns, 50, 128
|
| 1869 |
+
19976, SAMPRoadSign29, SAMPRoadSigns, 50, 128
|
| 1870 |
+
19977, SAMPRoadSign30, SAMPRoadSigns, 50, 128
|
| 1871 |
+
19978, SAMPRoadSign31, SAMPRoadSigns, 50, 128
|
| 1872 |
+
19979, SAMPRoadSign32, SAMPRoadSigns, 50, 128
|
| 1873 |
+
# The two signs below have a transparent material overlay (index 3)
|
| 1874 |
+
# so you can use it with the SetObjectMaterialText() or
|
| 1875 |
+
# SetPlayerObjectMaterialText() functions
|
| 1876 |
+
19980, SAMPRoadSign33, SAMPRoadSigns, 50, 128
|
| 1877 |
+
19981, SAMPRoadSign34, SAMPRoadSigns, 50, 128
|
| 1878 |
+
# Speed limit signs
|
| 1879 |
+
19982, SAMPRoadSign35, SAMPRoadSigns, 50, 128
|
| 1880 |
+
19983, SAMPRoadSign36, SAMPRoadSigns, 50, 128
|
| 1881 |
+
19984, SAMPRoadSign37, SAMPRoadSigns, 50, 128
|
| 1882 |
+
19985, SAMPRoadSign38, SAMPRoadSigns, 50, 128
|
| 1883 |
+
19986, SAMPRoadSign39, SAMPRoadSigns, 50, 128
|
| 1884 |
+
19987, SAMPRoadSign40, SAMPRoadSigns, 50, 128
|
| 1885 |
+
19988, SAMPRoadSign41, SAMPRoadSigns, 50, 128
|
| 1886 |
+
19989, SAMPRoadSign42, SAMPRoadSigns, 50, 128
|
| 1887 |
+
19990, SAMPRoadSign43, SAMPRoadSigns, 50, 128
|
| 1888 |
+
19991, SAMPRoadSign44, SAMPRoadSigns, 50, 128
|
| 1889 |
+
19992, SAMPRoadSign45, SAMPRoadSigns, 50, 128
|
| 1890 |
+
#-----------------------------------------------------------------
|
| 1891 |
+
# Extracted from Cutscene IMG and Edited
|
| 1892 |
+
# --------------------------------------
|
| 1893 |
+
19993, CutsceneBowl1, csbowl, 50, 0
|
| 1894 |
+
19994, CutsceneChair1, cschair, 50, 0
|
| 1895 |
+
19995, CutsceneAmmoClip1, csclip, 50, 0
|
| 1896 |
+
19996, CutsceneFoldChair1, csfoldchair, 50, 2097152
|
| 1897 |
+
19997, CutsceneGrgTable1, csgrgtable, 50, 0
|
| 1898 |
+
19998, CutsceneLighterFl, cslighterfluid, 50, 0
|
| 1899 |
+
19999, CutsceneChair2, csrcrdchair, 50, 0
|
| 1900 |
+
#-----------------------------------------------------------------
|
| 1901 |
+
#-----------------------------------------------------------------
|
| 1902 |
+
# 11682 to 12799 ID Range
|
| 1903 |
+
# -----------------------
|
| 1904 |
+
# Extracted and edited cutscene objects continued from above
|
| 1905 |
+
11682, CutsceneCouch1, csmafcouch, 50, 0
|
| 1906 |
+
11683, CutsceneCouch2, csmafcouch, 50, 0
|
| 1907 |
+
11684, CutsceneCouch3, csmafcouch, 50, 0
|
| 1908 |
+
11685, CutsceneCouch4, csmafcouch, 50, 0
|
| 1909 |
+
#-----------------------------------------------------------------
|
| 1910 |
+
# Redsands West Casino Extracted and Edited Items
|
| 1911 |
+
# -----------------------------------------------
|
| 1912 |
+
11686, CBarSection1, int_casinoint3, 50, 0
|
| 1913 |
+
11687, CBarStool1, int_casinoint3, 50, 0
|
| 1914 |
+
11688, CWorkTop1, int_casinoint3, 50, 0
|
| 1915 |
+
11689, CBoothSeat1, int_casinoint3, 50, 0
|
| 1916 |
+
11690, CTable1, int_casinoint3, 50, 0
|
| 1917 |
+
11691, CTable2, int_casinoint3, 50, 0
|
| 1918 |
+
#-----------------------------------------------------------------
|
| 1919 |
+
#-----------------------------------------------------------------
|
| 1920 |
+
# Objects Added by Matite in SA:MP 0.3.7 RC4
|
| 1921 |
+
# ------------------------------------------
|
| 1922 |
+
# A51 Replacement Land Bit
|
| 1923 |
+
# ------------------------
|
| 1924 |
+
# This object is designed to replace the land section at the
|
| 1925 |
+
# Area 51 (69) Base (object ID 16203). Use the new filterscript
|
| 1926 |
+
# called a51_base to see an example.
|
| 1927 |
+
11692, A51LandBit1, a51_ext, 599, 0
|
| 1928 |
+
#-----------------------------------------------------------------
|
| 1929 |
+
# Hills
|
| 1930 |
+
# -----
|
| 1931 |
+
11693, Hills250x250Grass1, beach_sfs, 599, 0
|
| 1932 |
+
11694, Hill250x250Rocky1, des_sw, 599, 0
|
| 1933 |
+
11695, Hill250x250Rocky2, des_sw, 599, 0
|
| 1934 |
+
11696, Hill250x250Rocky3, Hill250x250Rocky3, 599, 0
|
| 1935 |
+
#-----------------------------------------------------------------
|
| 1936 |
+
# Modular Rope Bridge
|
| 1937 |
+
# -------------------
|
| 1938 |
+
11697, RopeBridgePart1, RopeBridge, 299, 0
|
| 1939 |
+
11698, RopeBridgePart2, RopeBridge, 299, 0
|
| 1940 |
+
#-----------------------------------------------------------------
|
| 1941 |
+
# More Road Signs
|
| 1942 |
+
# ---------------
|
| 1943 |
+
# The speed limit sign below has a transparent material overlay
|
| 1944 |
+
# (index 3) so you can use it with the SetObjectMaterialText()
|
| 1945 |
+
# or SetPlayerObjectMaterialText() functions
|
| 1946 |
+
11699, SAMPRoadSign46, SAMPRoadSigns, 50, 132
|
| 1947 |
+
11700, SAMPRoadSign47, SAMPRoadSigns, 50, 128
|
| 1948 |
+
#-----------------------------------------------------------------
|
| 1949 |
+
# Ambulance Lights
|
| 1950 |
+
# ----------------
|
| 1951 |
+
# First object is with lights on and second is with lights off.
|
| 1952 |
+
11701, AmbulanceLights1, AmbulanceLights1, 150, 0
|
| 1953 |
+
11702, AmbulanceLights2, AmbulanceLights1, 150, 0
|
| 1954 |
+
#-----------------------------------------------------------------
|
| 1955 |
+
# Magnetic Crane Object
|
| 1956 |
+
# ---------------------
|
| 1957 |
+
# This object is the same as object ID 1382 except GTASA will not
|
| 1958 |
+
# automatically attach the crane cable and magnet to it.
|
| 1959 |
+
11703, MagnoCrane_03_2, cranes_dyn2_cj, 150, 4
|
| 1960 |
+
#-----------------------------------------------------------------
|
| 1961 |
+
# Extracted Items
|
| 1962 |
+
# ---------------
|
| 1963 |
+
11704, BDupsMask1, bdupsnew, 100, 2097152
|
| 1964 |
+
11705, BlackTelephone1, cuntcuts, 50, 0
|
| 1965 |
+
11706, SmallWasteBin1, cuntcuts, 50, 0
|
| 1966 |
+
11707, TowelRack1, cuntcuts, 50, 0
|
| 1967 |
+
11708, BrickSingle1, sw_well1, 50, 0
|
| 1968 |
+
11709, AbattoirSink1, ab_abbatoir01, 50, 0
|
| 1969 |
+
11710, FireExitSign1, eastbeach8_lae2, 75, 0
|
| 1970 |
+
11711, ExitSign1, eastbeach8_lae2, 75, 0
|
| 1971 |
+
11712, Cross1, Cross1, 50, 0
|
| 1972 |
+
11713, FireExtPanel1, maint1, 50, 0
|
| 1973 |
+
11714, MaintenanceDoors1, maint1, 50, 0
|
| 1974 |
+
11715, MetalFork1, gb_dirtycrock01, 50, 0
|
| 1975 |
+
11716, MetalKnife1, gb_dirtycrock01, 50, 0
|
| 1976 |
+
11717, WooziesCouch1, ab_wooziec, 50, 0
|
| 1977 |
+
11718, SweetsSaucepan1, SweetsStuff1, 50, 0
|
| 1978 |
+
11719, SweetsSaucepan2, SweetsStuff1, 50, 0
|
| 1979 |
+
11720, SweetsBed1, SweetsStuff1, 50, 0
|
| 1980 |
+
11721, Radiator1, lahss2_2int2, 50, 0
|
| 1981 |
+
11722, SauceBottle1, ab_trukstpb, 50, 0
|
| 1982 |
+
11723, SauceBottle2, ab_trukstpb, 50, 0
|
| 1983 |
+
11724, FireplaceSurround1, svcunthoose, 50, 0
|
| 1984 |
+
11725, Fireplace1, svcunthoose, 50, 0
|
| 1985 |
+
11726, HangingLight1, sfhosemed2, 50, 0
|
| 1986 |
+
11727, PaperChaseLight1, papaerchaseoffice, 50, 0
|
| 1987 |
+
11728, PaperChasePhone1, papaerchaseoffice, 50, 0
|
| 1988 |
+
11729, GymLockerClosed1, intring_gymint3, 50, 0
|
| 1989 |
+
11730, GymLockerOpen1, intring_gymint3, 50, 0
|
| 1990 |
+
11731, WHeartBed1, whore_rms, 50, 4
|
| 1991 |
+
11732, WHeartBath1, whore_rms, 50, 0
|
| 1992 |
+
11733, WRockingHorse1, whore_rms, 50, 0
|
| 1993 |
+
11734, WRockingChair1, whore_rms, 50, 0
|
| 1994 |
+
11735, WBoot1, whore_rms, 50, 0
|
| 1995 |
+
11736, MedicalSatchel1, paperchase_bits2, 50, 0
|
| 1996 |
+
11737, RockstarMat1, carter_block_2, 50, 0
|
| 1997 |
+
11738, MedicCase1, MedicCase1, 50, 0
|
| 1998 |
+
#-----------------------------------------------------------------
|
| 1999 |
+
# Extracted from Marco's Bistro
|
| 2000 |
+
# -----------------------------
|
| 2001 |
+
11739, MCake1, MarcosStuff1, 50, 0
|
| 2002 |
+
11740, MCake2, MarcosStuff1, 50, 0
|
| 2003 |
+
11741, MCake3, MarcosStuff1, 50, 0
|
| 2004 |
+
11742, MCakeSlice1, MarcosStuff1, 50, 0
|
| 2005 |
+
11743, MCoffeeMachine1, MarcosStuff1, 50, 0
|
| 2006 |
+
11744, MPlate1, MarcosStuff1, 50, 0
|
| 2007 |
+
#-----------------------------------------------------------------
|
| 2008 |
+
# Hold All (Carry Bag) Edited
|
| 2009 |
+
# ---------------------------
|
| 2010 |
+
# This object is the same as ID 2919 except it is smaller and
|
| 2011 |
+
# not dynamic.
|
| 2012 |
+
11745, HoldAllEdited1, kmb_chute, 50, 4
|
| 2013 |
+
#-----------------------------------------------------------------
|
| 2014 |
+
# Misc
|
| 2015 |
+
# ----
|
| 2016 |
+
11746, DoorKey1, DoorKey1, 50, 0
|
| 2017 |
+
11747, Bandage1, Bandages, 50, 0
|
| 2018 |
+
11748, BandagePack1, Bandages, 50, 0
|
| 2019 |
+
#-----------------------------------------------------------------
|
| 2020 |
+
# Cutscene Handcuffs
|
| 2021 |
+
# ------------------
|
| 2022 |
+
11749, CSHandcuffs1, CSHandcuffs1, 50, 0
|
| 2023 |
+
# The handcuffs below are the same as above except they are folded
|
| 2024 |
+
# in half so they can be attached to an officers belt.
|
| 2025 |
+
11750, CSHandcuffs2, CSHandcuffs1, 50, 0
|
| 2026 |
+
#-----------------------------------------------------------------
|
| 2027 |
+
# Area Boundaries
|
| 2028 |
+
# ---------------
|
| 2029 |
+
11751, AreaBoundary50m, EnExMarkers, 599, 2097220
|
| 2030 |
+
11752, AreaBoundary10m, EnExMarkers, 599, 2097220
|
| 2031 |
+
11753, AreaBoundary1m, EnExMarkers, 599, 2097220
|
| 2032 |
+
#-----------------------------------------------------------------
|
| 2033 |
+
#-----------------------------------------------------------------
|
| 2034 |
+
end
|
| 2035 |
+
tobj
|
| 2036 |
+
end
|
| 2037 |
+
path
|
| 2038 |
+
end
|
| 2039 |
+
2dfx
|
| 2040 |
+
end
|
| 2041 |
+
#-----------------------------------------------------------------
|
| 2042 |
+
# Animated (ANIM) Objects
|
| 2043 |
+
# -----------------------
|
| 2044 |
+
# Note: You cannot have more than three ANIM objects in total
|
| 2045 |
+
# listed below and/or in the Custom.IDE file.
|
| 2046 |
+
#-----------------------------------------------------------------
|
| 2047 |
+
anim
|
| 2048 |
+
#19901, AnimTube, MatTextures, AnimTube, 299, 0
|
| 2049 |
+
#19902, EnExMarker4, EnExMarkers, EnExMarker4, 150, 68
|
| 2050 |
+
end
|
| 2051 |
+
txdp
|
| 2052 |
+
end
|
| 2053 |
+
#-----------------------------------------------------------------
|
| 2054 |
+
# Ped skin variants added for 0.3.7
|
| 2055 |
+
#-----------------------------------------------------------------
|
| 2056 |
+
peds
|
| 2057 |
+
300, lapdna, lapd1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LAPD1 ,VOICE_EMG_LAPD8
|
| 2058 |
+
301, sfpdna, sfpd1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_SFPD1 ,VOICE_EMG_SFPD5
|
| 2059 |
+
302, lvpdna, lvpd1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LVPD1 ,VOICE_EMG_LVPD5
|
| 2060 |
+
303, lapdpc, lapdpc, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LAPD1 ,VOICE_EMG_LAPD8
|
| 2061 |
+
304, lapdpd, lapdpd, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LAPD1 ,VOICE_EMG_LAPD8
|
| 2062 |
+
305, lvpdpc, lvpdpc, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LVPD1 ,VOICE_EMG_LVPD5
|
| 2063 |
+
306, WFYCLPD, WFYCLPD, CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,1,4,PED_TYPE_GFD,VOICE_GFD_WFYCLOT ,VOICE_GFD_WFYCLOT
|
| 2064 |
+
307, VBFYCPD, VBFYCPD, CIVFEMALE, STAT_SUIT_GIRL, woman, 130C,0, null,3,7,PED_TYPE_GEN,VOICE_GEN_BFYCRP ,VOICE_GEN_BFYCRP
|
| 2065 |
+
308, WFYCLEM, WFYCLEM, CIVFEMALE, STAT_STREET_GIRL, sexywoman,1983,1, null,4,6,PED_TYPE_GEN,VOICE_GEN_WFYST,VOICE_GEN_WFYST
|
| 2066 |
+
309, WFYCLLV, WFYCLLV, CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,1,4,PED_TYPE_GFD,VOICE_GFD_WFYCLOT ,VOICE_GFD_WFYCLOT
|
| 2067 |
+
310, csherna, csherna, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_RCOP1 ,VOICE_EMG_RCOP4
|
| 2068 |
+
311, dsherna, dsherna, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_RCOP1 ,VOICE_EMG_RCOP4
|
| 2069 |
+
end
|
data-lite/files/SAMP/TIMECYC.DAT
ADDED
|
@@ -0,0 +1,437 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
//////////// EXTRASUNNY_LA
|
| 2 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 3 |
+
//Midnight
|
| 4 |
+
22 22 22 220 212 130 255 255 255 0 23 24 0 31 32 255 128 0 5 0 0 1.00 1.00 0.30 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 240 255 87 87 87 255 60 121 122 0 90 0
|
| 5 |
+
//5AM
|
| 6 |
+
22 22 22 194 194 142 255 255 255 0 20 20 0 31 32 255 128 0 255 128 0 0.00 1.00 0.20 150 100 0 400.00 100.00 1.00 35 9 10 27 30 36 53 104 104 240 255 80 80 80 255 60 190 190 0 90 0
|
| 7 |
+
//6AM
|
| 8 |
+
22 22 22 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 1.00 0.30 140 93 0 800.00 100.00 0.80 100 34 25 120 92 88 90 170 170 240 255 86 86 86 255 149 94 0 25 120 0
|
| 9 |
+
//7AM
|
| 10 |
+
5 0 0 210 194 182 255 255 255 90 205 255 90 200 255 255 255 255 255 255 255 2.20 1.00 0.30 100 50 75 800.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 133 106 70 255 96 61 15 25 180 0
|
| 11 |
+
//Midday
|
| 12 |
+
11 0 0 210 194 182 255 255 255 68 117 210 36 117 199 255 255 255 255 255 255 1.10 1.00 0.00 236 0 190 800.00 10.00 0.00 44 34 23 145 164 183 90 170 170 240 255 66 66 48 255 166 129 60 25 180 0
|
| 13 |
+
//7PM
|
| 14 |
+
8 5 5 255 255 182 255 255 255 68 117 210 36 117 194 222 88 0 122 55 0 3.90 1.00 0.00 110 40 75 800.00 10.00 0.80 120 40 40 200 123 96 50 97 97 240 255 124 124 107 255 86 50 10 25 180 0
|
| 15 |
+
//8PM
|
| 16 |
+
25 14 14 210 194 182 255 255 255 181 150 84 167 108 65 255 128 0 255 128 0 2.00 1.00 0.40 100 60 0 800.00 10.00 1.00 120 40 40 72 107 159 67 67 67 240 255 81 85 40 255 66 27 0 25 140 0
|
| 17 |
+
//10PM
|
| 18 |
+
21 20 20 210 194 182 255 255 255 137 100 84 60 50 52 255 128 0 5 8 0 1.00 1.00 0.30 160 100 0 600.00 10.00 1.00 70 27 10 15 11 34 67 67 62 240 255 209 143 84 255 76 51 0 25 90 0
|
| 19 |
+
//
|
| 20 |
+
//////////// SUNNY_LA
|
| 21 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 22 |
+
//Midnight
|
| 23 |
+
0 20 20 210 194 182 255 255 255 5 12 15 12 14 13 255 128 0 5 0 0 1.00 0.40 0.40 200 100 0 800.00 100.00 1.00 0 0 0 3 3 3 85 85 65 240 255 110 126 210 255 0 81 104 55 220 0
|
| 24 |
+
//5AM
|
| 25 |
+
6 20 20 210 194 182 255 255 255 0 0 7 19 39 37 255 128 0 255 128 0 0.00 0.30 0.80 150 100 0 800.00 100.00 1.00 0 0 0 14 15 18 25 51 52 240 255 102 132 227 255 4 85 95 90 220 0
|
| 26 |
+
//6AM
|
| 27 |
+
22 17 8 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 1.20 0.50 0.20 140 93 0 800.00 100.00 0.80 100 34 25 120 92 88 90 170 170 240 255 86 86 86 255 149 94 0 177 220 0
|
| 28 |
+
//7AM
|
| 29 |
+
12 4 0 210 194 182 255 255 255 63 205 255 62 200 255 255 128 0 255 128 0 2.20 1.00 0.00 211 0 149 800.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 58 110 115 255 123 70 14 177 220 0
|
| 30 |
+
//Midday
|
| 31 |
+
12 10 0 210 194 182 255 255 255 30 117 210 53 162 227 189 175 0 168 98 14 1.70 1.00 0.00 236 0 190 800.00 100.00 0.00 44 34 23 129 128 123 90 170 170 240 255 70 121 120 255 160 88 21 88 220 0
|
| 32 |
+
//7PM
|
| 33 |
+
16 10 0 210 194 182 255 255 255 74 156 208 67 144 182 198 128 0 255 128 0 7.50 1.00 0.00 110 40 75 800.00 100.00 0.80 120 40 40 155 155 155 50 97 97 240 255 90 123 113 255 114 61 10 88 220 0
|
| 34 |
+
//8PM
|
| 35 |
+
12 10 4 210 194 182 255 255 255 181 150 84 167 118 65 255 128 0 255 128 0 2.00 1.00 0.20 100 60 0 800.00 43.00 1.00 0 0 0 163 83 63 67 67 67 240 255 129 93 71 255 66 27 0 177 220 0
|
| 36 |
+
//10PM
|
| 37 |
+
22 20 10 210 194 182 255 255 255 172 143 88 167 118 65 255 128 0 5 8 0 1.00 0.40 0.40 160 100 0 800.00 41.00 1.00 70 27 10 55 55 55 67 67 62 240 255 129 0 0 255 66 106 0 111 60 0
|
| 38 |
+
//
|
| 39 |
+
//////////// EXTRASUNNY_SMOG_LA
|
| 40 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 41 |
+
//Midnight
|
| 42 |
+
33 33 33 249 244 235 255 255 255 19 14 19 6 6 17 255 128 0 5 0 0 1.00 0.30 0.90 200 102 0 800.00 100.00 1.00 30 20 0 3 3 3 85 85 65 240 255 50 61 114 255 14 46 55 25 80 0
|
| 43 |
+
//5AM
|
| 44 |
+
22 33 33 210 194 182 255 255 255 16 16 22 15 15 20 255 128 0 255 128 0 0.00 0.30 0.90 150 100 0 800.00 50.00 1.00 35 9 10 27 30 36 53 104 104 240 255 93 90 114 255 34 40 30 25 80 0
|
| 45 |
+
//6AM
|
| 46 |
+
20 16 16 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 0.20 0.40 140 93 0 800.00 50.00 0.80 100 34 25 120 92 88 90 170 170 240 255 86 86 86 255 149 94 0 25 120 0
|
| 47 |
+
//7AM
|
| 48 |
+
11 7 1 210 194 182 255 255 255 90 205 255 114 148 166 255 128 0 255 128 0 1.20 0.20 0.80 100 50 75 800.00 10.00 0.50 120 40 40 159 142 106 145 170 170 240 255 106 107 84 255 96 61 15 25 120 0
|
| 49 |
+
//Midday
|
| 50 |
+
14 7 2 210 194 182 255 255 255 90 147 255 129 148 182 255 128 0 255 128 0 1.00 0.20 0.30 236 0 190 800.00 10.00 0.00 44 34 23 145 164 183 90 170 170 240 255 82 80 43 255 125 94 40 25 50 0
|
| 51 |
+
//7PM
|
| 52 |
+
10 10 5 210 194 182 255 255 255 93 127 157 90 144 182 198 128 0 255 128 0 7.50 0.30 1.00 110 40 103 800.00 10.00 0.80 120 40 40 200 123 96 50 97 97 240 255 124 93 67 255 86 50 10 25 150 0
|
| 53 |
+
//8PM
|
| 54 |
+
10 5 5 210 194 182 255 255 255 181 150 84 167 118 65 255 128 0 255 128 0 2.00 0.30 1.00 100 60 0 800.00 10.00 1.00 120 40 40 72 107 159 67 67 67 240 255 121 102 80 255 44 24 0 25 150 0
|
| 55 |
+
//10PM
|
| 56 |
+
22 12 15 255 222 222 255 255 255 209 150 84 167 118 65 255 128 0 5 8 0 1.00 0.30 0.30 160 100 0 800.00 10.00 1.00 70 27 10 15 11 34 67 67 62 240 255 124 124 124 255 44 24 0 25 80 0
|
| 57 |
+
//
|
| 58 |
+
//////////// SUNNY_SMOG_LA
|
| 59 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 60 |
+
//Midnight
|
| 61 |
+
33 33 33 210 188 166 255 255 255 22 5 12 13 13 31 255 128 0 5 0 0 1.00 0.40 0.60 200 100 0 800.00 155.00 1.00 30 20 0 3 3 3 85 85 65 240 255 57 87 87 255 21 27 88 122 90 0
|
| 62 |
+
//5AM
|
| 63 |
+
33 33 33 210 194 182 255 255 255 15 15 16 14 14 20 255 128 0 255 128 0 0.00 0.40 1.00 150 100 0 800.00 155.00 1.00 35 9 10 27 30 36 53 104 104 240 255 50 78 114 255 34 40 30 122 90 0
|
| 64 |
+
//6AM
|
| 65 |
+
33 33 33 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 0.30 0.90 140 93 0 800.00 100.00 0.80 100 34 25 120 92 88 90 170 170 240 255 86 86 86 255 149 94 0 122 120 0
|
| 66 |
+
//7AM
|
| 67 |
+
20 11 5 210 194 182 255 255 255 90 205 255 222 204 200 255 128 0 255 128 0 1.20 0.20 0.10 236 50 75 800.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 106 106 106 255 96 61 15 122 180 0
|
| 68 |
+
//Midday
|
| 69 |
+
15 7 0 210 194 182 255 255 255 79 140 243 143 175 175 255 128 0 255 128 0 2.50 1.00 0.10 236 0 190 800.00 80.00 0.00 44 34 23 145 164 183 90 170 170 240 255 127 123 110 255 99 74 10 122 180 0
|
| 70 |
+
//7PM
|
| 71 |
+
15 11 0 210 194 182 255 255 255 109 142 157 90 144 182 255 55 0 255 255 255 4.30 0.30 0.40 222 40 75 800.00 10.00 0.80 120 40 40 200 123 96 50 97 97 240 255 124 124 107 255 86 50 10 122 180 0
|
| 72 |
+
//8PM
|
| 73 |
+
15 5 0 210 194 182 255 255 255 181 150 84 167 118 65 255 128 0 255 128 0 2.00 0.30 0.70 100 60 0 800.00 10.00 1.00 120 40 40 72 107 159 67 67 67 240 255 121 93 71 255 44 24 0 122 120 0
|
| 74 |
+
//10PM
|
| 75 |
+
33 12 12 210 194 182 255 255 255 181 150 84 197 103 39 255 128 0 5 8 0 1.00 0.30 0.60 160 100 0 800.00 10.00 1.00 70 27 10 15 11 34 67 67 62 240 255 117 124 83 255 66 27 0 122 90 0
|
| 76 |
+
//
|
| 77 |
+
//////////// CLOUDY_LA
|
| 78 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 79 |
+
//Midnight
|
| 80 |
+
10 30 30 157 176 208 255 255 255 10 10 10 10 23 33 10 10 0 10 0 0 1.00 1.00 0.20 200 100 0 700.00 79.00 1.00 30 20 0 23 28 30 55 55 66 240 255 124 124 124 255 45 49 32 155 51 0
|
| 81 |
+
//5AM
|
| 82 |
+
10 24 27 160 171 202 255 255 255 10 10 10 10 22 33 10 10 0 10 0 0 1.00 1.00 0.10 200 100 0 700.00 -22.00 1.00 70 27 10 23 28 30 55 55 66 240 255 80 85 91 255 98 120 120 155 100 0
|
| 83 |
+
//6AM
|
| 84 |
+
16 31 31 163 187 192 255 255 255 22 22 22 15 25 27 0 0 0 0 0 0 3.40 0.90 0.10 200 100 0 700.00 90.00 0.80 100 34 25 23 28 30 77 77 88 240 255 63 80 80 255 122 122 90 155 180 0
|
| 85 |
+
//7AM
|
| 86 |
+
22 22 22 190 176 169 255 255 255 125 145 151 125 145 151 0 0 0 0 0 0 0.00 0.70 0.10 80 50 0 700.00 -22.00 0.50 120 40 40 92 116 125 77 77 88 240 255 124 124 124 255 45 28 12 155 180 0
|
| 87 |
+
//Midday
|
| 88 |
+
22 22 22 190 176 169 255 255 255 125 145 151 125 145 151 10 10 0 10 0 0 2.80 0.50 0.10 80 0 120 700.00 -22.00 0.30 120 100 100 92 116 123 125 125 125 240 255 80 80 80 255 122 122 122 155 180 0
|
| 89 |
+
//7PM
|
| 90 |
+
22 22 22 190 176 169 255 255 255 125 145 151 125 145 151 0 0 0 0 0 0 3.50 1.00 0.10 80 0 0 700.00 -22.00 0.80 120 100 100 92 116 123 123 128 134 240 255 44 44 44 255 122 122 122 155 180 0
|
| 91 |
+
//8PM
|
| 92 |
+
22 22 22 190 176 169 255 255 255 34 56 62 62 72 75 0 0 0 0 0 0 0.00 1.00 0.10 80 50 0 700.00 -22.00 1.00 120 100 100 46 58 61 122 126 134 240 255 90 90 90 255 90 122 122 155 180 0
|
| 93 |
+
//10PM
|
| 94 |
+
24 28 20 222 200 200 255 255 255 15 15 20 20 22 22 10 10 0 10 0 0 1.00 1.00 0.40 200 100 0 700.00 111.00 1.00 70 27 10 23 28 30 10 70 60 240 255 64 64 100 255 69 70 87 155 20 0
|
| 95 |
+
//
|
| 96 |
+
//////////// SUNNY_SF
|
| 97 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 98 |
+
//Midnight
|
| 99 |
+
20 30 30 133 133 133 255 255 255 0 8 12 10 36 65 255 128 0 5 0 0 1.00 0.50 0.40 200 100 0 450.00 100.00 1.00 30 20 0 3 3 3 19 40 52 240 255 66 66 66 255 88 56 28 50 120 0
|
| 100 |
+
//5AM
|
| 101 |
+
20 30 30 143 143 143 255 255 255 15 22 32 4 32 66 255 128 0 255 0 0 0.00 0.30 1.00 150 100 0 454.00 100.00 1.00 70 27 10 50 43 36 21 41 56 240 255 66 99 66 255 88 47 23 50 120 0
|
| 102 |
+
//6AM
|
| 103 |
+
30 30 30 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 3.00 0.20 0.90 140 100 0 455.00 66.00 0.80 100 34 25 120 92 88 178 160 160 200 255 124 124 124 255 45 47 23 50 120 70
|
| 104 |
+
//7AM
|
| 105 |
+
24 26 30 188 188 188 255 255 255 90 205 255 187 146 116 255 128 0 255 0 0 3.30 1.00 0.10 100 50 0 455.00 66.00 0.50 120 40 40 159 142 106 145 170 170 240 255 55 62 64 255 66 66 80 50 120 0
|
| 106 |
+
//Midday
|
| 107 |
+
30 30 30 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 455.00 66.00 1.00 120 100 100 180 255 255 90 170 170 240 255 44 94 89 255 45 66 36 50 120 0
|
| 108 |
+
//7PM
|
| 109 |
+
30 30 30 163 163 163 255 255 255 109 142 157 111 155 155 255 0 0 255 0 0 3.30 1.00 0.20 110 40 0 455.00 66.00 0.80 120 40 40 200 123 96 103 95 87 240 255 33 99 99 255 66 66 44 50 120 0
|
| 110 |
+
//8PM
|
| 111 |
+
30 30 30 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.60 0.30 100 60 0 455.00 66.00 1.00 120 40 40 0 0 0 67 67 67 240 255 124 66 44 255 66 55 23 50 120 0
|
| 112 |
+
//10PM
|
| 113 |
+
13 13 30 143 143 143 255 255 255 20 15 45 13 44 65 255 5 8 5 8 0 1.00 0.50 0.50 160 100 0 455.00 66.00 1.00 70 27 10 0 0 0 44 73 96 240 255 124 124 124 255 45 47 23 50 112 0
|
| 114 |
+
//
|
| 115 |
+
//////////// EXTRASUNNY_SF
|
| 116 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 117 |
+
//Midnight
|
| 118 |
+
20 30 30 133 133 133 255 255 255 10 36 65 10 36 65 255 128 0 5 0 0 1.00 0.50 0.40 200 100 0 450.00 100.00 1.00 30 20 0 3 3 3 19 40 52 240 255 66 66 66 255 88 56 28 0 120 0
|
| 119 |
+
//5AM
|
| 120 |
+
20 30 30 143 143 143 255 255 255 4 32 66 4 32 66 255 128 0 255 0 0 0.00 0.30 1.00 150 100 0 454.00 100.00 1.00 70 27 10 50 43 36 21 41 56 240 255 66 99 66 255 88 47 23 0 120 0
|
| 121 |
+
//6AM
|
| 122 |
+
16 20 27 188 188 188 255 255 255 155 155 155 198 124 85 255 128 0 255 128 0 2.70 0.20 0.20 140 100 0 455.00 66.00 0.80 100 34 25 120 92 88 178 160 160 200 255 86 86 86 255 166 94 0 0 120 0
|
| 123 |
+
//7AM
|
| 124 |
+
12 0 0 188 188 188 255 255 255 155 155 155 198 124 85 255 128 0 255 0 0 1.70 1.00 0.10 100 50 0 455.00 66.00 0.50 120 40 40 159 142 106 145 170 170 240 255 86 86 86 255 166 94 0 0 120 0
|
| 125 |
+
//Midday
|
| 126 |
+
30 30 30 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 455.00 66.00 1.00 120 100 100 180 255 255 90 170 170 240 255 44 94 89 255 45 66 36 0 120 0
|
| 127 |
+
//7PM
|
| 128 |
+
30 30 30 163 163 163 255 255 255 109 142 157 111 155 155 255 0 0 255 0 0 3.30 1.00 0.20 110 40 0 455.00 66.00 0.80 120 40 40 200 123 96 103 95 87 240 255 33 99 99 255 66 66 44 0 120 0
|
| 129 |
+
//8PM
|
| 130 |
+
30 30 30 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.60 0.30 100 60 0 455.00 66.00 1.00 120 40 40 0 0 0 67 67 67 240 255 124 66 44 255 66 55 23 0 120 0
|
| 131 |
+
//10PM
|
| 132 |
+
13 13 30 141 141 141 255 255 255 5 25 45 13 44 65 255 5 8 5 8 0 1.00 0.50 0.50 160 100 0 455.00 66.00 1.00 70 27 10 0 0 0 44 73 96 240 255 124 124 124 255 45 47 23 0 112 0
|
| 133 |
+
//
|
| 134 |
+
//////////// CLOUDY_SF
|
| 135 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 136 |
+
//Midnight
|
| 137 |
+
30 30 30 108 108 101 255 255 255 11 11 11 11 11 11 10 10 0 10 0 0 1.00 1.00 1.00 200 100 0 1150.00 -22.00 1.00 30 20 0 23 28 30 55 55 66 240 255 64 64 12 255 88 66 66 155 0 0
|
| 138 |
+
//5AM
|
| 139 |
+
30 22 30 108 108 101 255 255 255 14 14 14 14 14 14 10 10 0 10 0 0 0.00 1.00 1.00 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 55 55 66 240 255 77 67 52 255 85 72 66 155 0 0
|
| 140 |
+
//6AM
|
| 141 |
+
30 30 30 153 153 153 255 255 255 41 46 47 31 36 37 10 10 0 10 0 0 3.40 0.90 0.90 200 100 0 1150.00 -22.00 0.80 100 34 25 23 28 30 77 77 88 240 255 64 64 64 255 77 77 77 155 0 100
|
| 142 |
+
//7AM
|
| 143 |
+
5 5 12 153 153 153 255 255 255 62 72 75 62 72 75 10 10 0 10 0 0 0.00 0.70 0.80 200 50 0 1150.00 -22.00 0.50 120 40 40 46 58 61 77 77 88 240 255 124 124 124 255 48 48 48 155 0 0
|
| 144 |
+
//Midday
|
| 145 |
+
5 5 12 122 123 123 255 255 255 125 145 151 125 145 151 10 10 0 10 0 0 2.80 0.50 0.70 80 0 120 1150.00 -22.00 0.30 120 100 100 92 116 123 125 125 125 240 255 124 124 124 255 48 48 48 155 0 0
|
| 146 |
+
//7PM
|
| 147 |
+
5 30 30 123 123 123 255 255 255 62 72 75 62 72 75 10 10 0 10 0 0 3.50 1.00 1.00 80 0 0 1150.00 -22.00 0.80 120 100 100 46 58 61 123 128 134 240 255 124 124 124 255 48 48 48 155 0 0
|
| 148 |
+
//8PM
|
| 149 |
+
30 30 30 108 108 108 255 255 255 62 72 75 62 72 75 10 10 0 10 0 0 2.00 1.00 1.00 80 50 0 1150.00 -22.00 1.00 120 100 100 46 58 61 122 126 134 240 255 64 64 55 255 48 48 48 155 0 0
|
| 150 |
+
//10PM
|
| 151 |
+
30 30 30 108 108 108 255 255 255 41 46 47 31 36 37 10 10 0 10 0 0 1.00 1.00 1.00 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 77 77 88 240 255 64 64 12 255 48 48 48 155 0 0
|
| 152 |
+
//
|
| 153 |
+
//////////// RAINY_SF
|
| 154 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 155 |
+
//Midnight
|
| 156 |
+
20 30 30 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 650.00 5.00 1.00 30 20 0 0 0 0 59 68 77 240 255 124 124 124 255 16 48 10 155 0 0
|
| 157 |
+
//5AM
|
| 158 |
+
20 30 30 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 650.00 5.00 1.00 70 27 10 0 0 0 59 68 77 240 255 124 124 124 255 0 48 20 155 0 0
|
| 159 |
+
//6AM
|
| 160 |
+
20 30 30 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 650.00 5.00 0.90 100 34 25 0 0 0 62 72 77 240 255 124 124 124 255 0 48 20 155 0 100
|
| 161 |
+
//7AM
|
| 162 |
+
20 30 30 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 2.50 0.70 0.40 80 80 0 650.00 5.00 0.80 120 40 40 0 0 0 107 117 122 240 255 124 124 124 255 0 48 20 155 0 0
|
| 163 |
+
//Midday
|
| 164 |
+
20 30 30 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.10 80 50 120 650.00 5.00 0.70 120 100 100 0 0 0 141 141 140 240 255 124 124 124 255 30 38 30 155 0 0
|
| 165 |
+
//7PM
|
| 166 |
+
20 30 30 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 650.00 5.00 0.90 120 40 40 0 0 0 116 135 144 240 255 124 124 124 255 10 46 22 155 0 0
|
| 167 |
+
//8PM
|
| 168 |
+
20 30 30 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 650.00 5.00 1.00 120 40 40 0 0 0 132 176 189 240 255 124 124 124 255 0 48 20 155 0 0
|
| 169 |
+
//10PM
|
| 170 |
+
20 30 30 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 650.00 5.00 1.00 70 27 10 0 0 0 161 176 189 240 255 124 124 124 255 0 48 20 155 0 0
|
| 171 |
+
//
|
| 172 |
+
//////////// FOGGY_SF
|
| 173 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 174 |
+
//Midnight
|
| 175 |
+
33 33 33 141 141 141 255 255 255 0 40 40 0 40 40 10 10 0 10 0 0 1.00 1.00 0.70 60 50 0 150.00 -200.00 1.00 30 20 0 0 0 0 120 120 125 240 255 124 124 124 255 30 30 32 0 120 0
|
| 176 |
+
//5AM
|
| 177 |
+
33 33 33 210 141 141 255 255 255 0 45 45 0 45 45 10 10 0 10 0 0 0.00 1.00 0.70 60 50 0 150.00 -200.00 1.00 70 27 10 0 0 0 120 120 125 240 255 124 124 124 255 30 30 32 0 120 0
|
| 178 |
+
//6AM
|
| 179 |
+
33 33 33 141 141 141 255 255 255 0 45 45 0 45 45 0 10 0 10 0 0 3.40 0.90 0.70 60 50 0 150.00 -200.00 0.80 100 34 25 0 0 0 128 128 125 240 255 124 124 124 255 30 30 32 0 120 100
|
| 180 |
+
//7AM
|
| 181 |
+
33 33 33 141 141 141 255 255 255 40 50 50 40 50 50 10 10 0 10 0 0 2.50 0.70 0.70 60 50 0 150.00 -200.00 0.60 120 40 40 0 0 0 128 128 125 240 255 124 124 124 255 30 30 32 0 120 0
|
| 182 |
+
//Midday
|
| 183 |
+
13 13 13 141 141 141 255 255 255 146 155 155 127 144 144 10 10 0 10 0 0 1.00 0.50 0.30 60 50 60 250.00 -30.00 0.30 120 100 100 0 0 0 128 128 128 240 255 124 124 124 255 30 30 32 0 120 0
|
| 184 |
+
//7PM
|
| 185 |
+
13 13 13 141 141 141 255 255 255 100 100 105 100 100 105 10 10 0 10 0 0 3.50 1.00 0.30 60 50 0 150.00 -70.00 0.80 120 40 40 0 0 0 123 123 124 240 255 124 124 124 255 30 30 32 0 111 0
|
| 186 |
+
//8PM
|
| 187 |
+
13 13 13 141 141 141 255 255 255 41 60 60 35 53 50 10 10 0 10 0 0 2.00 1.00 1.00 60 50 0 150.00 -80.00 1.00 120 40 40 0 0 0 122 121 124 240 255 124 124 124 255 30 30 32 0 120 0
|
| 188 |
+
//10PM
|
| 189 |
+
33 33 33 141 141 141 255 255 255 0 40 40 0 40 40 10 10 0 10 0 0 1.00 1.00 0.70 60 50 0 150.00 -100.00 1.00 70 27 10 0 0 0 123 124 120 240 255 124 124 124 255 30 30 32 0 120 0
|
| 190 |
+
//
|
| 191 |
+
//////////// SUNNY_VEGAS
|
| 192 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 193 |
+
//Midnight
|
| 194 |
+
25 22 22 144 137 137 255 255 255 16 7 23 24 0 37 255 255 0 5 0 0 1.00 0.30 0.80 200 100 0 1000.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 255 64 64 64 255 88 27 0 122 0 0
|
| 195 |
+
//5AM
|
| 196 |
+
24 16 25 138 138 138 255 255 255 20 4 19 31 11 27 255 128 0 255 0 0 0.00 0.30 0.80 150 100 0 1000.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 255 64 64 152 255 79 27 0 122 0 0
|
| 197 |
+
//6AM
|
| 198 |
+
0 5 10 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 0.40 0.10 140 100 0 1000.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 255 64 64 64 255 77 66 0 122 0 0
|
| 199 |
+
//7AM
|
| 200 |
+
13 13 1 188 188 188 255 255 255 90 205 255 90 200 255 255 128 0 255 0 0 3.30 0.20 0.10 100 50 0 1000.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 64 64 64 255 64 64 22 122 0 0
|
| 201 |
+
//Midday
|
| 202 |
+
13 13 1 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 0.10 0.30 150 0 150 1000.00 10.00 1.00 120 100 100 180 255 255 90 170 170 240 255 64 64 64 255 128 111 44 122 88 0
|
| 203 |
+
//7PM
|
| 204 |
+
1 1 1 163 159 163 255 255 255 109 142 157 90 200 255 255 255 255 255 255 255 3.50 0.20 1.00 110 40 0 1000.00 10.00 0.80 120 40 40 200 123 96 153 95 87 240 255 64 64 64 255 122 27 0 122 0 0
|
| 205 |
+
//8PM
|
| 206 |
+
1 1 0 137 137 137 255 255 255 181 150 84 136 110 74 255 128 0 155 0 0 2.00 0.20 1.00 100 60 0 1000.00 10.00 1.00 120 40 40 0 0 0 67 67 67 240 255 127 93 71 255 83 11 0 122 0 0
|
| 207 |
+
//10PM
|
| 208 |
+
12 6 12 138 138 138 255 255 255 31 15 44 39 24 64 255 5 8 5 8 0 1.00 0.30 0.60 160 100 0 1000.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 255 124 124 124 255 34 27 0 122 0 0
|
| 209 |
+
//
|
| 210 |
+
//////////// EXTRASUNNY_VEGAS
|
| 211 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 212 |
+
//Midnight
|
| 213 |
+
22 22 22 163 163 163 255 255 255 9 6 9 18 15 44 255 255 0 5 0 0 1.00 0.30 0.70 200 100 0 1000.00 200.00 1.00 30 20 0 3 3 3 38 38 55 240 255 77 77 77 255 88 66 41 0 30 0
|
| 214 |
+
//5AM
|
| 215 |
+
12 12 12 163 163 163 255 255 255 0 5 10 16 1 30 255 128 0 255 0 0 0.00 0.40 0.50 150 100 0 1000.00 200.00 1.00 70 27 10 50 43 36 53 62 68 240 255 124 106 116 255 52 27 0 0 90 0
|
| 216 |
+
//6AM
|
| 217 |
+
12 12 12 188 188 188 255 255 255 141 99 81 200 144 85 255 128 0 255 128 0 8.40 1.00 0.10 140 100 0 1000.00 0.00 0.80 100 34 25 120 92 88 185 160 160 240 255 66 66 66 255 90 70 20 0 90 0
|
| 218 |
+
//7AM
|
| 219 |
+
13 4 0 188 188 188 255 255 255 90 205 255 200 144 90 255 128 0 255 0 0 3.70 1.00 0.00 100 50 0 1000.00 0.00 0.50 120 40 40 159 142 106 145 170 170 240 255 124 60 60 255 89 91 44 0 90 0
|
| 220 |
+
//Midday
|
| 221 |
+
13 13 0 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 1.00 0.00 150 0 150 1000.00 10.00 1.00 120 100 100 180 255 255 90 170 170 240 255 64 64 64 255 90 80 33 0 90 0
|
| 222 |
+
//7PM
|
| 223 |
+
13 13 0 163 163 163 255 255 255 90 180 255 90 200 255 255 47 0 255 0 0 2.50 0.30 0.40 110 40 0 1000.00 10.00 0.80 120 40 40 200 123 96 143 121 87 240 255 64 64 64 255 114 57 27 0 90 0
|
| 224 |
+
//8PM
|
| 225 |
+
13 13 0 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.50 0.60 100 60 0 1000.00 10.00 1.00 120 40 40 0 0 0 67 67 67 240 255 55 55 55 255 120 50 0 0 90 0
|
| 226 |
+
//10PM
|
| 227 |
+
22 22 23 163 163 163 255 255 255 0 0 0 18 15 44 255 5 8 5 8 0 1.00 0.50 0.70 160 100 0 1000.00 200.00 1.00 70 27 10 0 0 0 71 46 53 240 255 77 77 77 255 122 55 33 0 30 0
|
| 228 |
+
//
|
| 229 |
+
//////////// CLOUDY_VEGAS
|
| 230 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 231 |
+
//Midnight
|
| 232 |
+
2 20 33 163 163 163 255 255 255 22 33 44 11 23 44 0 0 0 0 0 0 0.00 1.00 1.00 200 100 0 1000.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 255 66 124 124 255 34 27 0 44 0 0
|
| 233 |
+
//5AM
|
| 234 |
+
11 22 33 163 163 163 255 255 255 22 33 44 22 33 44 0 0 0 0 0 0 0.00 1.00 1.00 150 100 0 1000.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 255 66 124 124 255 34 27 0 44 0 0
|
| 235 |
+
//6AM
|
| 236 |
+
22 22 33 188 188 187 255 255 255 84 83 88 77 77 77 0 0 0 0 0 0 0.00 1.00 0.90 140 100 0 1000.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 255 64 124 124 255 34 27 0 122 0 0
|
| 237 |
+
//7AM
|
| 238 |
+
22 22 22 188 188 188 255 255 255 211 211 255 155 155 155 0 0 0 0 0 0 0.00 1.00 0.80 100 50 0 1000.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 64 64 64 255 66 55 21 122 0 0
|
| 239 |
+
//Midday
|
| 240 |
+
22 22 22 188 188 188 255 255 255 144 144 144 122 122 122 0 0 0 0 0 0 0.00 1.00 0.30 150 0 150 1000.00 10.00 1.00 120 100 100 88 88 88 90 170 170 240 255 124 124 124 255 66 55 21 122 0 0
|
| 241 |
+
//7PM
|
| 242 |
+
22 22 22 188 163 163 255 255 255 144 144 144 155 155 155 0 0 0 0 0 0 0.00 1.00 1.00 110 40 0 1000.00 10.00 0.80 120 40 40 88 88 88 153 95 87 240 255 64 64 64 255 66 66 50 122 0 0
|
| 243 |
+
//8PM
|
| 244 |
+
2 2 13 163 163 163 255 255 255 88 88 88 88 88 88 0 0 0 0 0 0 0.00 1.00 1.00 100 60 0 1000.00 10.00 1.00 120 52 79 88 88 88 67 67 67 240 255 124 124 124 255 34 27 0 122 0 0
|
| 245 |
+
//10PM
|
| 246 |
+
2 20 33 163 163 163 255 255 255 22 33 44 11 23 44 0 0 8 0 0 0 0.00 1.00 1.00 160 100 0 1000.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 255 124 124 124 255 34 27 0 44 0 0
|
| 247 |
+
//
|
| 248 |
+
//////////// EXTRASUNNY_COUNTRYSIDE
|
| 249 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 250 |
+
//Midnight
|
| 251 |
+
33 33 12 163 163 163 255 255 255 0 30 30 10 22 35 255 255 0 5 0 0 1.00 0.50 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 53 62 68 240 255 89 97 80 255 17 86 109 44 120 0
|
| 252 |
+
//5AM
|
| 253 |
+
22 25 25 163 163 163 255 255 255 0 30 30 10 22 35 255 128 0 255 0 0 0.00 0.40 1.00 150 100 0 1500.00 100.00 1.00 23 30 20 50 43 36 53 62 68 240 255 103 107 80 255 10 90 100 88 120 0
|
| 254 |
+
//6AM
|
| 255 |
+
23 23 23 188 188 188 255 255 255 90 145 227 200 144 85 255 128 0 255 255 255 8.40 0.30 0.90 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 255 124 124 69 255 91 9 0 75 120 0
|
| 256 |
+
//7AM
|
| 257 |
+
22 24 22 188 188 188 255 255 255 90 205 255 187 146 116 255 128 0 255 255 255 3.30 0.40 0.30 100 50 0 1500.00 5.00 0.50 120 40 40 159 142 106 145 170 170 240 255 62 64 44 255 80 36 22 81 120 0
|
| 258 |
+
//Midday
|
| 259 |
+
22 5 5 203 188 188 255 255 255 90 180 255 57 165 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 1500.00 65.00 1.00 120 100 100 180 255 255 90 170 170 240 255 60 60 46 255 86 84 52 105 120 0
|
| 260 |
+
//7PM
|
| 261 |
+
22 22 22 163 163 163 255 255 255 109 142 157 165 155 130 255 25 0 255 255 255 7.50 0.50 0.60 110 40 0 1500.00 5.00 0.80 120 40 40 200 123 96 148 134 97 240 255 66 66 46 255 80 72 32 99 120 0
|
| 262 |
+
//8PM
|
| 263 |
+
5 5 0 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.40 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 0 0 0 67 67 67 240 255 118 89 48 255 69 28 6 62 120 0
|
| 264 |
+
//10PM
|
| 265 |
+
22 22 12 163 163 163 255 255 255 20 15 45 66 66 64 255 5 8 5 8 0 1.00 0.30 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 255 62 62 124 255 132 80 40 44 120 0
|
| 266 |
+
//
|
| 267 |
+
//////////// SUNNY_COUNTRYSIDE
|
| 268 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 269 |
+
//Midnight
|
| 270 |
+
33 33 33 163 163 163 255 255 255 10 22 35 10 22 35 255 255 0 5 0 0 1.00 0.50 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 53 62 68 240 255 89 97 80 255 17 86 109 44 120 0
|
| 271 |
+
//5AM
|
| 272 |
+
22 25 25 163 163 163 255 255 255 10 22 35 10 22 35 255 128 0 255 0 0 0.00 0.40 1.00 150 100 0 1500.00 100.00 1.00 23 30 20 50 43 36 53 62 68 240 255 103 107 80 255 10 90 100 88 120 0
|
| 273 |
+
//6AM
|
| 274 |
+
23 23 23 188 188 188 255 255 255 90 145 227 200 144 85 255 255 255 122 122 0 8.40 0.30 0.90 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 255 124 124 69 255 91 9 0 75 120 0
|
| 275 |
+
//7AM
|
| 276 |
+
5 5 5 188 188 188 255 255 255 90 205 255 187 146 116 255 255 255 122 122 0 3.30 0.40 0.30 100 50 0 1500.00 5.00 0.50 120 40 40 159 142 106 145 170 170 240 255 62 64 44 255 80 36 22 81 120 0
|
| 277 |
+
//Midday
|
| 278 |
+
22 22 5 188 188 188 255 255 255 90 180 255 57 165 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 1500.00 65.00 1.00 120 100 100 180 255 255 90 170 170 240 255 60 60 46 255 86 84 52 105 120 0
|
| 279 |
+
//7PM
|
| 280 |
+
22 22 5 163 163 163 255 255 255 109 142 157 165 155 130 255 128 0 255 0 0 7.50 0.50 0.60 110 40 0 1500.00 5.00 0.80 120 40 40 152 123 96 148 134 97 240 255 66 66 46 255 80 72 32 99 120 0
|
| 281 |
+
//8PM
|
| 282 |
+
21 21 21 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.40 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 54 55 55 67 67 67 240 255 118 89 48 255 69 28 6 62 120 0
|
| 283 |
+
//10PM
|
| 284 |
+
33 33 33 163 163 163 255 255 255 20 15 45 66 66 64 255 5 8 5 8 0 1.00 0.30 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 255 62 62 124 255 132 80 40 44 120 0
|
| 285 |
+
//
|
| 286 |
+
//////////// CLOUDY_COUNTRYSIDE
|
| 287 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 288 |
+
//Midnight
|
| 289 |
+
12 22 35 200 200 200 255 255 255 0 9 9 1 24 32 0 0 0 0 0 0 1.00 0.30 0.40 200 100 0 1150.00 -22.00 1.00 30 20 0 23 28 30 32 43 66 240 255 77 77 77 255 99 99 83 122 0 0
|
| 290 |
+
//5AM
|
| 291 |
+
3 18 33 190 176 169 255 255 255 0 9 9 1 24 32 0 0 0 0 0 0 1.00 0.30 0.50 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 26 58 66 240 255 124 124 124 255 48 48 48 122 0 0
|
| 292 |
+
//6AM
|
| 293 |
+
12 22 22 190 176 169 255 255 255 41 46 47 31 36 37 0 0 0 0 0 0 3.40 0.30 0.40 200 100 0 1150.00 -22.00 0.80 100 34 25 23 28 30 42 77 88 240 255 124 124 124 255 48 48 48 122 0 0
|
| 294 |
+
//7AM
|
| 295 |
+
12 22 21 190 176 169 255 255 255 62 72 75 62 72 75 0 0 0 0 0 0 0.00 0.40 0.10 200 50 0 1150.00 -22.00 0.50 120 40 40 46 58 61 52 77 88 240 255 124 124 124 255 48 48 48 122 0 0
|
| 296 |
+
//Midday
|
| 297 |
+
2 5 5 188 188 183 255 255 255 125 145 151 125 145 151 0 0 0 0 9 9 2.00 0.30 0.30 80 0 120 1150.00 -22.00 0.30 120 100 100 92 116 123 97 125 125 240 255 124 124 124 255 48 48 48 122 0 0
|
| 298 |
+
//7PM
|
| 299 |
+
0 5 5 190 176 169 255 255 255 62 72 75 62 72 75 0 0 0 0 0 0 3.50 0.40 0.30 80 0 0 1150.00 -22.00 0.80 120 100 100 46 58 61 102 128 134 240 255 124 124 124 255 48 48 48 122 0 0
|
| 300 |
+
//8PM
|
| 301 |
+
7 5 22 190 176 169 255 255 255 36 36 40 31 36 44 0 0 0 0 0 0 2.00 0.20 1.00 80 50 0 1150.00 -22.00 1.00 120 100 100 46 58 61 105 126 134 240 255 124 124 124 255 48 48 48 122 0 0
|
| 302 |
+
//10PM
|
| 303 |
+
5 22 33 190 176 169 255 255 255 7 9 9 1 24 32 0 0 0 0 0 0 1.00 0.20 1.00 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 41 77 74 240 255 124 124 124 255 48 48 48 122 0 0
|
| 304 |
+
//
|
| 305 |
+
//////////// RAINY_COUNTRYSIDE
|
| 306 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 307 |
+
//Midnight
|
| 308 |
+
21 21 39 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 0.60 200 100 0 650.00 155.00 1.00 30 20 0 0 0 0 58 115 150 240 255 38 64 98 255 0 64 20 90 55 0
|
| 309 |
+
//5AM
|
| 310 |
+
31 31 31 135 173 197 255 255 255 50 50 50 50 50 50 0 0 0 0 0 0 1.00 1.00 0.70 200 100 0 650.00 5.00 1.00 70 27 10 0 0 0 59 68 77 240 255 94 66 55 255 22 66 33 90 120 0
|
| 311 |
+
//6AM
|
| 312 |
+
31 31 31 135 173 197 255 255 255 39 50 50 60 60 60 0 0 0 0 0 0 3.40 0.90 0.30 200 100 0 650.00 161.00 0.90 100 34 25 0 0 0 62 72 77 240 255 88 89 110 255 0 64 20 90 120 100
|
| 313 |
+
//7AM
|
| 314 |
+
21 21 21 135 173 197 255 255 255 69 69 69 79 79 79 0 0 0 0 0 0 0.00 0.70 0.50 80 80 0 650.00 5.00 0.80 120 40 40 0 0 0 107 117 122 240 255 80 61 81 255 14 61 20 90 120 0
|
| 315 |
+
//Midday
|
| 316 |
+
21 21 21 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.70 80 50 120 650.00 5.00 0.70 120 100 100 0 0 0 141 141 140 240 255 69 69 69 255 55 55 55 90 120 0
|
| 317 |
+
//7PM
|
| 318 |
+
21 21 21 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 0.80 0.80 80 50 0 650.00 5.00 0.90 120 40 40 0 0 0 116 135 144 240 255 60 90 85 255 38 42 22 90 120 0
|
| 319 |
+
//8PM
|
| 320 |
+
255 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.90 0.80 80 80 0 650.00 123.00 1.00 120 40 40 0 0 0 132 176 189 240 255 38 64 99 255 0 55 20 90 55 0
|
| 321 |
+
//10PM
|
| 322 |
+
31 31 39 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 0.20 0.50 200 100 0 650.00 188.00 1.00 70 27 10 0 0 0 80 105 144 240 255 38 64 98 255 0 55 20 90 120 0
|
| 323 |
+
//
|
| 324 |
+
//////////// EXTRASUNNY_DESERT
|
| 325 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 326 |
+
//Midnight
|
| 327 |
+
5 5 11 163 163 163 255 255 255 0 0 26 45 0 64 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 255 84 109 141 255 34 17 77 0 0 0
|
| 328 |
+
//5AM
|
| 329 |
+
5 5 15 180 163 163 255 255 255 11 0 21 80 50 58 255 128 0 255 0 0 0.00 0.70 0.50 150 100 0 1500.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 255 124 93 131 255 34 17 14 0 0 0
|
| 330 |
+
//6AM
|
| 331 |
+
5 5 22 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 155 155 155 8.40 1.00 0.10 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 159 138 120 240 255 88 88 88 255 144 77 0 0 69 0
|
| 332 |
+
//7AM
|
| 333 |
+
10 10 10 188 188 188 255 255 255 210 231 200 250 218 143 255 128 0 155 155 155 3.80 1.00 0.20 100 50 0 1500.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 64 64 56 255 113 55 0 0 188 0
|
| 334 |
+
//Midday
|
| 335 |
+
0 0 0 188 188 188 255 255 255 233 231 233 250 156 158 255 128 0 255 128 0 2.50 1.00 0.00 150 0 150 1500.00 111.00 1.00 120 100 100 180 255 255 126 170 140 240 255 77 77 66 255 120 69 0 0 122 0
|
| 336 |
+
//7PM
|
| 337 |
+
0 0 0 163 163 163 255 255 255 210 231 200 250 218 143 255 128 0 255 0 0 7.50 1.00 0.60 110 40 0 1500.00 10.00 0.80 120 40 40 200 123 96 139 112 87 240 255 88 88 77 255 92 20 0 0 188 0
|
| 338 |
+
//8PM
|
| 339 |
+
0 0 0 163 163 163 255 255 255 76 59 26 84 67 24 255 128 0 155 0 0 2.00 1.00 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 30 0 0 67 67 67 240 255 127 96 63 255 165 62 0 0 0 0
|
| 340 |
+
//10PM
|
| 341 |
+
5 5 11 163 163 163 255 255 255 5 11 29 54 0 64 255 5 8 5 8 0 1.00 0.50 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 255 84 109 124 255 34 17 77 0 0 0
|
| 342 |
+
//
|
| 343 |
+
//////////// SUNNY_DESERT
|
| 344 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 345 |
+
//Midnight
|
| 346 |
+
10 10 20 163 163 163 255 255 255 0 0 26 45 0 64 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 255 84 109 141 255 34 17 77 55 0 0
|
| 347 |
+
//5AM
|
| 348 |
+
10 10 15 180 163 163 255 255 255 11 0 21 80 50 58 255 128 0 255 0 0 0.00 0.70 0.50 150 100 0 1500.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 255 124 93 131 255 34 17 14 55 0 0
|
| 349 |
+
//6AM
|
| 350 |
+
5 5 22 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 155 155 155 8.40 1.00 0.10 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 159 138 120 240 255 88 88 88 255 144 77 0 100 69 0
|
| 351 |
+
//7AM
|
| 352 |
+
0 0 0 188 188 188 255 255 255 210 231 200 250 218 143 255 128 0 155 155 155 3.80 1.00 0.20 100 50 0 1500.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 255 64 64 56 255 113 55 0 55 188 0
|
| 353 |
+
//Midday
|
| 354 |
+
0 0 0 188 188 188 255 255 255 233 231 233 250 156 158 255 128 0 255 128 0 2.50 1.00 0.00 150 0 150 1500.00 111.00 1.00 120 100 100 180 255 255 126 170 140 240 255 77 77 66 255 120 69 0 33 122 0
|
| 355 |
+
//7PM
|
| 356 |
+
0 0 0 163 163 163 255 255 255 210 231 200 250 218 143 255 128 0 255 0 0 7.50 1.00 0.60 110 40 0 1500.00 10.00 0.80 120 40 40 200 123 96 139 112 87 240 255 88 88 77 255 92 20 0 55 188 0
|
| 357 |
+
//8PM
|
| 358 |
+
0 0 0 163 163 163 255 255 255 181 150 84 167 108 65 255 128 0 155 0 0 2.00 1.00 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 30 0 0 67 67 67 240 255 81 85 40 255 66 27 0 53 0 0
|
| 359 |
+
//10PM
|
| 360 |
+
10 10 10 163 163 163 255 255 255 5 11 29 54 0 64 255 5 8 5 8 0 1.00 0.50 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 255 84 109 124 255 34 17 77 55 0 0
|
| 361 |
+
//
|
| 362 |
+
//////////// SANDSTORM_DESERT
|
| 363 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 364 |
+
//Midnight
|
| 365 |
+
21 21 21 137 137 137 255 255 255 55 55 55 55 55 55 255 255 0 5 0 0 1.00 1.00 1.00 50 100 0 150.00 -111.00 1.00 30 20 0 3 3 3 38 38 55 240 255 64 64 64 255 56 38 0 0 12 0
|
| 366 |
+
//5AM
|
| 367 |
+
21 21 21 137 137 137 255 255 255 105 102 82 105 102 82 255 128 0 255 0 0 0.00 1.00 1.00 50 100 0 150.00 -111.00 1.00 70 27 10 50 43 36 53 62 68 240 255 64 64 64 255 56 38 0 0 12 0
|
| 368 |
+
//6AM
|
| 369 |
+
21 21 21 137 137 137 255 255 255 112 109 89 112 109 89 255 128 0 255 128 0 8.40 1.00 0.00 50 100 0 150.00 -111.00 0.80 100 34 25 120 92 88 185 160 160 192 255 64 64 64 255 56 32 0 0 12 0
|
| 370 |
+
//7AM
|
| 371 |
+
21 21 21 137 137 137 255 255 255 120 117 96 120 117 96 0 0 0 0 0 0 0.00 1.00 0.00 50 50 0 150.00 -111.00 0.50 120 40 40 159 142 106 145 170 170 230 255 64 64 64 255 99 89 77 0 12 0
|
| 372 |
+
//Midday
|
| 373 |
+
11 11 11 137 137 137 255 255 255 166 163 140 166 163 140 0 0 0 0 0 0 0.00 1.00 0.00 50 0 0 150.00 -111.00 1.00 120 100 100 180 255 255 45 90 90 240 255 64 44 33 255 99 99 77 0 44 0
|
| 374 |
+
//7PM
|
| 375 |
+
21 21 21 137 137 137 255 255 255 97 94 78 97 94 78 255 128 0 255 0 0 0.00 1.00 1.00 50 40 0 150.00 -111.00 0.80 120 40 40 200 123 96 98 95 87 240 255 64 64 64 255 99 99 99 0 255 0
|
| 376 |
+
//8PM
|
| 377 |
+
21 21 21 137 137 137 255 255 255 87 84 69 87 84 69 255 128 0 155 0 0 2.00 1.00 1.00 50 60 0 150.00 -111.00 1.00 120 40 40 0 0 0 67 67 67 240 255 64 64 64 255 56 38 0 0 255 0
|
| 378 |
+
//10PM
|
| 379 |
+
21 21 21 137 155 33 255 255 255 55 55 55 55 55 55 255 5 8 5 8 0 1.00 1.00 1.00 50 100 0 150.00 -111.00 1.00 70 27 10 0 0 0 67 67 62 240 255 64 64 64 255 56 38 0 0 0 0
|
| 380 |
+
//
|
| 381 |
+
//////////// UNDERWATER
|
| 382 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 383 |
+
//Midnight
|
| 384 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 300.00 5.00 1.00 30 20 0 0 0 0 59 68 77 192 255 104 136 83 255 24 76 16 255 0 0
|
| 385 |
+
//5AM
|
| 386 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 1.00 200 100 0 300.00 5.00 1.00 70 27 10 0 0 0 59 68 77 192 255 94 141 95 255 0 70 20 255 0 0
|
| 387 |
+
//6AM
|
| 388 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 3.40 0.90 0.90 200 100 0 300.00 5.00 0.90 100 34 25 0 0 0 62 72 77 192 255 124 174 110 255 0 64 20 255 0 100
|
| 389 |
+
//7AM
|
| 390 |
+
21 21 21 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 2.50 0.70 0.80 80 80 0 300.00 5.00 0.80 120 40 40 0 0 0 107 117 122 192 255 124 153 104 255 0 48 20 255 0 0
|
| 391 |
+
//Midday
|
| 392 |
+
21 21 21 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.70 80 50 120 300.00 5.00 0.70 120 100 100 0 0 0 141 141 140 255 255 124 143 109 255 0 51 24 255 0 0
|
| 393 |
+
//7PM
|
| 394 |
+
21 21 21 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 1.00 1.00 80 50 0 300.00 5.00 0.90 120 40 40 0 0 0 116 135 144 192 255 124 139 85 255 10 46 22 255 0 0
|
| 395 |
+
//8PM
|
| 396 |
+
21 21 21 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 300.00 5.00 1.00 120 40 40 0 0 0 132 176 189 192 255 63 124 99 255 0 87 20 255 0 0
|
| 397 |
+
//10PM
|
| 398 |
+
21 21 21 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 300.00 5.00 1.00 70 27 10 0 0 0 161 176 189 192 255 124 124 91 255 0 85 20 255 0 0
|
| 399 |
+
//
|
| 400 |
+
//////////// EXTRACOLOURS_1
|
| 401 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 402 |
+
//Midnight
|
| 403 |
+
0 0 0 166 166 166 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 41 255 64 64 64 0 0 0
|
| 404 |
+
//5AM
|
| 405 |
+
0 0 0 121 122 122 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 65 85 65 147 255 64 64 43 255 73 69 64 0 0 0
|
| 406 |
+
//6AM
|
| 407 |
+
0 0 0 50 50 50 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 64 64 0 0 0
|
| 408 |
+
//7AM
|
| 409 |
+
0 0 0 180 180 180 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 46 255 65 64 64 0 0 0
|
| 410 |
+
//Midday
|
| 411 |
+
8 2 4 22 22 22 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 87 64 85 255 64 33 33 0 0 0
|
| 412 |
+
//7PM
|
| 413 |
+
7 9 2 54 55 55 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 44 64 87 255 99 99 99 0 0 0
|
| 414 |
+
//8PM
|
| 415 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 146 64 0 0 0
|
| 416 |
+
//10PM
|
| 417 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 0.40 0.50 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 96 92 64 0 0 0
|
| 418 |
+
//
|
| 419 |
+
//////////// EXTRACOLOURS_2
|
| 420 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 421 |
+
//Midnight
|
| 422 |
+
0 0 0 99 99 99 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 61 53 30 255 64 64 64 0 0 0
|
| 423 |
+
//5AM
|
| 424 |
+
30 30 30 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 73 80 0 0 0
|
| 425 |
+
//6AM
|
| 426 |
+
0 0 0 20 20 20 255 255 255 255 255 255 50 5 50 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 78.00 50.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 16 64 255 64 64 64 0 0 0
|
| 427 |
+
//7AM
|
| 428 |
+
0 0 0 133 133 133 255 255 255 255 255 255 0 0 0 0 0 0 5 0 0 1.00 1.00 1.00 200 0 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 64 64 0 0 0
|
| 429 |
+
//Midday
|
| 430 |
+
0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 0 0 0 5 0 0 1.00 1.00 1.00 200 0 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 44 44 44 255 33 64 64 234 0 0
|
| 431 |
+
//7PM
|
| 432 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 146 64 0 0 0
|
| 433 |
+
//8PM
|
| 434 |
+
0 0 0 50 50 50 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 64 64 0 0 0
|
| 435 |
+
//10PM
|
| 436 |
+
0 0 0 190 180 180 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 255 64 64 64 255 64 64 40 0 0 0
|
| 437 |
+
//
|
data-lite/files/SAMP/WEAPON.dat
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# ALL WEAPONS
|
| 3 |
+
#-----------------------------------------------
|
| 4 |
+
# A: string weaponType
|
| 5 |
+
# B: string eFireType
|
| 6 |
+
# C,D: float targetRange, weaponRange
|
| 7 |
+
# E,F: int modelId1, modelId2
|
| 8 |
+
# G,H: int reloadSampleTime1, reloadSampleTime2
|
| 9 |
+
# I: int weaponslot
|
| 10 |
+
#
|
| 11 |
+
#GUN DATA (use $ identifier)
|
| 12 |
+
#-----------------------------------------------
|
| 13 |
+
# J: AssocGroupId
|
| 14 |
+
# K: int ammoClip
|
| 15 |
+
# L: int damage
|
| 16 |
+
# M,N,O: float fireOffset x, y, z
|
| 17 |
+
# P: int skillLevel 0:POOR 1:STD 2:PRO
|
| 18 |
+
# Q: req stat level to get this weapon skill level
|
| 19 |
+
# R, S: float accuracy (0.5 - 2.0f), move speed (0.5 - 1.5)
|
| 20 |
+
# T,U,V: int animLoop start, end, fire
|
| 21 |
+
# W,X,Y: int animLoop2 start, end, fire
|
| 22 |
+
# Z: int breakoutTime
|
| 23 |
+
#
|
| 24 |
+
# a: hex flags
|
| 25 |
+
#
|
| 26 |
+
# b,c: float speed, radius
|
| 27 |
+
# d,e: float lifespan, spread
|
| 28 |
+
#
|
| 29 |
+
#
|
| 30 |
+
# 1stDigit: CANAIM:1 AIMWITHARM:2 1STPERSON:4 ONLYFREEAIM:8
|
| 31 |
+
# 2ndDigit: MOVEAIM:1 MOVEFIRE:2
|
| 32 |
+
# 3rdDigit: THROW:1 HEAVY:2 CONTINUOUSFIRE:4 TWIN_PISTOL:8
|
| 33 |
+
# 4thDigit: RELOAD:1 CROUCHFIRE:2 RELOAD2START:4 LONG_RELOAD:8
|
| 34 |
+
# 5thDigit: SLOWSDWN:1 RANDSPEED:2 EXPANDS:4
|
| 35 |
+
#
|
| 36 |
+
# MELEE DATA (use � identifier)
|
| 37 |
+
#-----------------------------------------------
|
| 38 |
+
# J: string baseCombo
|
| 39 |
+
# K: int numCombos
|
| 40 |
+
# L: hex flags
|
| 41 |
+
#
|
| 42 |
+
# Melee Weapons
|
| 43 |
+
#-----------------------ranges------modelIds----slot----baseCombo---numCombos---flags---steathanimgrp----
|
| 44 |
+
# A B C D E F I J K L M
|
| 45 |
+
� UNARMED MELEE 10.0 1.6 -1 -1 0 UNARMED 4 1 null
|
| 46 |
+
� BRASSKNUCKLE MELEE 10.0 1.6 331 -1 0 UNARMED 4 1 null
|
| 47 |
+
� GOLFCLUB MELEE 10.0 1.6 333 -1 1 BBALLBAT 1 1 null
|
| 48 |
+
� NIGHTSTICK MELEE 10.0 1.6 334 -1 1 BBALLBAT 1 1 null
|
| 49 |
+
� KNIFE MELEE 10.0 1.6 335 -1 1 KNIFE 1 1 stealth_kn
|
| 50 |
+
� BASEBALLBAT MELEE 10.0 1.6 336 -1 1 BBALLBAT 1 1 null
|
| 51 |
+
� SHOVEL MELEE 10.0 1.6 337 -1 1 BBALLBAT 1 1 null
|
| 52 |
+
� POOLCUE MELEE 10.0 1.6 338 -1 1 BBALLBAT 1 1 null
|
| 53 |
+
� KATANA MELEE 10.0 1.6 339 -1 1 SWORD 1 1 null
|
| 54 |
+
#� SKATEBOARD MELEE 10.0 1.6 340 -1 1 SKATEBOARD 1 1 null
|
| 55 |
+
� CHAINSAW MELEE 10.0 1.6 341 -1 1 CHAINSAW 1 201 null
|
| 56 |
+
# gifts ----------------
|
| 57 |
+
� DILDO1 MELEE 10.0 1.6 321 -1 10 DILDO 1 1 null
|
| 58 |
+
� DILDO2 MELEE 10.0 1.6 322 -1 10 KNIFE 1 1 null
|
| 59 |
+
� VIBE1 MELEE 10.0 1.6 323 -1 10 DILDO 1 1 null
|
| 60 |
+
� VIBE2 MELEE 10.0 1.6 324 -1 10 KNIFE 1 1 null
|
| 61 |
+
� FLOWERS MELEE 10.0 1.6 325 -1 10 FLOWERS 1 1 null
|
| 62 |
+
� CANE MELEE 10.0 1.6 326 -1 10 SWORD 1 1 null
|
| 63 |
+
#- special -------------
|
| 64 |
+
� PARACHUTE MELEE 10.0 1.6 371 -1 11 UNARMED 1 1 null
|
| 65 |
+
#
|
| 66 |
+
# Gun Weapons
|
| 67 |
+
#-------------------------------ranges------modelIds----slot-animgrp----ammo-dam----offset--------------skill---------------loop1--------loop2----break-flags-------old_shot_data-------
|
| 68 |
+
# A B C D E F I J K L M N O P Q R S T U V W X Y Z a b c d e
|
| 69 |
+
################
|
| 70 |
+
$ GRENADE PROJECTILE 30.0 40.0 342 -1 8 grenade 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 8 99 100 0.25 -1.0 800.0 1.0
|
| 71 |
+
$ TEARGAS PROJECTILE 30.0 40.0 343 -1 8 grenade 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 10 99 100 0.25 -1.0 800.0 1.0
|
| 72 |
+
$ MOLOTOV PROJECTILE 30.0 40.0 344 -1 8 grenade 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 8 99 100 0.25 -1.0 2000.0 5.0
|
| 73 |
+
$ ROCKET PROJECTILE 30.0 40.0 345 -1 8 null 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 10 99 100 0.25 -1.0 800.0 1.0
|
| 74 |
+
$ ROCKET_HS PROJECTILE 30.0 40.0 345 -1 8 null 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 10 99 100 0.25 -1.0 800.0 1.0
|
| 75 |
+
$ FREEFALL_BOMB PROJECTILE 30.0 40.0 345 -1 8 null 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 10 99 100 0.25 -1.0 800.0 1.0
|
| 76 |
+
################
|
| 77 |
+
$ PISTOL INSTANT_HIT 25.0 30.0 346 -1 2 colt45 17 25 0.25 0.05 0.09 0 0 0.75 1.0 6 17 6 6 16 6 99 3033
|
| 78 |
+
$ PISTOL INSTANT_HIT 30.0 35.0 346 -1 2 colt45 17 25 0.25 0.05 0.09 1 40 1.0 1.0 6 15 6 6 15 6 99 3033
|
| 79 |
+
$ PISTOL INSTANT_HIT 35.0 35.0 346 -1 2 colt45pro 34 25 0.25 0.05 0.09 2 999 1.25 1.0 6 18 6 6 17 6 99 3833
|
| 80 |
+
$ PISTOL INSTANT_HIT 30.0 35.0 346 -1 2 colt_cop 17 25 0.25 0.05 0.09 3 5000 1.0 1.0 6 15 6 6 15 6 99 7031
|
| 81 |
+
|
| 82 |
+
$ PISTOL_SILENCED INSTANT_HIT 25.0 30.0 347 -1 2 silenced 17 40 0.40 0.05 0.15 0 0 1.0 1.0 6 20 6 6 20 6 40 7001
|
| 83 |
+
$ PISTOL_SILENCED INSTANT_HIT 30.0 35.0 347 -1 2 silenced 17 40 0.40 0.05 0.15 1 500 1.25 1.2 6 18 6 6 18 6 40 7011
|
| 84 |
+
$ PISTOL_SILENCED INSTANT_HIT 35.0 35.0 347 -1 2 silenced 17 40 0.40 0.05 0.15 2 999 1.5 1.5 6 17 6 6 17 6 40 7031
|
| 85 |
+
|
| 86 |
+
$ DESERT_EAGLE INSTANT_HIT 25.0 30.0 348 -1 2 pythonbad 7 70 0.41 0.03 0.12 0 0 0.75 1.0 7 36 8 6 30 7 40 7001
|
| 87 |
+
$ DESERT_EAGLE INSTANT_HIT 30.0 35.0 348 -1 2 python 7 140 0.41 0.03 0.12 1 200 1.0 1.2 6 30 7 6 28 7 40 7011
|
| 88 |
+
$ DESERT_EAGLE INSTANT_HIT 35.0 35.0 348 -1 2 python 7 140 0.41 0.03 0.12 2 999 1.25 1.5 6 28 7 6 28 7 40 7031
|
| 89 |
+
################
|
| 90 |
+
$ SHOTGUN INSTANT_HIT 30.0 40.0 349 -1 3 shotgunbad 1 10 0.82 -0.02 0.23 0 0 1.0 1.0 6 40 7 6 40 7 28 2001
|
| 91 |
+
$ SHOTGUN INSTANT_HIT 35.0 40.0 349 -1 3 shotgun 1 10 0.82 -0.02 0.25 1 200 1.2 1.1 6 38 7 6 40 7 20 2011
|
| 92 |
+
$ SHOTGUN INSTANT_HIT 40.0 40.0 349 -1 3 shotgun 1 10 0.82 -0.02 0.25 2 999 1.4 1.3 6 38 7 6 40 7 25 2031
|
| 93 |
+
|
| 94 |
+
$ SAWNOFF INSTANT_HIT 25.0 30.0 350 -1 3 sawnoff 2 10 0.56 0.0 0.15 0 0 0.7 1.0 6 15 6 6 15 6 30 3033
|
| 95 |
+
$ SAWNOFF INSTANT_HIT 30.0 35.0 350 -1 3 sawnoff 2 10 0.56 0.0 0.15 1 200 0.8 1.1 6 15 6 6 15 6 30 3033
|
| 96 |
+
$ SAWNOFF INSTANT_HIT 35.0 35.0 350 -1 3 sawnoffpro 4 10 0.56 0.0 0.15 2 999 0.9 1.3 6 15 6 6 15 6 30 3833
|
| 97 |
+
|
| 98 |
+
$ SPAS12 INSTANT_HIT 35.0 40.0 351 -1 3 buddy 7 15 0.75 -0.06 0.22 0 0 1.4 1.0 6 18 7 6 18 7 35 7001
|
| 99 |
+
$ SPAS12 INSTANT_HIT 40.0 40.0 351 -1 3 buddy 7 15 0.75 -0.06 0.22 1 200 1.8 1.0 6 16 7 6 16 7 35 7011
|
| 100 |
+
$ SPAS12 INSTANT_HIT 40.0 40.0 351 -1 3 buddy 7 15 0.75 -0.06 0.22 2 999 2.0 1.2 6 16 7 6 16 7 35 7031
|
| 101 |
+
################
|
| 102 |
+
$ MICRO_UZI INSTANT_HIT 25.0 30.0 352 -1 4 colt45 50 20 0.25 0.0 0.11 0 0 0.75 1.0 6 10 6 6 10 6 99 3013
|
| 103 |
+
$ MICRO_UZI INSTANT_HIT 30.0 35.0 352 -1 4 colt45 50 20 0.25 0.0 0.11 1 50 1.05 1.0 6 10 6 6 10 6 99 3033
|
| 104 |
+
$ MICRO_UZI INSTANT_HIT 35.0 35.0 352 -1 4 colt45pro 100 20 0.25 0.0 0.11 2 999 1.1 1.0 6 10 6 6 10 6 99 3833
|
| 105 |
+
|
| 106 |
+
$ TEC9 INSTANT_HIT 25.0 30.0 372 -1 4 colt45 50 20 0.45 -0.05 0.11 0 0 0.75 1.0 11 15 12 6 11 7 99 3013
|
| 107 |
+
$ TEC9 INSTANT_HIT 30.0 35.0 372 -1 4 colt45 50 20 0.45 -0.05 0.11 1 50 1.05 1.0 11 15 12 6 11 7 99 3033
|
| 108 |
+
$ TEC9 INSTANT_HIT 35.0 35.0 372 -1 4 colt45pro 100 20 0.45 -0.05 0.11 2 999 1.1 1.0 11 15 12 6 11 7 99 3833
|
| 109 |
+
|
| 110 |
+
$ MP5 INSTANT_HIT 35.0 40.0 353 -1 4 uzibad 30 25 0.51 -0.01 0.20 0 0 0.75 1.1 6 9 7 6 9 6 30 7001
|
| 111 |
+
$ MP5 INSTANT_HIT 40.0 45.0 353 -1 4 uzi 30 25 0.51 -0.01 0.20 1 250 1.0 1.3 6 9 7 6 9 6 30 7011
|
| 112 |
+
$ MP5 INSTANT_HIT 45.0 45.0 353 -1 4 uzi 30 25 0.51 -0.01 0.20 2 999 1.2 1.5 6 9 7 6 9 6 30 7031
|
| 113 |
+
################
|
| 114 |
+
$ AK47 INSTANT_HIT 40.0 70.0 355 -1 5 riflebad 30 30 0.78 -0.06 0.13 0 0 0.40 0.9 6 10 7 6 10 7 99 7001
|
| 115 |
+
$ AK47 INSTANT_HIT 45.0 70.0 355 -1 5 rifle 30 30 0.78 -0.06 0.13 1 200 0.50 1.0 6 10 7 6 10 7 99 7011
|
| 116 |
+
$ AK47 INSTANT_HIT 50.0 70.0 355 -1 5 rifle 30 30 0.78 -0.06 0.13 2 999 0.60 1.1 6 10 7 6 10 7 99 7031
|
| 117 |
+
|
| 118 |
+
$ M4 INSTANT_HIT 40.0 90.0 356 -1 5 riflebad 50 30 0.74 -0.04 0.13 0 0 0.45 0.9 6 10 7 6 10 7 99 7001
|
| 119 |
+
$ M4 INSTANT_HIT 45.0 90.0 356 -1 5 rifle 50 30 0.74 -0.04 0.13 1 200 0.65 1.0 6 10 7 6 10 7 99 7011
|
| 120 |
+
$ M4 INSTANT_HIT 50.0 90.0 356 -1 5 rifle 50 30 0.74 -0.04 0.13 2 999 0.80 1.1 6 10 7 6 10 7 99 7031
|
| 121 |
+
################
|
| 122 |
+
#$ COUNTRYRIFLE INSTANT_HIT 50.0 100.0 357 -1 6 sniper 1 75 0.7 -0.05 0.2 0 0 0.75 1.0 6 17 7 6 17 7 99 A018
|
| 123 |
+
$ COUNTRYRIFLE INSTANT_HIT 55.0 100.0 357 -1 6 sniper 1 75 0.7 -0.05 0.2 1 300 1.0 1.2 6 17 7 6 17 7 99 A008
|
| 124 |
+
#$ COUNTRYRIFLE INSTANT_HIT 60.0 100.0 357 -1 6 sniper 1 75 0.7 -0.05 0.2 2 999 1.25 1.3 6 17 7 6 17 7 99 A038
|
| 125 |
+
|
| 126 |
+
#$ SNIPERRIFLE INSTANT_HIT 40.0 100.0 358 -1 6 sniper 1 125 0.7 -0.05 0.2 0 0 0.75 1.0 6 17 7 6 17 7 99 A014
|
| 127 |
+
$ SNIPERRIFLE INSTANT_HIT 50.0 100.0 358 -1 6 sniper 1 125 0.7 -0.05 0.2 1 300 1.0 1.0 6 17 7 6 17 7 99 A014
|
| 128 |
+
#$ SNIPERRIFLE INSTANT_HIT 60.0 100.0 358 -1 6 sniper 1 125 0.7 -0.05 0.2 2 999 1.25 1.0 6 17 7 6 17 7 99 A014
|
| 129 |
+
################
|
| 130 |
+
$ RLAUNCHER PROJECTILE 50.0 55.0 359 -1 7 rocket 1 75 0.42 0.0 0.05 1 0 1.0 1.0 11 19 12 14 99 15 99 48214
|
| 131 |
+
$ RLAUNCHER_HS PROJECTILE 50.0 55.0 360 -1 7 rocket 1 75 0.42 0.0 0.05 1 0 1.0 1.0 11 19 12 14 99 15 99 48214
|
| 132 |
+
$ FTHROWER AREA_EFFECT 4.0 5.1 361 -1 7 flame 500 25 0.98 0.0 0.40 1 0 1.0 1.0 11 12 11 11 12 11 35 30238 0.5 0.0075 1000.0 2.0
|
| 133 |
+
$ MINIGUN INSTANT_HIT 65.0 75.0 362 -1 7 flame 500 140 1.15 0.0 0.40 1 0 1.0 1.0 11 12 11 11 12 11 35 238
|
| 134 |
+
#############
|
| 135 |
+
$ SATCHEL_CHARGE PROJECTILE 30.0 40.0 363 364 8 grenade 1 75 0.0 0.0 0.0 1 0 1.0 1.0 0 99 6 0 99 9 99 100 0.25 -1.0 800.0 1.0
|
| 136 |
+
$ DETONATOR USE 25.0 25.0 364 -1 12 null 1 0 0.0 0.0 0.13 1 0 1.0 1.0 0 10 3 0 10 3 99 0
|
| 137 |
+
################
|
| 138 |
+
$ SPRAYCAN AREA_EFFECT 4.0 6.1 365 -1 9 spraycan 500 1 0.20 0.0 -0.1 1 0 1.0 1.0 12 58 13 11 58 13 99 0431 0.05 0.5 1000.0 0.01
|
| 139 |
+
$ EXTINGUISHER AREA_EFFECT 10.0 10.1 366 -1 9 flame 500 1 0.45 0.10 0.15 1 0 1.0 1.0 11 12 11 11 12 11 35 0038 0.1 0.5 1000.0 0.01
|
| 140 |
+
$ CAMERA CAMERA 70.0 100.0 367 -1 9 rifle 36 0 0.0 -0.0 -0.0 1 0 1.0 1.0 10 99 11 14 99 15 0 4
|
| 141 |
+
################
|
| 142 |
+
$ NIGHTVISION USE 70.0 100.0 368 -1 11 goggles 0 0 0.0 -0.0 -0.0 1 0 1.0 1.0 10 99 11 14 99 15 0 0
|
| 143 |
+
$ INFRARED USE 70.0 100.0 369 -1 11 goggles 0 0 0.0 -0.0 -0.0 1 0 1.0 1.0 10 99 11 14 99 15 0 0
|
| 144 |
+
#$ JETPACK USE 25.0 25.0 370 -1 9 null 1 0 0.0 0.0 0.13 1 0 1.0 1.0 0 10 3 0 10 3 99 0
|
| 145 |
+
#
|
| 146 |
+
# Gun Aiming Offsets
|
| 147 |
+
#-------------------AimX----AimZ--------DuckX---DuckZ---RLoad-A/B---CrouchRLoad-A/B--
|
| 148 |
+
# A B C D E F G H I
|
| 149 |
+
% python 0.1 0.5 0.0 0.0 254 633 254 633
|
| 150 |
+
% pythonbad 0.1 0.55 0.05 0.0 254 633 254 633
|
| 151 |
+
% colt45 0.2 0.6 0.1 0.1 254 633 254 633
|
| 152 |
+
% colt_cop 0.2 0.6 0.1 0.0 254 633 254 633
|
| 153 |
+
% colt45pro 0.2 0.6 0.1 0.0 254 633 254 633
|
| 154 |
+
% sawnoff 0.2 0.6 0.1 0.1 189 815 254 633
|
| 155 |
+
% sawnoffpro 0.2 0.6 0.1 0.0 189 815 254 633
|
| 156 |
+
% silenced 0.1 0.55 0.1 0.0 254 633 254 633
|
| 157 |
+
% shotgun 0.18 0.44 0.0 0.0 0 726 0 726
|
| 158 |
+
% shotgunbad 0.15 0.15 0.0 0.0 0 726 0 726
|
| 159 |
+
% buddy 0.22 0.1 0.0 0.0 383 689 271 619
|
| 160 |
+
% buddybad 0.05 0.15 0.1 0.0 383 689 271 619
|
| 161 |
+
% uzi 0.19 0.45 0.1 0.0 382 933 382 933
|
| 162 |
+
% uzibad 0.18 0.25 0.1 0.0 382 933 382 933
|
| 163 |
+
% rifle 0.20 0.48 0.10 0.0 380 897 380 897
|
| 164 |
+
% riflebad 0.16 0.2 0.1 0.0 380 897 380 897
|
| 165 |
+
% sniper 0.20 0.48 0.10 0.0 429 633 429 633
|
| 166 |
+
% grenade 0.0 0.0 0.0 0.0 0 0 0 0
|
| 167 |
+
% flame 0.2 0.0 0.0 0.0 0 0 0 0
|
| 168 |
+
% rocket 0.1 0.7 0.0 0.0 254 633 254 633
|
| 169 |
+
% spraycan 0.0 0.44 0.0 0.0 0 0 0 0
|
| 170 |
+
|
| 171 |
+
ENDWEAPONDATA
|
data-lite/files/SAMP/chat.log
ADDED
|
@@ -0,0 +1,324 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[02:53:14] {FFFFFF}SA-MP {B9C9BF}0.3.7 {FFFFFF}Started
|
| 2 |
+
[02:53:14] /clientcmds -> client commands
|
| 3 |
+
[02:53:14] Connecting to 191.96.224.79:7847...
|
| 4 |
+
[02:53:15] Connected. Joining the game...
|
| 5 |
+
[02:53:16] {FF0000}[VOIP] {C0C0C0}Seu voip esta desativado.
|
| 6 |
+
[02:53:16]
|
| 7 |
+
[02:53:16]
|
| 8 |
+
[02:53:16]
|
| 9 |
+
[02:53:16]
|
| 10 |
+
[02:53:16]
|
| 11 |
+
[02:53:16]
|
| 12 |
+
[02:53:16]
|
| 13 |
+
[02:53:16]
|
| 14 |
+
[02:53:16]
|
| 15 |
+
[02:53:16]
|
| 16 |
+
[02:53:16]
|
| 17 |
+
[02:53:16]
|
| 18 |
+
[02:53:16]
|
| 19 |
+
[02:53:16]
|
| 20 |
+
[02:53:16]
|
| 21 |
+
[02:53:16]
|
| 22 |
+
[02:53:16]
|
| 23 |
+
[02:53:16]
|
| 24 |
+
[02:53:16]
|
| 25 |
+
[02:53:16]
|
| 26 |
+
[02:53:17] Connected to {B9C9BF}LADOLESTE | Beta v2 [servidor 1]
|
| 27 |
+
[02:53:18] [Audio Stream]: http://stream.zeno.fm/45ez25tm9rhvv
|
| 28 |
+
[02:53:18]
|
| 29 |
+
[02:53:18]
|
| 30 |
+
[02:53:18]
|
| 31 |
+
[02:53:18]
|
| 32 |
+
[02:53:18]
|
| 33 |
+
[02:53:18]
|
| 34 |
+
[02:53:18]
|
| 35 |
+
[02:53:18]
|
| 36 |
+
[02:53:18]
|
| 37 |
+
[02:53:18]
|
| 38 |
+
[02:53:18]
|
| 39 |
+
[02:53:18]
|
| 40 |
+
[02:53:18]
|
| 41 |
+
[02:53:18]
|
| 42 |
+
[02:53:18]
|
| 43 |
+
[02:53:18]
|
| 44 |
+
[02:53:18]
|
| 45 |
+
[02:53:18]
|
| 46 |
+
[02:53:18]
|
| 47 |
+
[02:53:18]
|
| 48 |
+
[02:53:18]
|
| 49 |
+
[02:53:18]
|
| 50 |
+
[02:53:18]
|
| 51 |
+
[02:53:18]
|
| 52 |
+
[02:53:18]
|
| 53 |
+
[02:53:18]
|
| 54 |
+
[02:53:18]
|
| 55 |
+
[02:53:18]
|
| 56 |
+
[02:53:18]
|
| 57 |
+
[02:53:18]
|
| 58 |
+
[02:53:18]
|
| 59 |
+
[02:53:18]
|
| 60 |
+
[02:53:18]
|
| 61 |
+
[02:53:18]
|
| 62 |
+
[02:53:18]
|
| 63 |
+
[02:53:18]
|
| 64 |
+
[02:53:18]
|
| 65 |
+
[02:53:18]
|
| 66 |
+
[02:53:18]
|
| 67 |
+
[02:53:18]
|
| 68 |
+
[02:53:18]
|
| 69 |
+
[02:53:18]
|
| 70 |
+
[02:53:18]
|
| 71 |
+
[02:53:18]
|
| 72 |
+
[02:53:18]
|
| 73 |
+
[02:53:18]
|
| 74 |
+
[02:53:18]
|
| 75 |
+
[02:53:18]
|
| 76 |
+
[02:53:18]
|
| 77 |
+
[02:53:18]
|
| 78 |
+
[02:53:27]
|
| 79 |
+
[02:53:27]
|
| 80 |
+
[02:53:27]
|
| 81 |
+
[02:53:27]
|
| 82 |
+
[02:53:27]
|
| 83 |
+
[02:53:27]
|
| 84 |
+
[02:53:27]
|
| 85 |
+
[02:53:27]
|
| 86 |
+
[02:53:27]
|
| 87 |
+
[02:53:27]
|
| 88 |
+
[02:53:27]
|
| 89 |
+
[02:53:27]
|
| 90 |
+
[02:53:27]
|
| 91 |
+
[02:53:27]
|
| 92 |
+
[02:53:27]
|
| 93 |
+
[02:53:27]
|
| 94 |
+
[02:53:27]
|
| 95 |
+
[02:53:27]
|
| 96 |
+
[02:53:27]
|
| 97 |
+
[02:53:27]
|
| 98 |
+
[02:53:33]
|
| 99 |
+
[02:53:33]
|
| 100 |
+
[02:53:33]
|
| 101 |
+
[02:53:33]
|
| 102 |
+
[02:53:33]
|
| 103 |
+
[02:53:33]
|
| 104 |
+
[02:53:33]
|
| 105 |
+
[02:53:33]
|
| 106 |
+
[02:53:33]
|
| 107 |
+
[02:53:33]
|
| 108 |
+
[02:53:33]
|
| 109 |
+
[02:53:33]
|
| 110 |
+
[02:53:33]
|
| 111 |
+
[02:53:33]
|
| 112 |
+
[02:53:33]
|
| 113 |
+
[02:53:33]
|
| 114 |
+
[02:53:33]
|
| 115 |
+
[02:53:33]
|
| 116 |
+
[02:53:33]
|
| 117 |
+
[02:53:33]
|
| 118 |
+
[02:53:33] {FF1493}[INFO] {E0FFFF}Nivel 7 de administrador foi detectado.
|
| 119 |
+
[02:53:33] {FF1493}[LADO LESTE] {E0FFFF}Seja bem vindo(a) ao LADO LESTE Roleplay
|
| 120 |
+
[02:53:33] {FF1493}[LADO LESTE] {E0FFFF}Use /patchnote para conferir as atualizacoes do servidor
|
| 121 |
+
[02:53:33] {FF1493}[LADO LESTE] {E0FFFF}Use /waze para ver as localizacoes
|
| 122 |
+
[02:53:33] {FF1493}[LADO LESTE] {E0FFFF}Lembre-se de interpretar seu personagem com realismo e criatividade. Boa sorte!
|
| 123 |
+
[02:53:33] {FF1493}[LADO LESTE] {E0FFFF}Respeite as leis da cidade e construa sua historia em LADO LESTE Roleplay!
|
| 124 |
+
[02:53:33] [...] wTuning Fechado.
|
| 125 |
+
[02:53:39]
|
| 126 |
+
[02:53:44]
|
| 127 |
+
[02:53:52] VeГculo criado com sucesso!
|
| 128 |
+
[02:53:54]
|
| 129 |
+
[02:54:01] {FFD700}[Aviso] Use: /setskin [ID] [skin]
|
| 130 |
+
[02:54:03]
|
| 131 |
+
[02:54:05] {FFD700}[Aviso] Use: /setskin [ID] [skin]
|
| 132 |
+
[02:54:10] [AVISO] Voce setou a skin do player: Sr_Black para [1].
|
| 133 |
+
[02:54:10] [AVISO] Sua skin foi setada para [1].
|
| 134 |
+
[02:54:12]
|
| 135 |
+
[02:54:13] [AVISO] Voce setou a skin do player: Sr_Black para [1].
|
| 136 |
+
[02:54:13] [AVISO] Sua skin foi setada para [1].
|
| 137 |
+
[02:54:17] [AVISO] Voce setou a skin do player: Sr_Black para [2].
|
| 138 |
+
[02:54:17] [AVISO] Sua skin foi setada para [2].
|
| 139 |
+
[02:54:19] [AVISO] Voce setou a skin do player: Sr_Black para [3].
|
| 140 |
+
[02:54:19] [AVISO] Sua skin foi setada para [3].
|
| 141 |
+
[02:54:21]
|
| 142 |
+
[02:54:21] [AVISO] Voce setou a skin do player: Sr_Black para [3].
|
| 143 |
+
[02:54:21] [AVISO] Sua skin foi setada para [3].
|
| 144 |
+
[02:54:23] [AVISO] Voce setou a skin do player: Sr_Black para [3].
|
| 145 |
+
[02:54:23] [AVISO] Sua skin foi setada para [3].
|
| 146 |
+
[02:54:26] [AVISO] Voce setou a skin do player: Sr_Black para [4].
|
| 147 |
+
[02:54:26] [AVISO] Sua skin foi setada para [4].
|
| 148 |
+
[02:54:28] [AVISO] Voce setou a skin do player: Sr_Black para [4].
|
| 149 |
+
[02:54:28] [AVISO] Sua skin foi setada para [4].
|
| 150 |
+
[02:54:30]
|
| 151 |
+
[02:54:30] [AVISO] Voce setou a skin do player: Sr_Black para [5].
|
| 152 |
+
[02:54:30] [AVISO] Sua skin foi setada para [5].
|
| 153 |
+
[02:54:33] [AVISO] Voce setou a skin do player: Sr_Black para [6].
|
| 154 |
+
[02:54:33] [AVISO] Sua skin foi setada para [6].
|
| 155 |
+
[02:54:36] [AVISO] Voce setou a skin do player: Sr_Black para [7].
|
| 156 |
+
[02:54:36] [AVISO] Sua skin foi setada para [7].
|
| 157 |
+
[02:54:39]
|
| 158 |
+
[02:54:41] {FF1493}** [INFO] Para ligar o motor de seu veiculo, aprete Y ou utilize /motor
|
| 159 |
+
[02:54:45] {FF1493}Sr_Black[7] {E0FFFF}Ligou o veiculo
|
| 160 |
+
[02:54:48]
|
| 161 |
+
[02:54:55] {FF1493}Sr_Black[7] {E0FFFF}Desligou o veiculo
|
| 162 |
+
[02:54:57]
|
| 163 |
+
[02:54:59] [AVISO] Voce setou a skin do player: Sr_Black para [8].
|
| 164 |
+
[02:54:59] [AVISO] Sua skin foi setada para [8].
|
| 165 |
+
[02:55:02] [AVISO] Voce setou a skin do player: Sr_Black para [9].
|
| 166 |
+
[02:55:02] [AVISO] Sua skin foi setada para [9].
|
| 167 |
+
[02:55:05] [AVISO] Voce setou a skin do player: Sr_Black para [10].
|
| 168 |
+
[02:55:05] [AVISO] Sua skin foi setada para [10].
|
| 169 |
+
[02:55:06]
|
| 170 |
+
[02:55:07] [AVISO] Voce setou a skin do player: Sr_Black para [11].
|
| 171 |
+
[02:55:07] [AVISO] Sua skin foi setada para [11].
|
| 172 |
+
[02:55:09] [AVISO] Voce setou a skin do player: Sr_Black para [12].
|
| 173 |
+
[02:55:09] [AVISO] Sua skin foi setada para [12].
|
| 174 |
+
[02:55:12] [AVISO] Voce setou a skin do player: Sr_Black para [13].
|
| 175 |
+
[02:55:12] [AVISO] Sua skin foi setada para [13].
|
| 176 |
+
[02:55:14] [AVISO] Voce setou a skin do player: Sr_Black para [14].
|
| 177 |
+
[02:55:14] [AVISO] Sua skin foi setada para [14].
|
| 178 |
+
[02:55:15]
|
| 179 |
+
[02:55:18] [AVISO] Voce setou a skin do player: Sr_Black para [217].
|
| 180 |
+
[02:55:18] [AVISO] Sua skin foi setada para [217].
|
| 181 |
+
[02:55:23] [AVISO] Voce setou a skin do player: Sr_Black para [15].
|
| 182 |
+
[02:55:23] [AVISO] Sua skin foi setada para [15].
|
| 183 |
+
[02:55:24]
|
| 184 |
+
[02:55:26] [AVISO] Voce setou a skin do player: Sr_Black para [16].
|
| 185 |
+
[02:55:26] [AVISO] Sua skin foi setada para [16].
|
| 186 |
+
[02:55:29] [AVISO] Voce setou a skin do player: Sr_Black para [16].
|
| 187 |
+
[02:55:29] [AVISO] Sua skin foi setada para [16].
|
| 188 |
+
[02:55:32] [AVISO] Voce setou a skin do player: Sr_Black para [17].
|
| 189 |
+
[02:55:32] [AVISO] Sua skin foi setada para [17].
|
| 190 |
+
[02:55:33]
|
| 191 |
+
[02:55:37] [AVISO] Voce setou a skin do player: Sr_Black para [18].
|
| 192 |
+
[02:55:37] [AVISO] Sua skin foi setada para [18].
|
| 193 |
+
[02:55:40] [AVISO] Voce setou a skin do player: Sr_Black para [19].
|
| 194 |
+
[02:55:40] [AVISO] Sua skin foi setada para [19].
|
| 195 |
+
[02:55:42]
|
| 196 |
+
[02:55:44] [AVISO] Voce setou a skin do player: Sr_Black para [20].
|
| 197 |
+
[02:55:44] [AVISO] Sua skin foi setada para [20].
|
| 198 |
+
[02:55:46] [AVISO] Voce setou a skin do player: Sr_Black para [21].
|
| 199 |
+
[02:55:46] [AVISO] Sua skin foi setada para [21].
|
| 200 |
+
[02:55:49] [AVISO] Voce setou a skin do player: Sr_Black para [22].
|
| 201 |
+
[02:55:49] [AVISO] Sua skin foi setada para [22].
|
| 202 |
+
[02:55:51]
|
| 203 |
+
[02:55:53] [AVISO] Voce setou a skin do player: Sr_Black para [23].
|
| 204 |
+
[02:55:53] [AVISO] Sua skin foi setada para [23].
|
| 205 |
+
[02:55:55] [AVISO] Voce setou a skin do player: Sr_Black para [24].
|
| 206 |
+
[02:55:55] [AVISO] Sua skin foi setada para [24].
|
| 207 |
+
[02:55:57] [AVISO] Voce setou a skin do player: Sr_Black para [25].
|
| 208 |
+
[02:55:57] [AVISO] Sua skin foi setada para [25].
|
| 209 |
+
[02:56:00]
|
| 210 |
+
[02:56:00] [AVISO] Voce setou a skin do player: Sr_Black para [26].
|
| 211 |
+
[02:56:00] [AVISO] Sua skin foi setada para [26].
|
| 212 |
+
[02:56:02] [AVISO] Voce setou a skin do player: Sr_Black para [27].
|
| 213 |
+
[02:56:02] [AVISO] Sua skin foi setada para [27].
|
| 214 |
+
[02:56:04] [AVISO] Voce setou a skin do player: Sr_Black para [27].
|
| 215 |
+
[02:56:04] [AVISO] Sua skin foi setada para [27].
|
| 216 |
+
[02:56:06] [AVISO] Voce setou a skin do player: Sr_Black para [28].
|
| 217 |
+
[02:56:06] [AVISO] Sua skin foi setada para [28].
|
| 218 |
+
[02:56:09]
|
| 219 |
+
[02:56:10] [AVISO] Voce setou a skin do player: Sr_Black para [29].
|
| 220 |
+
[02:56:10] [AVISO] Sua skin foi setada para [29].
|
| 221 |
+
[02:56:13] [AVISO] Voce setou a skin do player: Sr_Black para [30].
|
| 222 |
+
[02:56:13] [AVISO] Sua skin foi setada para [30].
|
| 223 |
+
[02:56:15] [AVISO] Voce setou a skin do player: Sr_Black para [31].
|
| 224 |
+
[02:56:15] [AVISO] Sua skin foi setada para [31].
|
| 225 |
+
[02:56:18]
|
| 226 |
+
[02:56:19] [AVISO] Voce setou a skin do player: Sr_Black para [32].
|
| 227 |
+
[02:56:19] [AVISO] Sua skin foi setada para [32].
|
| 228 |
+
[02:56:24] {FF1493}[INFO] {FFFFFF}O prefeito esta discutindo novas leis. Sua opiniao pode fazer a diferenca!
|
| 229 |
+
[02:56:25] [AVISO] Voce setou a skin do player: Sr_Black para [294].
|
| 230 |
+
[02:56:25] [AVISO] Sua skin foi setada para [294].
|
| 231 |
+
[02:56:27]
|
| 232 |
+
[02:56:27] [AVISO] Voce setou a skin do player: Sr_Black para [295].
|
| 233 |
+
[02:56:27] [AVISO] Sua skin foi setada para [295].
|
| 234 |
+
[02:56:32] [AVISO] Voce setou a skin do player: Sr_Black para [296].
|
| 235 |
+
[02:56:32] [AVISO] Sua skin foi setada para [296].
|
| 236 |
+
[02:56:35] [AVISO] Voce setou a skin do player: Sr_Black para [280].
|
| 237 |
+
[02:56:35] [AVISO] Sua skin foi setada para [280].
|
| 238 |
+
[02:56:36]
|
| 239 |
+
[02:56:37] [AVISO] Voce setou a skin do player: Sr_Black para [281].
|
| 240 |
+
[02:56:37] [AVISO] Sua skin foi setada para [281].
|
| 241 |
+
[02:56:40] [AVISO] Voce setou a skin do player: Sr_Black para [282].
|
| 242 |
+
[02:56:40] [AVISO] Sua skin foi setada para [282].
|
| 243 |
+
[02:56:44] [AVISO] Voce setou a skin do player: Sr_Black para [283].
|
| 244 |
+
[02:56:44] [AVISO] Sua skin foi setada para [283].
|
| 245 |
+
[02:56:45]
|
| 246 |
+
[02:56:52] [AVISO] Voce setou a skin do player: Sr_Black para [10].
|
| 247 |
+
[02:56:52] [AVISO] Sua skin foi setada para [10].
|
| 248 |
+
[02:56:54]
|
| 249 |
+
[02:56:55] [AVISO] Voce setou a skin do player: Sr_Black para [11].
|
| 250 |
+
[02:56:55] [AVISO] Sua skin foi setada para [11].
|
| 251 |
+
[02:56:57] [AVISO] Voce setou a skin do player: Sr_Black para [15].
|
| 252 |
+
[02:56:57] [AVISO] Sua skin foi setada para [15].
|
| 253 |
+
[02:57:02] [AVISO] Voce setou a skin do player: Sr_Black para [14].
|
| 254 |
+
[02:57:02] [AVISO] Sua skin foi setada para [14].
|
| 255 |
+
[02:57:03]
|
| 256 |
+
[02:57:04] [AVISO] Voce setou a skin do player: Sr_Black para [13].
|
| 257 |
+
[02:57:04] [AVISO] Sua skin foi setada para [13].
|
| 258 |
+
[02:57:06] [AVISO] Voce setou a skin do player: Sr_Black para [13].
|
| 259 |
+
[02:57:06] [AVISO] Sua skin foi setada para [13].
|
| 260 |
+
[02:57:09] [AVISO] Voce setou a skin do player: Sr_Black para [1].
|
| 261 |
+
[02:57:09] [AVISO] Sua skin foi setada para [1].
|
| 262 |
+
[02:57:11] [AVISO] Voce setou a skin do player: Sr_Black para [2].
|
| 263 |
+
[02:57:11] [AVISO] Sua skin foi setada para [2].
|
| 264 |
+
[02:57:12]
|
| 265 |
+
[02:57:14] [AVISO] Voce setou a skin do player: Sr_Black para [3].
|
| 266 |
+
[02:57:14] [AVISO] Sua skin foi setada para [3].
|
| 267 |
+
[02:57:17] [AVISO] Voce setou a skin do player: Sr_Black para [4].
|
| 268 |
+
[02:57:17] [AVISO] Sua skin foi setada para [4].
|
| 269 |
+
[02:57:20] [AVISO] Voce setou a skin do player: Sr_Black para [5].
|
| 270 |
+
[02:57:20] [AVISO] Sua skin foi setada para [5].
|
| 271 |
+
[02:57:21]
|
| 272 |
+
[02:57:23] [AVISO] Voce setou a skin do player: Sr_Black para [6].
|
| 273 |
+
[02:57:23] [AVISO] Sua skin foi setada para [6].
|
| 274 |
+
[02:57:25] [AVISO] Voce setou a skin do player: Sr_Black para [7].
|
| 275 |
+
[02:57:25] [AVISO] Sua skin foi setada para [7].
|
| 276 |
+
[02:57:28] [AVISO] Voce setou a skin do player: Sr_Black para [8].
|
| 277 |
+
[02:57:28] [AVISO] Sua skin foi setada para [8].
|
| 278 |
+
[02:57:30] [AVISO] Voce setou a skin do player: Sr_Black para [9].
|
| 279 |
+
[02:57:30] [AVISO] Sua skin foi setada para [9].
|
| 280 |
+
[02:57:30]
|
| 281 |
+
[02:57:32] [AVISO] Voce setou a skin do player: Sr_Black para [9].
|
| 282 |
+
[02:57:32] [AVISO] Sua skin foi setada para [9].
|
| 283 |
+
[02:57:35] [AVISO] Voce setou a skin do player: Sr_Black para [14].
|
| 284 |
+
[02:57:35] [AVISO] Sua skin foi setada para [14].
|
| 285 |
+
[02:57:37] [AVISO] Voce setou a skin do player: Sr_Black para [13].
|
| 286 |
+
[02:57:37] [AVISO] Sua skin foi setada para [13].
|
| 287 |
+
[02:57:39]
|
| 288 |
+
[02:57:39] [AVISO] Voce setou a skin do player: Sr_Black para [15].
|
| 289 |
+
[02:57:39] [AVISO] Sua skin foi setada para [15].
|
| 290 |
+
[02:57:43] [AVISO] Voce setou a skin do player: Sr_Black para [16].
|
| 291 |
+
[02:57:43] [AVISO] Sua skin foi setada para [16].
|
| 292 |
+
[02:57:46] [AVISO] Voce setou a skin do player: Sr_Black para [17].
|
| 293 |
+
[02:57:46] [AVISO] Sua skin foi setada para [17].
|
| 294 |
+
[02:57:48]
|
| 295 |
+
[02:57:57] VeГculo criado com sucesso!
|
| 296 |
+
[02:57:57]
|
| 297 |
+
[02:58:01] VeГculo criado com sucesso!
|
| 298 |
+
[02:58:06]
|
| 299 |
+
[02:58:07] VeГculo criado com sucesso!
|
| 300 |
+
[02:58:15]
|
| 301 |
+
[02:58:22] {FF1493}** [INFO] Para ligar o motor de seu veiculo, aprete Y ou utilize /motor
|
| 302 |
+
[02:58:25]
|
| 303 |
+
[02:58:25] {FF1493}Sr_Black[7] {E0FFFF}Ligou o veiculo
|
| 304 |
+
[02:58:33]
|
| 305 |
+
[02:58:33] {FF1493}Sr_Black[7] {E0FFFF}Desligou o veiculo
|
| 306 |
+
[02:58:42]
|
| 307 |
+
[02:58:43] {FF1493}** [INFO] Para ligar o motor de seu veiculo, aprete Y ou utilize /motor
|
| 308 |
+
[02:58:49] [...] wTuning System v1.0 •
|
| 309 |
+
[02:58:51]
|
| 310 |
+
[02:58:54] [...] wTuning Menu 2 Fechado.
|
| 311 |
+
[02:58:56] [...] wTuning Menu 2 Fechado.
|
| 312 |
+
[02:58:59] [...] wTuning Menu 2 Fechado.
|
| 313 |
+
[02:59:00] [...] wTuning Fechado.
|
| 314 |
+
[02:59:00] [...] wTuning Fechado.
|
| 315 |
+
[02:59:00]
|
| 316 |
+
[02:59:03] {FF1493}Sr_Black[7] {E0FFFF}Ligou o veiculo
|
| 317 |
+
[02:59:11]
|
| 318 |
+
[02:59:18]
|
| 319 |
+
[02:59:27]
|
| 320 |
+
[02:59:36]
|
| 321 |
+
[02:59:45]
|
| 322 |
+
[02:59:59]
|
| 323 |
+
[03:00:03]
|
| 324 |
+
[03:00:12]
|
data-lite/files/SAMP/colorcycle.dat
ADDED
|
@@ -0,0 +1,268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 2 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 3 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 4 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 5 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 6 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 7 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 8 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 9 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 10 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 11 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 12 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 13 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 14 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 15 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 16 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 17 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 18 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 19 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 20 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 21 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 22 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 23 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 24 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 25 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 26 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 27 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 28 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 29 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 30 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 31 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 32 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 33 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 34 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 35 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 36 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 37 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 38 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 39 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 40 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 41 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 42 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 43 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 44 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 45 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 46 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 47 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 48 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 49 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 50 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 51 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 52 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 53 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 54 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 55 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 56 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 57 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 58 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 59 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 60 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 61 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 62 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 63 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 64 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 65 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 66 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 67 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 68 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 69 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 70 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 71 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 72 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 73 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 74 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 75 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 76 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 77 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 78 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 79 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 80 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 81 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 82 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 83 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 84 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 85 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 86 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 87 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 88 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 89 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 90 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 91 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 92 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 93 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 94 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 95 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 96 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 97 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 98 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 99 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 100 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 101 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 102 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 103 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 104 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 105 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 106 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 107 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 108 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 109 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 110 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 111 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 112 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 113 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 114 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 115 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 116 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 117 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 118 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 119 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 120 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 121 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 122 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 123 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 124 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 125 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 126 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 127 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 128 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 129 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 130 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 131 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 132 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 133 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 134 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 135 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 136 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 137 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 138 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 139 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 140 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 141 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 142 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 143 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 144 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 145 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 146 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 147 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 148 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 149 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 150 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 151 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 152 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 153 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 154 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 155 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 156 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 157 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 158 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 159 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 160 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 161 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 162 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 163 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 164 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 165 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 166 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 167 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 168 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 169 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 170 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 171 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 172 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 173 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 174 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 175 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 176 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 177 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 178 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 179 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 180 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 181 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 182 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 183 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 184 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 185 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 186 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 187 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 188 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 189 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 190 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 191 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 192 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 193 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 194 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 195 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 196 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 197 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 198 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 199 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 200 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 201 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 202 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 203 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 204 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 205 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 206 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 207 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 208 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 209 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 210 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 211 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 212 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 213 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 214 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 215 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 216 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 217 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 218 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 219 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 220 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 221 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 222 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 223 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 224 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 225 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 226 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 227 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 228 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 229 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 230 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 231 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 232 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 233 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 234 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 235 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 236 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 237 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 238 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 239 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 240 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 241 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 242 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 243 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 244 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 245 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 246 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 247 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 248 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 249 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 250 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 251 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 252 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 253 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 254 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 255 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 256 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 257 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 258 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 259 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 260 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 261 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 262 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 263 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 264 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 265 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 266 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 267 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
| 268 |
+
3.050 -0.200 -1.050 -0.000 -0.200 3.050 -1.050 -0.000 -0.200 -1.050 3.050 -0.000
|
data-lite/files/SAMP/crash_log.txt
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
========CRASH EXCEPTED========
|
| 2 |
+
SA:MP BUILD DATE: Dec 10 2025 19:58:38
|
| 3 |
+
Last rendered model: 0
|
| 4 |
+
Renderqueue offset: 20 | name: rqTextureMipMode
|
| 5 |
+
TrianglePlanes 0x0 0
|
| 6 |
+
==============================
|
| 7 |
+
SIGSEGV | Fault address: 0x0
|
| 8 |
+
BASE ADDRESSES:
|
| 9 |
+
libGTASA: 0x7B888000
|
| 10 |
+
libSAMP: 0x7AE80000
|
| 11 |
+
libc: 0xAFD05000
|
| 12 |
+
==============================
|
| 13 |
+
REGISTER STATES:
|
| 14 |
+
r0: 0x0, r1: 0x246D55, r2: 0x1BDD35, r3: 0x0
|
| 15 |
+
r4: 0x799af11c, r5: 0xffffffff, r6: 0x0, r7: 0x799aefb8
|
| 16 |
+
r8: 0x1, r9: 0xadf7c550, sl: 0x7a0dbbb0, fp: 0x0
|
| 17 |
+
ip: 0xafd92b00, sp: 0x799aef90, lr: 0xafd814d9, pc: 0x7baced68
|
| 18 |
+
==============================
|
| 19 |
+
BACKTRACE:
|
| 20 |
+
1: libGTASA.so + 0x246D68
|
| 21 |
+
2: libGTASA.so + 0x344F94D9
|
| 22 |
+
1: libSAMP.so + 0xC4ED68
|
| 23 |
+
2: libSAMP.so + 0x34F014D9
|
| 24 |
+
1: libc.so + 0xCBDC9D68
|
| 25 |
+
2: libc.so + 0x7C4D9
|
| 26 |
+
==============================
|
| 27 |
+
LAST SYMBOLS:
|
| 28 |
+
PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData
|
| 29 |
+
LR: fread
|
| 30 |
+
==============================
|
| 31 |
+
=======START STACKTRACE=======
|
| 32 |
+
Call: 7BE55760 (GTA: 5CD760 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fread) (SAMP: FD5760) (libc: CC150760)
|
| 33 |
+
Call: 7BACECDD (GTA: 246CDD PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fread) (SAMP: C4ECDD) (libc: CBDC9CDD)
|
| 34 |
+
Call: AD92B25D (GTA: 320A325D PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fread_unlocked) (SAMP: 32AAB25D) (libc: FDC2625D)
|
| 35 |
+
Call: ADB05A83 (GTA: 3227DA83 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fread_unlocked) (SAMP: 32C85A83) (libc: FDE00A83)
|
| 36 |
+
Call: AFD32D15 (GTA: 344AAD15 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: 34EB2D15) (libc: 2DD15)
|
| 37 |
+
Call: AFD32F73 (GTA: 344AAF73 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: 34EB2F73) (libc: 2DF73)
|
| 38 |
+
Call: 7BACE0C3 (GTA: 2460C3 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: C4E0C3) (libc: CBDC90C3)
|
| 39 |
+
Call: 7BEC5CD8 (GTA: 63DCD8 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: 1045CD8) (libc: CC1C0CD8)
|
| 40 |
+
Call: 7BE55760 (GTA: 5CD760 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: FD5760) (libc: CC150760)
|
| 41 |
+
Call: 7BEC5CE4 (GTA: 63DCE4 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: 1045CE4) (libc: CC1C0CE4)
|
| 42 |
+
Call: 7BEC5CC8 (GTA: 63DCC8 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: fwrite) (SAMP: 1045CC8) (libc: CC1C0CC8)
|
| 43 |
+
Call: 7BAC0381 (GTA: 238381 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: popen) (SAMP: C40381) (libc: CBDBB381)
|
| 44 |
+
Call: 7BAC03B1 (GTA: 2383B1 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: popen) (SAMP: C403B1) (libc: CBDBB3B1)
|
| 45 |
+
Call: 7BABF6B1 (GTA: 2376B1 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: popen) (SAMP: C3F6B1) (libc: CBDBA6B1)
|
| 46 |
+
Call: AFD854C9 (GTA: 344FD4C9 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: popen) (SAMP: 34F054C9) (libc: 804C9)
|
| 47 |
+
Call: AFD8549F (GTA: 344FD49F PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: popen) (SAMP: 34F0549F) (libc: 8049F)
|
| 48 |
+
Call: AFD3E747 (GTA: 344B6747 PC: _ZN8LoadTask12TryLoadSoundEiR9SoundData LR: popen) (SAMP: 34EBE747) (libc: 39747)
|
| 49 |
+
Call: AFD8549F (GTA: 344FD49F PC: _ZN13CAEMP3Decoder13GetSampleRateEv LR: popen) (SAMP: 34F0549F) (libc: 8049F)
|
| 50 |
+
Call: 7BABF68D (GTA: 23768D PC: _ZN13CAEMP3Decoder19GetStreamPlayTimeMsEv LR: popen) (SAMP: C3F68D) (libc: CBDBA68D)
|
data-lite/files/SAMP/favorites.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"servers":[{"ip":"158.69.153.221","port":7777},{"ip":"fivem.brasilplaylife.com.br","port":7777},{"ip":"ip.sttserver.net","port":7777},{"ip":"15.204.150.91","port":29689}]}
|
data-lite/files/SAMP/gta.dat
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# Load IDEs first, then the models and after that the IPLs
|
| 3 |
+
#
|
| 4 |
+
|
| 5 |
+
IMG DATA\SCRIPT\SCRIPT.IMG
|
| 6 |
+
IMG MODELS\CUTSCENE.IMG
|
| 7 |
+
|
| 8 |
+
SPLASH loadsc2
|
| 9 |
+
|
| 10 |
+
#
|
| 11 |
+
# Object types
|
| 12 |
+
#
|
| 13 |
+
IDE DATA\MAPS\generic\vegepart.IDE
|
| 14 |
+
IDE DATA\MAPS\generic\barriers.IDE
|
| 15 |
+
IDE DATA\MAPS\generic\dynamic.IDE
|
| 16 |
+
IDE DATA\MAPS\generic\dynamic2.IDE
|
| 17 |
+
IDE DATA\MAPS\generic\multiobj.IDE
|
| 18 |
+
IDE DATA\MAPS\generic\procobj.IDE
|
| 19 |
+
IDE DATA\MAPS\LA\LAn.IDE
|
| 20 |
+
IDE DATA\MAPS\LA\LAn2.IDE
|
| 21 |
+
IDE DATA\MAPS\LA\LAs.IDE
|
| 22 |
+
IDE DATA\MAPS\LA\LAs2.IDE
|
| 23 |
+
IDE DATA\MAPS\LA\LAe.IDE
|
| 24 |
+
IDE DATA\MAPS\LA\LAe2.IDE
|
| 25 |
+
IDE DATA\MAPS\LA\LAw2.IDE
|
| 26 |
+
IDE DATA\MAPS\LA\LAw.IDE
|
| 27 |
+
IDE DATA\MAPS\LA\LAwn.IDE
|
| 28 |
+
IDE DATA\MAPS\LA\LAhills.IDE
|
| 29 |
+
IDE DATA\MAPS\LA\LAxref.IDE
|
| 30 |
+
IDE DATA\MAPS\SF\SFn.IDE
|
| 31 |
+
IDE DATA\MAPS\SF\SFs.IDE
|
| 32 |
+
IDE DATA\MAPS\SF\SFse.IDE
|
| 33 |
+
IDE DATA\MAPS\SF\SFe.IDE
|
| 34 |
+
IDE DATA\MAPS\SF\SFw.IDE
|
| 35 |
+
IDE DATA\MAPS\SF\SFxref.IDE
|
| 36 |
+
IDE DATA\MAPS\vegas\vegasN.IDE
|
| 37 |
+
IDE DATA\MAPS\vegas\vegasS.IDE
|
| 38 |
+
IDE DATA\MAPS\vegas\vegasE.IDE
|
| 39 |
+
IDE DATA\MAPS\vegas\vegasW.IDE
|
| 40 |
+
IDE DATA\MAPS\vegas\vegaxref.IDE
|
| 41 |
+
IDE DATA\MAPS\country\countryN.IDE
|
| 42 |
+
IDE DATA\MAPS\country\countN2.IDE
|
| 43 |
+
IDE DATA\MAPS\country\countryS.IDE
|
| 44 |
+
IDE DATA\MAPS\country\countryE.IDE
|
| 45 |
+
IDE DATA\MAPS\country\countryW.IDE
|
| 46 |
+
IDE DATA\MAPS\country\counxref.IDE
|
| 47 |
+
IDE DATA\MAPS\interior\int_LA.IDE
|
| 48 |
+
IDE DATA\MAPS\interior\int_SF.IDE
|
| 49 |
+
IDE DATA\MAPS\interior\int_veg.IDE
|
| 50 |
+
IDE DATA\MAPS\interior\int_cont.IDE
|
| 51 |
+
IDE DATA\MAPS\leveldes\levelmap.IDE
|
| 52 |
+
IDE DATA\MAPS\leveldes\levelxre.IDE
|
| 53 |
+
IDE DATA\MAPS\interior\gen_int1.IDE
|
| 54 |
+
IDE DATA\MAPS\interior\gen_int2.IDE
|
| 55 |
+
IDE DATA\MAPS\interior\gen_intb.IDE
|
| 56 |
+
IDE DATA\MAPS\interior\gen_int3.IDE
|
| 57 |
+
IDE DATA\MAPS\interior\gen_int4.IDE
|
| 58 |
+
IDE DATA\MAPS\interior\gen_int5.IDE
|
| 59 |
+
IDE DATA\MAPS\interior\savehous.IDE
|
| 60 |
+
IDE DATA\MAPS\interior\stadint.IDE
|
| 61 |
+
IDE DATA\MAPS\leveldes\seabed.IDE
|
| 62 |
+
|
| 63 |
+
# interiors
|
| 64 |
+
IDE DATA\MAPS\interior\props.IDE
|
| 65 |
+
IDE DATA\MAPS\interior\props2.IDE
|
| 66 |
+
IDE DATA\MAPS\interior\propext.IDE
|
| 67 |
+
|
| 68 |
+
# vehicle upgrade models
|
| 69 |
+
IDE DATA\MAPS\veh_mods\veh_mods.IDE
|
| 70 |
+
|
| 71 |
+
# txd parents
|
| 72 |
+
IDE DATA\TXDCUT.IDE
|
| 73 |
+
|
| 74 |
+
# sa-mp additions
|
| 75 |
+
IDE SAMP\samp.IDE
|
| 76 |
+
|
| 77 |
+
# have to load map.zon before any of the IPLs
|
| 78 |
+
IPL DATA\MAP.ZON
|
| 79 |
+
# IPL DATA\NAVIG.ZON
|
| 80 |
+
IPL DATA\INFO.ZON
|
| 81 |
+
|
| 82 |
+
#
|
| 83 |
+
# Scene information
|
| 84 |
+
#
|
| 85 |
+
|
| 86 |
+
SPLASH loadsc2
|
| 87 |
+
|
| 88 |
+
IPL DATA\MAPS\LA\LAn.IPL
|
| 89 |
+
IPL DATA\MAPS\LA\LAn2.IPL
|
| 90 |
+
IPL DATA\MAPS\LA\LAs.IPL
|
| 91 |
+
IPL DATA\MAPS\LA\LAs2.IPL
|
| 92 |
+
IPL DATA\MAPS\LA\LAe.IPL
|
| 93 |
+
IPL DATA\MAPS\LA\LAe2.IPL
|
| 94 |
+
IPL DATA\MAPS\LA\LAw.IPL
|
| 95 |
+
IPL DATA\MAPS\LA\LAwn.IPL
|
| 96 |
+
IPL DATA\MAPS\LA\LAw2.IPL
|
| 97 |
+
IPL DATA\MAPS\LA\LAhills.IPL
|
| 98 |
+
IPL DATA\MAPS\SF\SFn.IPL
|
| 99 |
+
IPL DATA\MAPS\SF\SFs.IPL
|
| 100 |
+
IPL DATA\MAPS\SF\SFse.IPL
|
| 101 |
+
IPL DATA\MAPS\SF\SFe.IPL
|
| 102 |
+
IPL DATA\MAPS\SF\SFw.IPL
|
| 103 |
+
IPL DATA\MAPS\vegas\vegasN.IPL
|
| 104 |
+
IPL DATA\MAPS\vegas\vegasS.IPL
|
| 105 |
+
IPL DATA\MAPS\vegas\vegasE.IPL
|
| 106 |
+
IPL DATA\MAPS\vegas\vegasW.IPL
|
| 107 |
+
IPL DATA\MAPS\country\countryN.IPL
|
| 108 |
+
IPL DATA\MAPS\country\countN2.IPL
|
| 109 |
+
IPL DATA\MAPS\country\countrys.IPL
|
| 110 |
+
IPL DATA\MAPS\country\countryE.IPL
|
| 111 |
+
IPL DATA\MAPS\country\countryW.IPL
|
| 112 |
+
|
| 113 |
+
# interiors
|
| 114 |
+
IPL DATA\MAPS\interior\int_LA.IPL
|
| 115 |
+
IPL DATA\MAPS\interior\int_SF.IPL
|
| 116 |
+
IPL DATA\MAPS\interior\int_veg.IPL
|
| 117 |
+
IPL DATA\MAPS\interior\int_cont.IPL
|
| 118 |
+
IPL DATA\MAPS\interior\gen_int1.IPL
|
| 119 |
+
IPL DATA\MAPS\interior\gen_int2.IPL
|
| 120 |
+
IPL DATA\MAPS\interior\gen_intb.IPL
|
| 121 |
+
IPL DATA\MAPS\interior\gen_int3.IPL
|
| 122 |
+
IPL DATA\MAPS\interior\gen_int4.IPL
|
| 123 |
+
IPL DATA\MAPS\interior\gen_int5.IPL
|
| 124 |
+
IPL DATA\MAPS\interior\stadint.IPL
|
| 125 |
+
IPL DATA\MAPS\interior\savehous.IPL
|
| 126 |
+
|
| 127 |
+
# level design
|
| 128 |
+
IPL DATA\MAPS\leveldes\levelmap.IPL
|
| 129 |
+
IPL DATA\MAPS\leveldes\seabed.IPL
|
| 130 |
+
IPL DATA\MAPS\paths.ipl
|
| 131 |
+
IPL DATA\MAPS\paths2.ipl
|
| 132 |
+
IPL DATA\MAPS\paths3.ipl
|
| 133 |
+
IPL DATA\MAPS\paths4.ipl
|
| 134 |
+
IPL DATA\MAPS\paths5.ipl
|
| 135 |
+
IPL DATA\MAPS\cull.ipl
|
| 136 |
+
IPL DATA\MAPS\tunnels.ipl
|
| 137 |
+
IPL DATA\MAPS\occluSF.ipl
|
| 138 |
+
IPL DATA\MAPS\occluveg.ipl
|
| 139 |
+
IPL DATA\MAPS\occluLA.ipl
|
| 140 |
+
IPL DATA\MAPS\occluint.ipl
|
| 141 |
+
IPL DATA\MAPS\audiozon.ipl
|
| 142 |
+
|
| 143 |
+
#
|
| 144 |
+
# Interiors
|
| 145 |
+
#
|
| 146 |
+
SPLASH loadsc4
|
| 147 |
+
|
| 148 |
+
|
data-lite/files/SAMP/handling.cfg
ADDED
|
@@ -0,0 +1,516 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
; Author: Bill Henderson
|
| 2 |
+
; Created 10/12/1999
|
| 3 |
+
;
|
| 4 |
+
; > COMMENTS <
|
| 5 |
+
; ------------
|
| 6 |
+
; TWEAK AT YOUR OWN RISK
|
| 7 |
+
;
|
| 8 |
+
; > UNITS <
|
| 9 |
+
; ---------
|
| 10 |
+
; vehicle identifier 14 characters max
|
| 11 |
+
; dimensions in metres
|
| 12 |
+
; mass in Kg
|
| 13 |
+
; velocity in Km/h
|
| 14 |
+
; acceleration/deceleration in ms-2
|
| 15 |
+
; multipliers x1.0 is default
|
| 16 |
+
; angles in degrees
|
| 17 |
+
; Levels :- (L)ow, (M)edium, (H)igh
|
| 18 |
+
; buoyancy = percent submerged (> 100% vehicle sinks)
|
| 19 |
+
; engine type :- (P)etrol, (D)iesel, (E)lectric
|
| 20 |
+
; engine drive :- (F)ront, (R)ear, (4)-wheel drive
|
| 21 |
+
;
|
| 22 |
+
; > FIELD DESCRIPTIONS <
|
| 23 |
+
; ----------------------
|
| 24 |
+
; (A) vehicle identifier [14 characters max]
|
| 25 |
+
; (B) fMass [1.0 to 50000.0]
|
| 26 |
+
; (C) fTurnMass //was////Dimensions.x [0.0 > x > 20.0]
|
| 27 |
+
; (D) fDragMult //was////Dimensions.y [0.0 > x > 20.0]
|
| 28 |
+
; (E) (not used) //was////Dimensions.z, [0.0 > x > 20.0]
|
| 29 |
+
; (F) CentreOfMass.x [-10.0 > x > 10.0]
|
| 30 |
+
; (G) CentreOfMass.y [-10.0 > x > 10.0]
|
| 31 |
+
; (H) CentreOfMass.z [-10.0 > x > 10.0]
|
| 32 |
+
; (I) nPercentSubmerged [10 to 120]
|
| 33 |
+
; (J) fTractionMultiplier [0.5 to 2.0]
|
| 34 |
+
; (K) fTractionLoss [0.0 > x > 1.0]
|
| 35 |
+
; (L) fTractionBias [0.0 > x > 1.0]
|
| 36 |
+
; (M) TransmissionData.nNumberOfGears [1 to 4]
|
| 37 |
+
; (N) TransmissionData.fMaxVelocity [5.0 to 150.0]
|
| 38 |
+
; (O) TransmissionData.fEngineAcceleration [0.1 to 10.0]
|
| 39 |
+
; (P) TransmissionData.fEngineInertia [0.0 to 50.0]
|
| 40 |
+
; (Q) TransmissionData.nDriveType [F/R/4]
|
| 41 |
+
; (R) TransmissionData.nEngineType [P/D/E]
|
| 42 |
+
; (S) fBrakeDeceleration [0.1 to 10.0]
|
| 43 |
+
; (T) fBrakeBias [0.0 > x > 1.0]
|
| 44 |
+
; (U) bABS [0/1]
|
| 45 |
+
; (V) fSteeringLock [10.0 to 40.0]
|
| 46 |
+
;
|
| 47 |
+
; (a) fSuspensionForceLevel not [L/M/H]
|
| 48 |
+
; (b) fSuspensionDampingLevel not [L/M/H]
|
| 49 |
+
; (c) fSuspensionHighSpdComDamp often zero - 200.0 or more for bouncy vehicles
|
| 50 |
+
; (d) suspension upper limit
|
| 51 |
+
; (e) suspension lower limit
|
| 52 |
+
; (f) suspension bias between front and rear
|
| 53 |
+
; (g) suspension anti-dive multiplier
|
| 54 |
+
;
|
| 55 |
+
; (aa) fSeatOffsetDistance // ped seat position offset towards centre of car
|
| 56 |
+
; (ab) fCollisionDamageMultiplier [0.2 to 5.0]
|
| 57 |
+
; (ac) nMonetaryValue [1 to 100000]
|
| 58 |
+
;
|
| 59 |
+
; (af) modelFlags!!! WARNING - Now written HEX for easier reading of flags
|
| 60 |
+
;
|
| 61 |
+
; 1st digit 1: IS_VAN 2: IS_BUS 4: IS_LOW 8: IS_BIG
|
| 62 |
+
; 2nd digit 1: REVERSE_BONNET 2: HANGING_BOOT 4: TAILGATE_BOOT 8: NOSWING_BOOT
|
| 63 |
+
; 3rd digit 1: NO_DOORS 2: TANDEM_SEATS 4: SIT_IN_BOAT 8: CONVERTIBLE
|
| 64 |
+
; 4th digit 1: NO_EXHAUST 2: DOUBLE_EXHAUST 4: NO1FPS_LOOK_BEHIND 8: FORCE_DOOR_CHECK
|
| 65 |
+
; 5th digit 1: AXLE_F_NOTILT 2: AXLE_F_SOLID 4: AXLE_F_MCPHERSON 8: AXLE_F_REVERSE
|
| 66 |
+
; 6th digit 1: AXLE_R_NOTILT 2: AXLE_R_SOLID 4: AXLE_R_MCPHERSON 8: AXLE_R_REVERSE
|
| 67 |
+
; 7th digit 1: IS_BIKE 2: IS_HELI 4: IS_PLANE 8: IS_BOAT
|
| 68 |
+
; 8th digit 1: BOUNCE_PANELS 2: DOUBLE_RWHEELS 4: FORCE_GROUND_CLEARANCE 8: IS_HATCHBACK
|
| 69 |
+
;
|
| 70 |
+
; (ag) handlingFlags - written in HEX
|
| 71 |
+
;
|
| 72 |
+
; 1st digit 1: 1G_BOOST 2: 2G_BOOST 4: NPC_ANTI_ROLL 8: NPC_NEUTRAL_HANDL
|
| 73 |
+
; 2nd digit 1: NO_HANDBRAKE 2: STEER_REARWHEELS 4: HB_REARWHEEL_STEER 8: ALT_STEER_OPT
|
| 74 |
+
; 3rd digit 1: WHEEL_F_NARROW2 2: WHEEL_F_NARROW 4: WHEEL_F_WIDE 8: WHEEL_F_WIDE2
|
| 75 |
+
; 4th digit 1: WHEEL_R_NARROW2 2: WHEEL_R_NARROW 4: WHEEL_R_WIDE 8: WHEEL_R_WIDE2
|
| 76 |
+
; 5th digit 1: HYDRAULIC_GEOM 2: HYDRAULIC_INST 4: HYDRAULIC_NONE 8: NOS_INST
|
| 77 |
+
; 6th digit 1: OFFROAD_ABILITY 2: OFFROAD_ABILITY2 4: HALOGEN_LIGHTS 8: PROC_REARWHEEL_1ST
|
| 78 |
+
; 7th digit 1: USE_MAXSP_LIMIT 2: LOW_RIDER 4: STREET_RACER
|
| 79 |
+
; 8th digit 1: SWINGING_CHASSIS
|
| 80 |
+
;
|
| 81 |
+
; (ah) front lights (0 = long, 1 = small, 2 = big, 3 = tall)
|
| 82 |
+
; (ai) rear lights (0 = long, 1 = small, 2 = big, 3 = tall)
|
| 83 |
+
; (aj) vehicle anim group
|
| 84 |
+
;
|
| 85 |
+
; > THE DATA <
|
| 86 |
+
; ----- cars ---------------------------------
|
| 87 |
+
;
|
| 88 |
+
; name mass turnmass drag centreofmass boy traction transmission brakes steer suspension suslines antidive seat col cost mflags hflags lights
|
| 89 |
+
; A B C D F G H I J K L M N O P Q R S T U V a b c d e f g aa ab ac af ag ah ai aj
|
| 90 |
+
LANDSTAL 1700.0 5008.3 2.5 0.0 0.0 -0.3 85 0.75 0.85 0.5 5 160.0 25.0 20.0 4 D 6.2 0.60 0 35.0 2.4 0.08 0.0 0.28 -0.14 0.5 0.25 0.27 0.23 25000 20 500002 0 1 0
|
| 91 |
+
BRAVURA 1300.0 2200.0 1.7 0.0 0.3 0.0 70 0.65 0.80 0.52 5 160.0 15.0 10.0 F P 08.0 0.80 0 30.0 1.3 0.08 0.0 0.31 -0.15 0.57 0.0 0.26 0.50 9000 1 1 0 0 0
|
| 92 |
+
BUFFALO 1500.0 4000.0 2.0 0.0 0.0 -0.1 85 0.7 0.9 0.5 5 200.0 28.0 5.0 R P 11.0 0.45 0 30.0 1.2 0.12 0.0 0.28 -0.24 0.5 0.4 0.25 0.50 35000 2800 10200000 1 1 0
|
| 93 |
+
LINERUN 3800.0 19953.2 5.0 0.0 0.0 -0.2 90 0.95 0.65 0.4 5 120.0 25.0 30.0 R D 8.0 0.30 0 25.0 1.6 0.06 0.0 0.40 -0.20 0.5 0.0 0.65 0.25 35000 6000 200 0 1 2
|
| 94 |
+
PEREN 1200.0 3000.0 2.5 0.0 0.1 0.0 70 0.70 0.90 0.48 5 150.0 18.0 20.0 F P 4.0 0.80 0 30.0 1.4 0.1 0.0 0.37 -0.17 0.5 0.0 0.2 0.60 10000 20 0 1 1 0
|
| 95 |
+
SENTINEL 1600.0 4000.0 2.2 0.0 0.0 -0.2 75 0.65 0.75 0.5 5 165.0 24.0 10.0 R P 10.0 0.5 0 27.0 1.0 0.08 0.0 0.30 -0.20 0.5 0.3 0.2 0.56 35000 0 400000 0 1 0
|
| 96 |
+
DUMPER 20000.0 200000.0 4.0 0.0 0.5 -0.4 90 0.78 0.8 0.55 4 110.0 25.0 30.0 R D 03.17 0.40 0 30.0 0.8 0.06 0.0 0.20 -0.30 0.55 0.0 0.45 0.20 5000 c008 1340201 0 1 20
|
| 97 |
+
FIRETRUK 6500.0 36670.8 3.0 0.0 0.0 0.0 90 0.55 0.8 0.5 5 170.0 27.0 10.0 R D 10.00 0.45 0 27.0 1.2 0.08 0.0 0.47 -0.17 0.5 0.0 0.2 0.26 15000 4098 0 0 1 2
|
| 98 |
+
TRASH 5500.0 33187.9 5.0 0.0 0.0 -0.2 90 0.60 0.9 0.5 4 110.0 20.0 30.0 R D 3.5 0.40 0 30.0 1.0 0.06 0.0 0.45 -0.25 0.55 0.3 0.45 0.20 5000 4008 200 0 1 0
|
| 99 |
+
STRETCH 2200.0 10000.0 1.8 0.0 0.0 0.0 75 0.60 0.8 0.5 5 180.0 18.0 25.0 R P 10.0 0.40 0 30.0 1.1 0.07 0.0 0.35 -0.20 0.5 0.0 0.2 0.72 40000 282000 10400001 1 1 0
|
| 100 |
+
MANANA 1000.0 1400.0 2.8 0.0 0.2 0.0 70 0.80 0.8 0.5 3 160.0 19.0 15.0 F P 8.0 0.80 0 30.0 1.2 0.10 5.0 0.31 -0.15 0.5 0.2 0.26 0.50 9000 0 0 0 0 0
|
| 101 |
+
INFERNUS 1400.0 2725.3 1.5 0.0 0.0 -0.25 70 0.70 0.8 0.50 5 240.0 30.0 10.0 4 P 11.0 0.51 0 30.0 1.2 0.19 0.0 0.25 -0.10 0.5 0.4 0.37 0.72 95000 40002004 C04000 1 1 1
|
| 102 |
+
VOODOO 1800.0 4411.5 2.0 0.0 -0.1 -0.2 70 0.95 0.80 0.45 5 160.0 23.0 5.0 R P 6.50 0.50 0 30.0 1.0 0.08 0.0 0.20 -0.25 0.5 0.6 0.26 0.41 30000 0 2410008 1 1 0
|
| 103 |
+
PONY 2600.0 8666.7 3.0 0.0 0.0 -0.25 80 0.55 0.90 0.50 5 160.0 15.0 25.0 R D 6.0 0.80 0 30.0 2.6 0.07 0.0 0.35 -0.15 0.25 0.0 0.2 0.50 20000 4001 1 0 3 13
|
| 104 |
+
MULE 3500.0 14000.0 4.0 0.0 0.0 0.1 80 0.55 0.85 0.46 5 140.0 18.0 20.0 R D 4.5 0.60 0 30.0 2.0 0.07 5.0 0.30 -0.15 0.5 0.0 0.46 0.53 22000 4088 0 0 3 0
|
| 105 |
+
CHEETAH 1200.0 3000.0 2.0 0.0 -0.2 -0.2 70 0.80 0.9 0.50 5 230.0 30.0 10.0 R P 11.1 0.48 0 35.0 0.8 0.20 0.0 0.10 -0.15 0.5 0.6 0.40 0.54 105000 c0002004 208000 0 0 1
|
| 106 |
+
AMBULAN 2600.0 10202.8 2.5 0.0 0.0 -0.1 90 0.75 0.80 0.47 5 155.0 24.0 10.0 4 D 7.0 0.55 0 35.0 1.0 0.07 0.0 0.40 -0.20 0.5 0.0 0.58 0.33 10000 4001 4 0 1 13
|
| 107 |
+
MOONBEAM 2000.0 5848.3 2.8 0.0 0.2 -0.1 85 0.60 0.80 0.50 5 150.0 15.0 15.0 R D 5.5 0.6 0 30.0 1.4 0.1 0.0 0.35 -0.15 0.55 0.0 0.2 0.75 16000 20 0 1 3 0
|
| 108 |
+
ESPERANT 1800.0 4350.0 2.0 0.0 0.0 0.0 70 0.55 0.88 0.52 5 160.0 18.0 5.0 R P 4.0 0.60 0 28.0 1.0 0.05 1.0 0.35 -0.18 0.5 0.0 0.36 0.54 19000 40000000 10000000 0 3 0
|
| 109 |
+
TAXI 1450.0 4056.4 2.2 0.0 0.3 -0.25 75 0.80 0.75 0.45 5 180.0 19.0 10.0 F P 9.1 0.60 0 35.0 1.4 0.1 0.0 0.25 -0.15 0.54 0.0 0.2 0.51 20000 0 200000 0 1 0
|
| 110 |
+
WASHING 1850.0 5000.0 2.2 0.0 0.0 -0.1 75 0.75 0.65 0.52 5 180.0 21.0 10.0 R P 7.5 0.65 0 30.0 1.0 0.20 0.0 0.27 -0.20 0.5 0.35 0.24 0.60 18000 0 10400000 1 1 0
|
| 111 |
+
BOBCAT 1700.0 4000.0 2.5 0.0 0.05 -0.2 75 0.65 0.85 0.57 5 165.0 20.0 15.0 4 D 8.5 0.5 0 35.0 1.5 0.10 5.0 0.35 -0.18 0.4 0.0 0.26 0.20 26000 40 104004 0 1 0
|
| 112 |
+
MRWHOOP 1700.0 4108.3 3.5 0.0 0.0 0.0 85 0.75 0.75 0.5 5 145.0 14.0 50.0 R D 4.17 0.80 0 35.0 1.2 0.1 0.0 0.35 -0.15 0.5 0.0 0.24 0.77 29000 88 2 0 1 0
|
| 113 |
+
BFINJECT 1200.0 2000.0 4.0 0.0 -0.1 -0.1 80 0.75 0.85 0.5 4 170.0 30.0 10.0 R P 6.0 0.50 0 35.0 1.0 0.07 5.0 0.20 -0.15 0.45 0.0 0.38 0.40 15000 201904 308200 1 2 25
|
| 114 |
+
PREMIER 1600.0 3921.3 1.8 0.0 -0.4 0.0 75 0.75 0.85 0.52 5 200.0 22.0 10.0 R P 10.0 0.53 0 35.0 1.3 0.12 0.0 0.28 -0.12 0.38 0.0 0.2 0.24 25000 40000000 10200008 0 1 0
|
| 115 |
+
ENFORCER 4000.0 17333.3 1.8 0.0 0.1 0.0 85 0.55 0.8 0.48 5 170.0 20.0 20.0 R D 5.4 0.45 0 27.0 1.4 0.1 0.0 0.40 -0.25 0.5 0.0 0.32 0.16 40000 4011 0 0 1 13
|
| 116 |
+
SECURICA 7000.0 30916.7 1.5 0.0 0.0 0.0 90 0.50 0.7 0.46 5 170.0 15.0 30.0 R D 8.4 0.45 0 27.0 1.0 0.06 0.0 0.35 -0.15 0.5 0.0 0.27 0.35 40000 4001 4 1 1 13
|
| 117 |
+
BANSHEE 1400.0 3000.0 2.0 0.0 0.0 -0.20 70 0.75 0.89 0.50 5 200.0 33.0 10.0 R P 8.0 0.52 0 34.0 1.6 0.10 5.0 0.30 -0.15 0.5 0.3 0.15 0.49 45000 2004 200000 1 1 1
|
| 118 |
+
BUS 5500.0 33187.9 2.0 0.0 0.5 0.0 90 0.75 0.85 0.40 4 130.0 14.0 50.0 R D 4.17 0.40 0 30.0 1.2 0.07 0.0 0.45 -0.25 0.45 0.0 0.2 0.75 15000 4002 0 1 1 16
|
| 119 |
+
RHINO 25000.0 250000.0 5.0 0.0 0.0 0.0 90 2.50 0.8 0.5 4 80.0 40.0 150.0 4 D 5.0 0.50 0 35.0 0.4 0.02 0.0 0.35 -0.10 0.5 0.0 0.22 0.09 110000 40008008 308840 0 1 24
|
| 120 |
+
BARRACKS 10500.0 61407.5 4.0 0.0 0.0 0.0 90 0.65 0.7 0.47 5 180.0 20.0 25.0 4 D 4.00 0.40 0 27.0 1.2 0.05 0.0 0.47 -0.17 0.5 0.0 0.62 0.26 10000 200809 100000 0 1 2
|
| 121 |
+
HOTKNIFE 1400.0 3400.0 2.5 0.0 0.3 -0.3 75 0.75 0.8 0.5 5 200.0 28.0 5.0 R P 11.0 0.45 0 30.0 0.8 0.08 0.0 0.28 -0.20 0.4 0.3 0.20 0.60 35000 40006800 8000 1 1 0
|
| 122 |
+
ARTICT1 3800.0 30000.0 2.0 0.0 0.0 -0.5 90 0.45 0.75 0.5 5 120.0 18.0 5.0 R D 8.0 0.30 0 25.0 1.5 0.05 0.0 0.30 -0.15 0.5 0.0 0.65 0.25 35000 20002000 0000 0 1 0
|
| 123 |
+
PREVION 1400.0 3000.0 2.0 0.0 0.3 -0.1 70 0.70 0.80 0.45 4 160.0 18.0 7.0 F P 8.0 0.65 0 35.0 1.1 0.08 2.0 0.31 -0.18 0.55 0.3 0.21 0.50 9000 0 0 0 0 0
|
| 124 |
+
COACH 9500.0 57324.6 1.8 0.0 0.0 0.0 90 0.65 0.85 0.35 5 160.0 18.0 10.0 R D 5.7 0.35 0 30.0 1.5 0.04 0.0 0.45 -0.25 0.5 0.0 0.45 0.48 20000 2 200000 0 1 15
|
| 125 |
+
CABBIE 1750.0 4351.7 2.9 0.0 0.1 -0.15 75 0.75 0.85 0.51 4 160.0 24.0 6.0 R P 7.0 0.44 0 40.0 0.7 0.06 2.0 0.25 -0.30 0.5 0.5 0.2 0.40 10000 0 0 1 1 0
|
| 126 |
+
STALLION 1600.0 3921.3 2.0 0.0 0.0 -0.15 70 0.80 0.75 0.55 4 160.0 23.0 5.0 R P 8.17 0.52 0 35.0 1.2 0.1 0.0 0.30 -0.2 0.5 0.0 0.3 0.64 19000 2800 4 1 1 0
|
| 127 |
+
RUMPO 2000.0 4901.7 2.4 0.0 0.4 -0.1 85 0.6 0.75 0.52 5 160.0 18.0 15.0 F P 5.5 0.45 0 30.0 1.4 0.05 0.0 0.43 -0.11 0.5 0.0 0.2 0.60 26000 1 0 0 1 13
|
| 128 |
+
RCBANDIT 100.0 24.1 6.0 0.0 0.05 -0.1 70 0.80 0.90 0.49 1 75.0 35.0 5.0 4 E 5.5 0.50 0 25.0 1.6 0.1 0.0 0.28 -0.08 0.5 0.0 0.2 0.05 500 440000 0 0 1 0
|
| 129 |
+
ROMERO 2500.0 5960.4 2.0 0.0 -0.8 0.2 70 0.75 0.80 0.50 5 150.0 16.0 15.0 R P 4.0 0.80 0 30.0 1.0 0.1 0.0 0.35 -0.15 0.4 0.0 0.2 1.25 10000 40000020 0 0 1 0
|
| 130 |
+
PACKER 8000.0 48273.3 2.0 0.0 0.0 0.0 90 0.65 0.85 0.35 5 150.0 13.0 5.0 R D 5.7 0.35 0 30.0 1.5 0.04 0.0 0.45 -0.25 0.5 0.0 0.56 0.40 20000 4000 440000 0 1 2
|
| 131 |
+
MONSTER 5000.0 20000.0 3.0 0.0 0.0 -0.35 80 0.65 0.85 0.55 5 110.0 45.0 25.0 4 P 7.0 0.45 0 35.0 1.5 0.07 0.0 0.45 -0.30 0.5 0.3 0.44 0.35 40000 28 1300045 0 1 20
|
| 132 |
+
ADMIRAL 1650.0 3851.4 2.0 0.0 0.0 -0.05 75 0.65 0.90 0.51 5 165.0 22.0 8.0 F P 8.5 0.52 0 30.0 1.0 0.15 0.0 0.27 -0.19 0.5 0.55 0.2 0.56 35000 0 400000 0 1 0
|
| 133 |
+
TRAM 1900.0 4795.9 1.0 0.0 -0.3 0.0 85 0.97 0.77 0.51 5 150.0 25.0 5.0 R P 8.5 0.45 0 30.0 1.3 0.08 0.0 0.0 -1.00 0.4 0.5 0.2 0.50 26000 1 400000 0 1 13
|
| 134 |
+
AIRTRAIN 25500.0 139272.5 1.0 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 5.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.0 0.47 -0.17 0.5 0.0 0.2 1.00 10000 0 0 0 1 0
|
| 135 |
+
ARTICT2 3800.0 30000.0 2.0 0.0 0.0 -0.5 90 0.45 0.75 0.5 5 120.0 18.0 5.0 R D 8.0 0.30 0 25.0 1.5 0.05 0.0 0.30 -0.15 0.5 0.0 0.65 0.25 35000 20002000 0000 0 1 0
|
| 136 |
+
TURISMO 1400.0 3000.0 2.0 0.0 -0.3 -0.2 70 0.75 0.85 0.45 5 240.0 30.0 10.0 4 P 11.0 0.51 0 30.0 1.2 0.13 0.0 0.15 -0.20 0.5 0.4 0.17 0.72 95000 40002004 C08401 1 1 1
|
| 137 |
+
FLATBED 8500.0 48804.2 2.5 0.0 0.0 0.3 90 0.70 0.7 0.46 5 140.0 25.0 80.0 R D 10.00 0.45 0 27.0 1.2 0.05 0.0 0.47 -0.17 0.5 0.0 0.62 0.43 10000 801 0 0 1 2
|
| 138 |
+
YANKEE 4500.0 18003.7 3.0 0.0 0.0 0.0 80 0.55 0.70 0.48 5 160.0 14.0 40.0 R D 4.5 0.80 0 30.0 1.8 0.12 0.0 0.30 -0.25 0.5 0.0 0.35 0.45 22000 4088 1 0 1 0
|
| 139 |
+
GOLFCART 1000.0 1354.2 4.0 0.0 0.0 -0.1 70 0.55 0.85 0.5 3 160.0 15.0 30.0 4 E 13.0 0.50 0 30.0 1.0 0.09 0.0 0.28 -0.13 0.5 0.0 0.26 0.50 9000 1100 8804 1 1 0
|
| 140 |
+
SOLAIR 2000.0 5500.0 2.0 0.0 0.0 0.0 75 0.75 0.80 0.52 4 165.0 20.0 10.0 R P 5.0 0.60 0 30.0 1.2 0.1 0.0 0.27 -0.17 0.5 0.2 0.24 0.48 18000 20 0 1 1 0
|
| 141 |
+
TOPFUN 1900.0 6333.3 2.0 0.0 0.0 -0.2 80 0.85 0.70 0.46 5 160.0 15.0 25.0 R D 6.0 0.80 0 30.0 1.5 0.07 2.0 0.35 -0.15 0.4 0.0 0.2 0.43 20000 1 1 0 3 13
|
| 142 |
+
; --- more cars ---------------------------------
|
| 143 |
+
;
|
| 144 |
+
; name mass turnmass drag centreofmass boy traction transmission brakes steer suspension suslines antidive seat col cost mflags hflags lights
|
| 145 |
+
; A B C D F G H I J K L M N O P Q R S T U V a b c d e f g aa ab ac af ag ah ai aj
|
| 146 |
+
GLENDALE 1600.0 4000.0 2.5 0.0 0.0 0.05 75 0.60 0.84 0.52 5 160.0 22.0 15.0 R P 6.2 0.55 0 30.0 0.8 0.07 0.0 0.35 -0.22 0.5 0.5 0.23 0.40 20000 0 10800002 1 1 0
|
| 147 |
+
OCEANIC 1900.0 4529.9 2.0 0.0 0.0 0.0 75 0.67 0.75 0.52 5 160.0 16.0 5.0 R P 5.0 0.55 0 30.0 1.0 0.1 0.0 0.35 -0.17 0.5 0.5 0.23 0.45 20000 0 10800000 2 1 0
|
| 148 |
+
PATRIOT 2500.0 7968.7 2.5 0.0 0.0 0.0 80 0.70 0.85 0.5 5 170.0 25.0 20.0 4 P 8.0 0.50 0 30.0 1.5 0.08 4.0 0.35 -0.35 0.5 0.0 0.28 0.25 40000 8 300000 0 1 0
|
| 149 |
+
HERMES 1950.0 4712.5 2.0 0.0 0.3 0.0 70 0.70 0.75 0.51 5 160.0 18.0 15.0 F P 3.5 0.60 0 28.0 1.0 0.05 0.0 0.35 -0.20 0.58 0.0 0.25 0.42 19000 40002000 1 1 3 0
|
| 150 |
+
SABRE 1700.0 4000.0 2.0 0.0 0.1 0.0 70 0.70 0.80 0.53 4 160.0 24.0 10.0 R P 8.0 0.52 0 35.0 1.3 0.08 5.0 0.30 -0.20 0.5 0.25 0.25 0.52 19000 0 10000006 1 1 0
|
| 151 |
+
ZR350 1400.0 2979.7 2.0 0.0 0.2 -0.1 70 0.80 0.80 0.51 5 200.0 28.0 10.0 R P 11.1 0.52 0 30.0 1.2 0.10 0.0 0.31 -0.15 0.5 0.3 0.24 0.60 45000 0 C00000 1 1 0
|
| 152 |
+
WALTON 1850.0 3534.0 2.5 0.0 0.0 0.0 75 0.70 0.70 0.5 4 150.0 14.0 25.0 4 D 6.5 0.5 0 35.0 1.6 0.12 0.0 0.35 -0.18 0.4 0.0 0.26 0.19 26000 40 10000006 1 1 0
|
| 153 |
+
REGINA 1500.0 3800.0 2.0 0.0 0.2 0.0 75 0.65 0.85 0.52 4 165.0 16.0 25.0 F P 5.0 0.60 0 30.0 1.0 0.1 0.0 0.27 -0.17 0.5 0.2 0.24 0.48 18000 20 1 1 1 0
|
| 154 |
+
COMET 1400.0 2200.0 2.2 0.0 0.1 -0.2 75 0.70 0.9 0.5 5 200.0 30.0 10.0 4 P 11.0 0.45 0 30.0 1.4 0.14 3.0 0.28 -0.15 0.5 0.3 0.25 0.60 35000 40000800 0 1 1 19
|
| 155 |
+
BURRITO 1900.0 5000.0 2.5 0.0 0.0 -0.2 85 0.60 0.87 0.51 5 150.0 25.0 20.0 R P 8.5 0.45 0 30.0 1.3 0.07 2.0 0.40 -0.25 0.4 0.5 0.2 0.50 26000 1 400000 0 1 13
|
| 156 |
+
CAMPER 1900.0 4000.0 2.6 0.0 -0.5 -0.4 85 0.60 0.80 0.46 5 120.0 16.0 20.0 R P 8.5 0.45 0 30.0 1.1 0.08 0.0 0.35 -0.10 0.4 0.5 0.2 0.50 26000 4000c000 400000 0 1 0
|
| 157 |
+
BAGGAGE 1000.0 1354.2 5.0 0.0 0.4 -0.2 70 1.00 0.85 0.5 3 160.0 20.0 30.0 R E 5.0 0.50 0 30.0 2.0 0.09 0.0 0.25 -0.10 0.5 0.0 0.26 0.50 9000 3300 4 1 1 0
|
| 158 |
+
DOZER 10000.0 35000.0 20.0 0.0 -0.5 -0.5 90 0.85 0.8 0.60 5 100.0 35.0 150.0 4 D 5.0 0.40 0 45.0 1.4 0.15 0.0 0.25 -0.20 0.35 0.0 0.45 0.20 5000 308 340220 0 1 17
|
| 159 |
+
RANCHER 2500.0 7604.2 2.5 0.0 0.0 -0.35 80 0.70 0.85 0.54 5 170.0 20.0 5.0 4 P 7.0 0.45 0 35.0 0.8 0.08 0.0 0.45 -0.25 0.45 0.3 0.44 0.35 40000 4020 100004 0 1 0
|
| 160 |
+
FBIRANCH 3500.0 11156.2 2.2 0.0 0.0 -0.2 80 0.80 0.80 0.52 5 170.0 22.0 5.0 4 P 8.5 0.50 0 30.0 0.7 0.15 0.0 0.34 -0.20 0.5 0.5 0.44 0.30 40000 4020 500000 0 1 0
|
| 161 |
+
VIRGO 1700.0 3435.4 2.0 0.0 0.0 -0.1 70 0.70 0.86 0.5 4 160.0 18.0 15.0 R P 7.0 0.50 0 32.0 0.8 0.10 0.0 0.31 -0.15 0.5 0.5 0.26 0.85 9000 40000000 10000000 0 0 0
|
| 162 |
+
GREENWOO 1600.0 4000.0 2.5 0.0 0.0 0.0 70 0.70 0.8 0.52 4 160.0 20.0 20.0 R P 5.4 0.60 0 30.0 1.1 0.12 5.0 0.32 -0.20 0.5 0.0 0.22 0.54 19000 0 10000001 0 3 0
|
| 163 |
+
HOTRING 1600.0 4500.0 1.4 0.0 0.2 -0.4 70 0.85 0.80 0.48 5 220.0 26.0 5.0 R P 10.0 0.52 0 30.0 1.5 0.10 10.0 0.29 -0.16 0.6 0.4 0.20 0.56 45000 40002004 C00000 1 1 0
|
| 164 |
+
SANDKING 2000.0 4000.0 2.2 0.0 0.0 -0.6 80 0.75 0.85 0.5 5 170.0 28.0 10.0 4 P 8.0 0.50 0 30.0 0.8 0.08 0.0 0.35 -0.31 0.5 0.0 0.38 0.35 40000 0 318800 0 1 22
|
| 165 |
+
BLISTAC 1000.0 2141.7 2.4 0.0 0.0 -0.10 50 0.85 0.85 0.5 5 200.0 26.0 5.0 F P 11.0 0.45 0 30.0 1.4 0.1 0.0 0.28 -0.12 0.5 0.0 0.25 0.50 35000 c0000000 C00000 1 1 0
|
| 166 |
+
BOXVILLE 5500.0 23489.6 3.0 0.0 0.0 0.0 80 0.82 0.70 0.46 5 140.0 14.0 25.0 R D 4.5 0.60 0 30.0 0.9 0.08 0.0 0.25 -0.25 0.35 0.6 0.26 0.40 22000 4009 201 0 3 13
|
| 167 |
+
BENSON 3500.0 13865.8 2.3 0.0 0.0 -0.2 80 0.75 0.70 0.46 5 140.0 14.0 20.0 R D 4.5 0.60 0 30.0 1.2 0.20 0.0 0.35 -0.15 0.45 0.0 0.46 0.53 22000 4088 1 1 3 0
|
| 168 |
+
MESA 1300.0 1900.0 3.0 0.0 0.2 -0.3 85 0.70 0.80 0.50 5 160.0 24.0 15.0 4 D 8.0 0.50 0 35.0 1.2 0.08 0.0 0.32 -0.20 0.35 0.4 0.18 0.30 25000 200840 0 0 1 0
|
| 169 |
+
BLOODRA 2100.0 5146.7 2.0 0.0 0.0 0.0 75 0.75 0.70 0.52 5 160.0 24.0 5.0 R P 6.2 0.55 0 35.0 1.0 0.06 3.0 0.35 -0.24 0.5 0.0 0.28 0.30 500 100 10800200 1 1 25
|
| 170 |
+
BLOODRB 1600.0 3866.7 2.0 0.0 0.0 0.0 75 0.80 0.70 0.52 5 160.0 26.0 5.0 R P 6.2 0.55 0 35.0 1.0 0.06 0.0 0.35 -0.17 0.5 0.0 0.28 0.30 500 0 800200 1 1 0
|
| 171 |
+
SUPERGT 1400.0 2800.0 2.0 0.0 -0.2 -0.24 70 0.75 0.86 0.48 5 230.0 26.0 5.0 R P 8.0 0.52 0 30.0 1.0 0.20 0.0 0.25 -0.10 0.5 0.3 0.40 0.54 105000 40002004 208000 0 0 1
|
| 172 |
+
ELEGANT 2200.0 5000.0 1.8 0.0 0.1 -0.1 75 0.70 0.80 0.46 5 165.0 20.0 10.0 R P 6.0 0.55 0 30.0 1.0 0.10 0.0 0.35 -0.15 0.5 0.3 0.2 0.30 35000 40000000 10400000 0 1 0
|
| 173 |
+
JOURNEY 3500.0 13865.8 3.0 0.0 0.0 0.0 80 0.62 0.70 0.46 5 140.0 14.0 25.0 R D 4.5 0.60 0 30.0 1.5 0.11 0.0 0.30 -0.15 0.5 0.0 0.46 0.53 22000 88 1 0 3 0
|
| 174 |
+
PETROL 3800.0 20000.0 2.0 0.0 0.0 -0.2 90 0.85 0.75 0.4 5 120.0 25.0 20.0 R D 8.0 0.30 0 35.0 1.0 0.10 0.0 0.25 -0.20 0.5 0.0 0.35 0.25 35000 20206008 1000001 0 1 2
|
| 175 |
+
RDTRAIN 5000.0 28000.0 2.0 0.0 0.5 -0.4 90 0.95 0.65 0.4 5 120.0 25.0 20.0 R D 8.0 0.30 0 25.0 0.7 0.10 0.0 0.20 -0.17 0.5 0.0 0.65 0.25 35000 20200008 200 0 1 2
|
| 176 |
+
NEBULA 1400.0 4000.0 2.0 0.0 0.3 -0.1 75 0.65 0.80 0.50 5 165.0 20.0 10.0 F P 8.0 0.55 0 30.0 1.4 0.10 0.0 0.27 -0.10 0.58 0.3 0.2 0.56 35000 0 400000 0 1 0
|
| 177 |
+
MAJESTIC 1400.0 3267.8 2.2 0.0 0.1 -0.1 75 0.75 0.80 0.52 5 165.0 22.0 10.0 R P 7.0 0.55 0 30.0 1.3 0.13 0.0 0.27 -0.15 0.5 0.3 0.2 0.56 35000 400000 10400000 0 1 0
|
| 178 |
+
BUCCANEE 1700.0 4500.0 2.2 0.0 0.3 0.0 70 0.60 0.86 0.54 4 160.0 24.0 15.0 R P 5.0 0.52 0 35.0 0.8 0.08 0.0 0.20 -0.20 0.54 0.4 0.3 0.52 19000 40400004 4 1 1 1
|
| 179 |
+
CEMENT 5500.0 33187.9 2.0 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 20.0 20.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.0 0.45 -0.25 0.55 0.0 0.45 0.20 5000 404008 40200 0 1 0
|
| 180 |
+
TOWTRUCK 3500.0 12000.0 2.5 0.0 0.3 -0.25 80 0.85 0.70 0.46 5 160.0 25.0 30.0 R D 6.0 0.80 0 45.0 1.6 0.07 0.0 0.35 -0.15 0.25 0.0 0.2 0.50 20000 240001 1148200 0 3 13
|
| 181 |
+
FORTUNE 1700.0 4166.4 2.0 0.0 0.0 -0.2 70 0.70 0.84 0.53 4 160.0 20.0 10.0 R P 8.17 0.52 0 35.0 1.2 0.15 0.0 0.30 -0.10 0.5 0.25 0.3 0.52 19000 40000000 4 1 1 0
|
| 182 |
+
CADRONA 1200.0 2000.0 2.2 0.0 0.15 -0.1 70 0.70 0.86 0.5 4 160.0 20.0 5.0 R P 8.0 0.60 0 30.0 1.4 0.12 0.0 0.30 -0.08 0.5 0.0 0.26 0.50 9000 40000000 2 0 0 0
|
| 183 |
+
FBITRUCK 4000.0 10000.0 2.0 0.0 0.0 -0.2 85 0.65 0.85 0.54 5 170.0 25.0 25.0 4 D 6.0 0.40 0 30.0 0.8 0.1 0.0 0.30 -0.15 0.5 0.0 0.32 0.16 40000 4001 0 0 1 13
|
| 184 |
+
WILLARD 1800.0 4350.0 2.0 0.0 0.0 0.0 70 0.70 0.8 0.52 4 160.0 18.0 15.0 R P 5.4 0.60 0 30.0 1.1 0.15 0.0 0.32 -0.14 0.5 0.0 0.26 0.54 19000 40000000 0 0 3 0
|
| 185 |
+
FORKLIFT 1000.0 1354.2 2.0 0.0 -0.2 -0.35 70 0.80 0.85 0.5 3 60.0 20.0 15.0 F E 6.0 0.50 0 30.0 2.0 0.14 0.0 0.25 -0.20 0.5 0.0 0.26 0.50 9000 1300 1040024 1 1 0
|
| 186 |
+
TRACTOR 2000.0 5000.0 3.0 0.0 0.0 -0.2 70 0.90 0.85 0.5 4 70.0 20.0 90.0 R D 15.0 0.20 0 50.0 2.0 0.12 0.0 0.25 -0.05 0.5 0.0 0.26 0.50 9000 201310 1340005 1 1 28
|
| 187 |
+
COMBINE 8500.0 48804.2 5.0 0.0 0.3 -0.2 90 0.88 0.7 0.46 5 140.0 25.0 80.0 4 D 10.00 0.45 0 27.0 1.2 0.10 0.0 0.47 -0.11 0.5 0.0 1.20 0.43 10000 12c008 20 0 1 20
|
| 188 |
+
FELTZER 1600.0 4500.0 2.5 0.0 0.0 -0.15 75 0.65 0.9 0.5 5 200.0 28.0 25.0 R P 7.0 0.52 0 30.0 1.1 0.09 0.0 0.30 -0.10 0.5 0.3 0.25 0.60 35000 40002800 0 1 1 19
|
| 189 |
+
REMINGTN 1800.0 4000.0 2.0 0.0 -0.4 -0.2 70 0.75 0.80 0.56 5 160.0 23.0 5.0 R P 6.50 0.50 0 30.0 0.5 0.10 0.0 0.00 -0.20 0.4 0.6 0.21 0.41 30000 40002004 2410000 1 1 1
|
| 190 |
+
SLAMVAN 1950.0 4712.5 4.0 0.0 0.1 0.0 70 0.65 0.90 0.50 5 160.0 40.0 10.0 R P 10.0 0.50 0 28.0 1.6 0.12 0.0 0.35 -0.14 0.5 0.3 0.36 0.42 19000 40002000 2010000 1 3 0
|
| 191 |
+
BLADE 1500.0 2500.0 2.0 0.0 -0.2 0.1 70 0.75 0.84 0.53 4 160.0 24.0 5.0 R P 8.17 0.52 0 35.0 1.0 0.10 0.0 0.30 -0.15 0.44 0.25 0.3 0.52 19000 40202000 12010000 1 1 0
|
| 192 |
+
FREIGHT 5500.0 65000.0 3.0 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 20.0 20.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.0 0.45 0.0 0.55 0.0 0.45 0.20 5000 8 200 0 1 2
|
| 193 |
+
STREAK 5500.0 65000.0 3.0 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 20.0 20.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.0 0.45 -0.10 0.55 0.0 0.65 0.20 5000 8 200 0 1 2
|
| 194 |
+
VINCENT 1800.0 3000.0 2.0 0.0 0.3 0.0 70 0.70 0.8 0.5 4 160.0 18.0 20.0 F P 5.4 0.60 0 30.0 1.0 0.09 0.0 0.32 -0.16 0.56 0.0 0.26 0.54 19000 0 2 0 3 0
|
| 195 |
+
BULLET 1200.0 2500.0 1.8 0.0 -0.15 -0.2 70 0.75 0.90 0.48 5 230.0 30.0 10.0 R P 8.0 0.58 0 30.0 1.0 0.13 5.0 0.25 -0.10 0.45 0.3 0.15 0.54 105000 c0002004 204000 0 0 1
|
| 196 |
+
; ---- more more cars ----------------------------------
|
| 197 |
+
;
|
| 198 |
+
; name mass turnmass drag centreofmass boy traction transmission brakes steer suspension suslines antidive seat col cost mflags hflags lights
|
| 199 |
+
; A B C D F G H I J K L M N O P Q R S T U V a b c d e f g aa ab ac af ag ah ai aj
|
| 200 |
+
CLOVER 1600.0 3000.0 2.2 0.0 0.0 0.0 70 0.65 0.80 0.52 4 160.0 24.0 10.0 R P 8.0 0.5 0 35.0 1.0 0.10 0.0 0.30 -0.10 0.5 0.25 0.25 0.52 19000 40280000 10008004 1 1 0
|
| 201 |
+
SADLER 1700.0 4500.0 2.7 0.0 0.0 -0.05 75 0.65 0.70 0.5 5 165.0 25.0 20.0 4 D 8.5 0.5 0 35.0 0.8 0.08 3.0 0.25 -0.15 0.4 0.4 0.26 0.20 26000 200040 104004 0 1 0
|
| 202 |
+
RANGER 1700.0 4108.3 2.5 0.0 0.0 0.0 85 0.85 0.85 0.51 5 160.0 20.0 5.0 4 D 6.2 0.60 0 35.0 1.7 0.08 0.0 0.25 -0.15 0.5 0.25 0.27 0.23 25000 20 700000 0 1 0
|
| 203 |
+
HUSTLER 1700.0 4000.0 2.5 0.0 0.0 -0.05 75 0.75 0.75 0.52 5 160.0 22.0 10.0 R P 8.0 0.50 0 30.0 0.45 0.1 0.0 0.10 -0.15 0.5 0.5 0.18 0.45 20000 0 800000 2 1 0
|
| 204 |
+
INTRUDER 1800.0 4350.0 2.0 0.0 0.0 0.0 70 0.70 0.8 0.49 5 160.0 18.0 25.0 R P 5.4 0.60 0 30.0 1.0 0.09 0.0 0.32 -0.15 0.54 0.0 0.26 0.54 19000 0 2 0 3 0
|
| 205 |
+
PRIMO 1600.0 3300.0 2.2 0.0 0.0 0.0 70 0.70 0.8 0.54 4 160.0 18.0 7.0 R P 5.4 0.60 0 30.0 1.1 0.14 0.0 0.32 -0.14 0.5 0.0 0.26 0.54 19000 0 0 0 3 0
|
| 206 |
+
TAMPA 1700.0 4166.4 2.5 0.0 0.15 0.0 70 0.60 0.85 0.52 4 160.0 24.0 10.0 R P 8.17 0.52 0 35.0 0.7 0.08 3.0 0.30 -0.16 0.5 0.50 0.3 0.52 19000 40000004 4 1 1 1
|
| 207 |
+
SUNRISE 1600.0 3550.0 2.0 0.0 0.3 0.0 70 0.70 0.8 0.52 5 160.0 17.0 5.0 F P 5.4 0.60 0 30.0 1.0 0.09 0.0 0.30 -0.12 0.55 0.0 0.26 0.54 19000 40000000 1 0 3 0
|
| 208 |
+
MERIT 1800.0 4500.0 2.2 0.0 0.2 -0.10 75 0.65 0.8 0.49 5 165.0 22.0 10.0 R P 9.0 0.55 0 30.0 1.1 0.15 0.0 0.27 -0.08 0.54 0.3 0.2 0.56 35000 40000000 400001 0 1 0
|
| 209 |
+
UTILITY 2600.0 8666.7 3.0 0.0 0.0 0.0 80 0.85 0.70 0.46 5 160.0 18.0 10.0 R D 6.0 0.80 0 30.0 1.8 0.07 0.0 0.35 -0.18 0.25 0.0 0.2 0.50 20000 1 0 0 3 13
|
| 210 |
+
YOSEMITE 3000.0 6000.0 3.0 0.0 0.35 0.0 80 0.60 0.80 0.4 5 170.0 25.0 15.0 R P 8.5 0.30 0 30.0 1.0 0.12 0.0 0.24 -0.20 0.5 0.5 0.44 0.30 40000 20200020 504400 0 1 0
|
| 211 |
+
WINDSOR 1500.0 3500.0 3.0 0.0 0.05 -0.2 75 0.55 0.85 0.5 5 180.0 30.0 10.0 R P 8.0 0.45 0 30.0 0.65 0.07 0.0 0.15 -0.10 0.5 0.3 0.25 0.60 35000 40282804 0 1 1 1
|
| 212 |
+
MTRUCK_A 5000.0 20000.0 3.0 0.0 0.0 -0.35 80 0.65 0.85 0.55 5 110.0 45.0 25.0 4 P 7.0 0.45 0 35.0 1.5 0.07 0.0 0.45 -0.30 0.5 0.3 0.44 0.35 40000 28 1300045 0 1 20
|
| 213 |
+
MTRUCK_B 5000.0 20000.0 3.0 0.0 0.0 -0.35 80 0.65 0.85 0.55 5 110.0 45.0 25.0 4 P 7.0 0.45 0 35.0 1.5 0.07 0.0 0.45 -0.30 0.5 0.3 0.44 0.35 40000 28 1300045 0 1 20
|
| 214 |
+
URANUS 1400.0 2998.3 2.0 0.0 0.1 -0.3 75 0.80 0.85 0.47 5 200.0 20.0 5.0 R P 8.0 0.45 0 30.0 1.3 0.15 0.0 0.28 -0.10 0.5 0.3 0.25 0.60 35000 c0002800 4000001 1 1 0
|
| 215 |
+
JESTER 1500.0 3600.0 2.2 0.0 0.0 -0.05 75 0.85 0.8 0.5 5 200.0 28.0 10.0 F P 10.0 0.45 0 30.0 1.1 0.10 0.0 0.28 -0.15 0.5 0.3 0.25 0.60 35000 c0002804 4000000 1 1 1
|
| 216 |
+
SULTAN 1400.0 3400.0 2.4 0.0 0.1 -0.1 75 0.80 0.8 0.5 5 200.0 28.0 5.0 4 P 10.0 0.5 0 30.0 1.2 0.15 0.0 0.28 -0.20 0.5 0.3 0.25 0.60 35000 2800 4000002 1 1 0
|
| 217 |
+
STRATUM 1800.0 4500.0 2.1 0.0 0.1 -0.1 75 0.60 0.85 0.5 5 200.0 20.0 10.0 R P 7.0 0.5 0 30.0 1.0 0.15 0.0 0.28 -0.16 0.5 0.3 0.25 0.60 35000 2800 4000000 1 1 0
|
| 218 |
+
ELEGY 1500.0 3500.0 2.2 0.0 0.3 -0.15 75 0.65 0.9 0.5 5 200.0 28.0 5.0 R P 8.0 0.5 0 35.0 1.0 0.20 0.0 0.28 -0.10 0.5 0.3 0.25 0.60 35000 40002804 4000001 1 1 1
|
| 219 |
+
RCTIGER 100.0 24.1 5.0 0.0 0.0 -0.1 70 0.70 0.9 0.49 1 75.0 35.0 15.0 4 E 5.0 0.50 0 45.0 1.6 0.1 0.0 0.28 -0.14 0.5 0.0 0.2 0.05 500 0 40 0 1 0
|
| 220 |
+
FLASH 1400.0 2998.3 2.2 0.0 0.2 -0.1 75 0.75 0.9 0.5 5 200.0 24.0 10.0 F P 8.0 0.55 0 30.0 1.4 0.15 0.0 0.28 -0.10 0.5 0.3 0.25 0.60 35000 2804 4000001 1 1 1
|
| 221 |
+
TAHOMA 1800.0 4000.0 2.3 0.0 -0.3 0.0 75 0.75 0.85 0.52 5 160.0 24.0 10.0 R P 7.0 0.50 0 35.0 1.0 0.08 0.0 0.28 -0.20 0.45 0.3 0.25 0.60 35000 0 12010000 1 1 0
|
| 222 |
+
SAVANNA 1500.0 2500.0 2.0 0.0 -0.6 0.1 70 0.70 0.84 0.55 4 160.0 24.0 5.0 R P 8.17 0.52 0 35.0 1.0 0.10 0.0 0.30 -0.15 0.3 0.25 0.3 0.52 19000 200000 2010000 1 1 0
|
| 223 |
+
BANDITO 1000.0 2500.3 4.0 0.0 0.0 -0.3 80 0.70 0.88 0.55 4 170.0 35.0 5.0 R P 6.1 0.55 0 35.0 1.0 0.10 5.0 0.25 -0.20 0.35 0.0 0.60 0.40 15000 40001b04 308400 1 2 1
|
| 224 |
+
FREIFLAT 5500.0 33187.9 1.0 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 20.0 20.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.0 0.45 0.0 0.55 0.0 0.45 0.20 5000 8 200 0 1 0
|
| 225 |
+
CSTREAK 5500.0 33187.9 1.0 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 20.0 20.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.0 0.45 -0.10 0.55 0.0 0.65 0.20 5000 8 200 0 1 21
|
| 226 |
+
KART 300.0 150.0 5.0 0.0 0.0 -0.15 110 0.90 0.85 0.48 4 90.0 18.0 5.0 R P 15.0 0.20 0 35.0 1.5 0.20 0.0 0.25 -0.04 0.5 0.0 0.38 0.40 15000 40001b00 308201 1 2 18
|
| 227 |
+
MOWER 800.0 500.0 5.0 0.0 0.0 -0.3 80 0.70 0.80 0.48 3 60.0 12.0 30.0 R P 6.1 0.55 0 35.0 1.0 0.15 0.0 0.15 -0.05 0.5 0.0 0.38 0.40 15000 40001b00 1308001 1 2 28
|
| 228 |
+
DUNE 10000.0 50000.0 2.0 0.0 0.0 -0.6 80 0.65 0.85 0.5 5 110.0 35.0 25.0 4 P 7.0 0.45 0 35.0 0.8 0.10 0.0 0.40 -0.40 0.5 0.3 0.29 0.35 40000 6028 1300005 0 1 2
|
| 229 |
+
SWEEPER 800.0 632.7 5.0 0.0 0.0 -0.3 80 0.70 0.80 0.46 3 60.0 12.0 30.0 R P 6.1 0.55 0 35.0 1.6 0.15 0.0 0.34 -0.10 0.5 0.0 0.30 0.40 15000 40005a00 1308201 1 2 0
|
| 230 |
+
BROADWAY 1700.0 4166.4 2.0 0.0 0.1 0.1 70 0.65 0.75 0.46 4 160.0 20.0 10.0 R P 6.0 0.55 0 25.0 0.8 0.07 0.0 0.30 -0.14 0.5 0.25 0.3 0.52 19000 220000 2012100 1 1 0
|
| 231 |
+
TORNADO 1700.0 4166.4 2.0 0.0 -0.1 0.1 70 0.75 0.75 0.52 4 160.0 20.0 10.0 R P 6.0 0.55 0 35.0 0.8 0.08 0.0 0.30 -0.15 0.5 0.25 0.3 0.52 19000 400220000 2010000 1 1 0
|
| 232 |
+
DFT30 5500.0 33187.9 2.0 0.0 0.0 -0.2 90 0.65 0.8 0.40 5 110.0 20.0 20.0 R D 3.5 0.40 0 30.0 1.4 0.06 0.0 0.45 -0.25 0.55 0.0 0.45 0.20 5000 4008 200 0 1 2
|
| 233 |
+
HUNTLEY 2500.0 6000.0 2.5 0.0 0.0 -0.20 80 0.62 0.89 0.5 5 160.0 25.0 25.0 4 P 7.0 0.45 0 35.0 1.0 0.05 0.0 0.45 -0.21 0.45 0.3 0.44 0.35 40000 20 4404 0 1 0
|
| 234 |
+
STAFFORD 2200.0 6000.0 2.5 0.0 0.0 0.0 75 0.65 0.92 0.5 5 165.0 24.0 15.0 R P 5.0 0.55 0 30.0 1.1 0.1 0.0 0.27 -0.22 0.5 0.3 0.2 0.56 35000 0 400000 0 1 0
|
| 235 |
+
NEWSVAN 1900.0 6333.3 2.0 0.0 0.0 -0.15 80 0.85 0.70 0.46 5 160.0 15.0 15.0 R D 6.0 0.80 0 30.0 1.3 0.07 0.0 0.35 -0.15 0.45 0.0 0.2 0.43 20000 4001 2 0 3 13
|
| 236 |
+
TUG 800.0 632.7 5.0 0.0 0.0 -0.1 80 0.85 0.80 0.46 4 170.0 15.0 30.0 R P 6.1 0.55 0 35.0 1.2 0.15 0.0 0.34 -0.10 0.5 0.0 0.38 0.40 15000 1a00 308200 1 2 0
|
| 237 |
+
PETROTR 3800.0 30000.0 2.0 0.0 0.0 -0.5 90 0.45 0.75 0.5 5 120.0 18.0 5.0 R D 8.0 0.30 0 25.0 1.5 0.05 0.0 0.30 -0.15 0.5 0.0 0.65 0.25 35000 20002000 0000 0 1 0
|
| 238 |
+
EMPEROR 1800.0 4000.0 2.2 0.0 0.2 0.15 75 0.65 0.80 0.52 5 165.0 21.0 20.0 R P 8.0 0.45 0 30.0 0.9 0.13 3.0 0.30 -0.10 0.5 0.3 0.2 0.56 35000 40000000 400000 0 1 0
|
| 239 |
+
FLOAT 5500.0 33187.9 2.0 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 20.0 20.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.0 0.45 -0.25 0.55 0.0 0.45 0.20 5000 8 200 0 1 0
|
| 240 |
+
EUROS 1400.0 2998.3 2.2 0.0 0.1 -0.1 75 0.70 0.8 0.5 5 200.0 24.0 5.0 4 P 8.0 0.55 0 30.0 1.2 0.15 0.0 0.30 -0.10 0.5 0.3 0.25 0.60 35000 40002804 0 1 1 0
|
| 241 |
+
HOTDOG 5500.0 23489.6 3.0 0.0 0.0 0.3 80 0.72 0.70 0.46 5 140.0 14.0 25.0 R D 4.5 0.60 0 30.0 0.6 0.08 0.0 0.30 -0.24 0.4 0.6 0.36 0.40 22000 40000009 201 0 3 13
|
| 242 |
+
CLUB 1400.0 3000.0 2.8 0.0 0.0 0.0 80 0.75 0.90 0.49 5 200.0 30.0 10.0 F P 11.0 0.45 0 30.0 1.7 0.1 0.0 0.28 -0.12 0.5 0.0 0.25 0.50 35000 2000 C00000 1 1 0
|
| 243 |
+
ARTICT3 3800.0 30000.0 2.0 0.0 0.0 -0.5 90 0.45 0.75 0.5 5 120.0 18.0 5.0 R D 8.0 0.30 0 25.0 1.5 0.05 0.0 0.30 -0.15 0.5 0.0 0.65 0.25 35000 20002000 0000 0 1 0
|
| 244 |
+
RCCAM 100.0 50.0 20.0 0.0 0.05 -0.2 70 0.60 0.90 0.49 1 60.0 50.0 10.0 4 E 5.5 0.50 0 25.0 3.0 0.3 0.0 0.15 -0.15 0.5 0.0 0.2 0.05 500 0 1000000 0 1 0
|
| 245 |
+
POLICE_LA 1600.0 4500.0 2.0 0.0 0.3 -0.1 75 0.75 0.85 0.50 5 200.0 25.0 10.0 R P 10.0 0.53 0 35.0 1.0 0.12 0.0 0.28 -0.12 0.55 0.0 0.2 0.24 25000 40000000 10200008 0 1 0
|
| 246 |
+
POLICE_SF 1600.0 4500.0 2.0 0.0 0.3 -0.15 75 0.75 0.85 0.52 5 200.0 25.0 10.0 R P 10.0 0.53 0 35.0 1.1 0.12 0.0 0.28 -0.17 0.55 0.0 0.2 0.24 25000 40000000 10200008 0 1 0
|
| 247 |
+
POLICE_VG 1600.0 4500.0 2.0 0.0 0.3 -0.1 75 0.75 0.85 0.52 5 200.0 25.0 10.0 R P 10.0 0.53 0 35.0 0.9 0.08 0.0 0.28 -0.17 0.55 0.0 0.2 0.24 25000 40000000 10200008 0 1 0
|
| 248 |
+
POLRANGER 2500.0 5500.0 3.0 0.0 0.0 -0.2 85 0.65 0.85 0.55 5 160.0 30.0 15.0 4 D 6.2 0.60 0 35.0 0.7 0.06 1.0 0.30 -0.25 0.5 0.25 0.27 0.23 25000 284020 308800 0 1 0
|
| 249 |
+
PICADOR 1600.0 3800.0 2.7 0.0 0.2 0.0 75 0.65 0.70 0.52 5 165.0 25.0 20.0 R D 8.5 0.5 0 35.0 0.8 0.08 2.0 0.25 -0.15 0.4 0.4 0.26 0.20 26000 40200040 104004 0 1 0
|
| 250 |
+
SWATVAN 5000.0 10000.0 2.5 0.0 0.0 -0.1 85 0.65 0.7 0.46 5 110.0 24.0 25.0 4 D 6.4 0.45 0 27.0 0.7 0.08 1.0 0.30 -0.18 0.5 0.0 0.32 0.06 40000 880010 1000000 0 1 13
|
| 251 |
+
ALPHA 1500.0 3400.0 2.0 0.0 0.1 -0.2 85 0.7 0.8 0.5 5 200.0 23.0 5.0 R P 7.0 0.55 0 30.0 1.2 0.12 0.0 0.30 -0.15 0.5 0.4 0.25 0.50 35000 40002800 200000 1 1 0
|
| 252 |
+
PHOENIX 1500.0 4000.0 2.2 0.0 0.3 -0.15 85 0.7 0.9 0.52 5 200.0 26.0 5.0 R P 6.0 0.55 0 30.0 0.8 0.08 0.0 0.28 -0.24 0.59 0.4 0.25 0.50 35000 2800 200000 1 1 0
|
| 253 |
+
BAGBOXA 1000.0 1354.2 5.0 0.0 0.4 -0.2 70 1.00 0.85 0.5 3 160.0 20.0 30.0 R E 5.0 0.50 0 30.0 2.0 0.09 0.0 0.25 -0.10 0.5 0.0 0.26 0.50 9000 3100 4 1 1 0
|
| 254 |
+
BAGBOXB 1000.0 1354.2 5.0 0.0 0.4 -0.2 70 1.00 0.85 0.5 3 160.0 20.0 30.0 R E 5.0 0.50 0 30.0 2.0 0.09 0.0 0.25 -0.10 0.5 0.0 0.26 0.50 9000 3100 4 1 1 0
|
| 255 |
+
STAIRS 1000.0 2500.0 5.0 0.0 0.4 -0.2 70 1.00 0.85 0.5 3 160.0 20.0 30.0 R E 5.0 0.50 0 30.0 2.0 0.09 0.0 0.25 -0.10 0.5 0.0 0.26 0.50 9000 3100 4 1 1 0
|
| 256 |
+
BOXBURG 5500.0 23489.6 3.0 0.0 0.0 0.0 80 0.82 0.70 0.46 5 140.0 14.0 25.0 R D 4.5 0.60 0 30.0 0.9 0.08 0.0 0.25 -0.25 0.35 0.6 0.36 0.40 22000 4009 201 0 3 13
|
| 257 |
+
FARM_TR1 400.0 400.0 5.0 0.0 -0.4 0.0 70 0.60 0.85 0.5 3 160.0 20.0 30.0 R E 5.0 0.50 0 30.0 1.0 0.10 0.0 0.25 -0.10 0.5 0.0 0.26 0.50 9000 3100 4 1 1 0
|
| 258 |
+
UTIL_TR1 1000.0 1354.2 5.0 0.0 0.0 0.0 70 1.00 0.85 0.5 3 160.0 20.0 30.0 R E 5.0 0.50 0 30.0 2.0 0.09 0.0 0.25 -0.10 0.5 0.0 0.26 0.50 9000 3100 4 1 1 0
|
| 259 |
+
ROLLER 1000.0 1354.2 4.0 0.0 0.0 -0.1 70 0.55 0.85 0.5 3 160.0 15.0 30.0 4 E 13.0 0.50 0 30.0 1.0 0.09 0.0 0.28 -0.13 0.5 0.0 0.26 0.50 9000 1100 8804 1 1 0
|
| 260 |
+
;------- bikes -------------------------------------
|
| 261 |
+
;
|
| 262 |
+
; name mass turnmass drag centreofmass boy traction transmission brakes steer suspension suslines antidive seat col cost mflags hflags lights
|
| 263 |
+
; A B C D F G H I J K L M N O P Q R S T U V a b c d e f g aa ab ac af ag ah ai aj
|
| 264 |
+
BIKE 500.0 161.7 4.0 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 190.0 50.0 5.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.0 0.15 -0.16 0.5 0.0 0.0 0.15 10000 1002000 0 1 1 4
|
| 265 |
+
MOPED 350.0 119.6 5.0 0.0 0.05 -0.1 103 1.8 0.9 0.48 3 190.0 30.0 5.0 R P 14.0 0.50 0 35.0 1.0 0.15 0.0 0.12 -0.17 0.5 0.0 0.0 0.11 10000 1000000 0 1 1 5
|
| 266 |
+
DIRTBIKE 500.0 195.0 5.0 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 190.0 50.0 5.0 R P 14.0 0.50 0 35.0 0.85 0.15 0.0 0.15 -0.16 0.5 0.0 0.0 0.15 10000 1000000 0 1 1 7
|
| 267 |
+
FCR900 500.0 200.0 4.0 0.0 0.05 -0.09 103 1.5 0.9 0.48 5 190.0 50.0 5.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.0 0.15 -0.16 0.5 0.0 0.0 0.11 10000 1000000 0 1 1 4
|
| 268 |
+
NRG500 400.0 200.0 4.0 0.0 0.08 -0.09 103 1.8 0.9 0.48 5 190.0 60.0 5.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.0 0.15 -0.16 0.5 0.0 0.0 0.15 10000 1002000 2 1 1 4
|
| 269 |
+
HPV1000 500.0 240.0 4.5 0.0 0.05 -0.09 103 1.5 0.9 0.46 5 190.0 50.0 5.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.0 0.15 -0.16 0.5 0.0 0.0 0.15 10000 1002000 0 1 1 4
|
| 270 |
+
BF400 500.0 200.0 4.5 0.0 0.05 -0.09 103 1.4 0.9 0.48 5 190.0 50.0 5.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.0 0.15 -0.20 0.5 0.0 0.0 0.15 10000 1000000 0 1 1 4
|
| 271 |
+
WAYFARER 800.0 600.0 4.0 0.0 0.1 0.0 103 1.4 0.85 0.48 4 190.0 40.0 5.0 R P 10.0 0.55 0 35.0 0.65 0.20 0.0 0.09 -0.11 0.55 0.0 0.0 0.24 10000 41002000 0 1 1 8
|
| 272 |
+
QUADBIKE 400.0 300.0 5.0 0.0 0.05 -0.20 70 0.7 0.9 0.49 4 160.0 25.0 5.0 4 P 8.0 0.50 0 35.0 0.8 0.10 0.0 0.15 -0.15 0.5 0.0 0.2 0.50 9000 281300 205 1 1 12
|
| 273 |
+
BMX 100.0 39.0 7.0 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 120.0 18.0 5.0 R P 19.0 0.50 0 35.0 0.80 0.15 0.0 0.20 -0.10 0.5 0.0 0.0 0.15 10000 41000000 0 1 1 9
|
| 274 |
+
CHOPPERB 100.0 39.0 6.0 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 120.0 18.0 5.0 R P 19.0 0.50 0 35.0 0.85 0.15 0.0 0.20 -0.10 0.5 0.0 0.0 0.15 10000 41000000 0 1 1 11
|
| 275 |
+
MTB 100.0 60.0 5.0 0.0 0.05 -0.09 103 1.6 0.9 0.48 4 140.0 25.0 15.0 R P 19.0 0.50 0 35.0 0.85 0.15 0.0 0.20 -0.10 0.5 0.0 0.0 0.15 10000 41000000 2 1 1 10
|
| 276 |
+
FREEWAY 800.0 403.3 4.0 0.0 0.1 0.0 103 1.2 0.82 0.51 4 190.0 40.0 5.0 R P 10.0 0.55 0 35.0 0.65 0.20 0.0 0.09 -0.11 0.55 0.0 0.0 0.24 10000 1002000 0 1 1 6
|
| 277 |
+
;------- boats
|
| 278 |
+
;
|
| 279 |
+
PREDATOR 2200.0 29333.3 1.0 0.0 0.0 0.0 14 2.30 15.0 0.58 5 190.0 1.7 5.0 R P 0.05 0.01 0 24.0 1.0 3.0 0.0 0.10 0.1 0.0 0.0 0.2 0.33 40000 8000000 0 0 1 0
|
| 280 |
+
SPEEDER 2200.0 20210.7 1.0 0.0 0.0 0.0 22 2.5 15.0 0.65 5 190.0 2.5 5.0 R P 0.04 0.01 0 20.0 1.3 3.0 0.0 0.10 0.5 2.0 0.0 0.7 0.39 30000 8000400 0 0 1 0
|
| 281 |
+
REEFER 5000.0 25520.8 1.0 0.0 0.0 0.0 15 -1.50 15.0 0.45 5 190.0 0.7 5.0 R P 0.02 0.02 0 25.0 1.0 3.0 0.0 0.10 0.1 0.0 0.0 0.2 0.38 25000 8000000 0 0 1 0
|
| 282 |
+
RIO 3000.0 17312.5 1.0 0.0 0.0 0.0 15 -4.00 25.0 0.50 5 190.0 0.5 5.0 R P 0.02 0.00 0 20.0 1.0 3.0 0.0 15.00 0.1 0.0 0.0 0.2 0.23 70000 8000000 0 0 1 0
|
| 283 |
+
SQUALO 2200.0 29333.3 1.0 0.0 0.0 0.0 42 3.00 15.0 0.65 5 190.0 3.0 5.0 R P 0.02 0.00 0 24.0 0.45 5.0 0.0 0.10 0.05 0.0 0.0 0.2 0.33 60000 8000400 0 0 1 0
|
| 284 |
+
TROPIC 2200.0 29333.3 1.0 0.0 0.0 0.0 10 2.20 12.0 0.45 5 190.0 1.4 5.0 R P 0.05 0.01 0 24.0 1.8 3.0 0.0 0.10 0.1 0.0 0.0 0.2 0.33 73000 8000400 0 0 1 0
|
| 285 |
+
COASTGRD 1200.0 6525.0 1.0 0.0 -0.3 0.0 14 2.00 4.2 0.70 5 190.0 1.6 5.0 R P 0.05 0.01 0 24.0 1.0 3.0 0.0 3.20 0.1 2.5 0.0 0.2 0.18 10000 8000000 0 0 1 0
|
| 286 |
+
DINGHY 800.0 1483.3 1.0 0.0 0.0 0.0 16 3.50 3.5 1.00 5 190.0 1.2 5.0 R P 0.07 0.01 0 30.0 1.0 4.5 0.0 3.50 0.1 0.7 0.0 0.2 0.12 5000 8000000 0 0 1 0
|
| 287 |
+
MARQUIS 5000.0 155520.8 1.0 0.0 0.0 0.0 10 -3.50 25.0 0.40 5 190.0 0.5 5.0 R P 0.04 0.03 0 38.0 1.0 3.0 0.0 0.10 0.0 1.0 0.0 0.2 0.38 99000 8000000 0 0 1 0
|
| 288 |
+
CUPBOAT 3000.0 40000.0 1.0 0.0 0.0 0.0 35 2.00 15.0 0.50 5 190.0 3.0 5.0 R P 0.02 0.00 0 24.0 0.75 4.0 0.0 0.10 0.3 1.5 0.0 0.2 0.45 48000 8000400 0 0 1 0
|
| 289 |
+
LAUNCH 2200.0 20210.7 1.0 0.0 -1.0 0.0 22 1.5 15.0 0.65 5 190.0 1.5 5.0 R P 0.03 0.01 0 24.0 1.0 3.0 0.0 0.10 0.5 2.0 0.0 0.7 0.39 30000 8000400 0 0 1 0
|
| 290 |
+
;------- planes -----------------------------------
|
| 291 |
+
;
|
| 292 |
+
; name mass turnmass drag centreofmass boy traction transmission brakes steer suspension suslines antidive seat col cost mflags hflags lights
|
| 293 |
+
; A B C D F G H I J K L M N O P Q R S T U V a b c d e f g aa ab ac af ag ah ai aj
|
| 294 |
+
SEAPLANE 5000.0 27083.3 12.0 0.0 0.0 0.0 9 0.83 45.0 0.5 1 200.0 1.7 5.0 4 P 0.01 0.05 0 24.0 1.5 0.75 0.0 0.10 0.0 2.0 0.0 1.0 0.05 10000 4000400 0 0 1 0
|
| 295 |
+
VORTEX 1900.0 4795.9 20.0 0.0 0.0 0.2 85 0.05 1.0 0.5 5 150.0 2.0 5.0 R P 1.0 0.50 0 30.0 0.5 0.05 0.0 0.33 -0.25 0.5 0.02 0.65 0.50 26000 301 400040 0 1 23
|
| 296 |
+
RUSTLER 5000.0 27083.3 10.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.5 0.45 0 45.0 2.0 0.15 0.0 0.50 -0.20 0.5 0.0 0.30 0.75 45000 4008108 400020 0 1 14
|
| 297 |
+
BEAGLE 10000.0 80000.0 14.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.5 0.45 0 45.0 2.0 0.15 0.0 1.00 -0.10 0.35 0.0 0.30 0.75 45000 24000008 400000 0 1 13
|
| 298 |
+
CROPDUST 5000.0 27083.3 15.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.5 0.45 0 45.0 2.0 0.15 0.0 0.55 -0.05 0.5 0.0 0.30 0.75 45000 4008000 400020 0 1 14
|
| 299 |
+
STUNT 5000.0 20000.0 14.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.5 0.45 0 45.0 2.0 0.15 0.0 0.50 -0.10 0.9 0.0 0.30 0.75 45000 4008100 400020 0 1 14
|
| 300 |
+
SHAMAL 15000.0 81250.0 8.0 0.0 0.0 0.0 75 0.55 0.8 0.7 1 200.0 16.0 5.0 4 P 1.5 0.15 0 45.0 4.0 0.15 0.0 1.00 -0.00 0.3 0.0 0.30 0.75 45000 400c108 400000 0 1 26
|
| 301 |
+
HYDRA 9000.0 48750.0 20.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.5 0.45 0 45.0 1.0 0.15 0.0 0.50 -0.20 0.8 0.0 0.60 0.75 45000 4008100 400000 0 1 27
|
| 302 |
+
NEVADA 25000.0 438750.0 10.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.0 0.45 0 45.0 1.0 0.10 0.0 0.40 -0.30 0.5 0.0 0.30 0.75 45000 400c108 400020 0 1 29
|
| 303 |
+
AT400 60000.0 9000000.0 4.0 0.0 0.0 0.0 75 1.5 0.9 0.85 1 200.0 16.0 5.0 4 P 1.0 0.45 0 45.0 1.5 0.15 0.0 0.50 -0.20 0.3 0.0 0.70 0.75 45000 2400c008 400000 0 1 15
|
| 304 |
+
ANDROM 40000.0 3000000.0 4.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.0 0.45 0 45.0 2.0 0.15 0.0 0.50 -0.20 0.5 0.0 0.30 0.75 45000 24114108 440000 0 1 0
|
| 305 |
+
DODO 5000.0 27083.3 12.0 0.0 0.3 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 1.5 0.45 0 45.0 1.5 0.15 0.0 0.50 -0.05 0.2 0.0 0.50 0.75 45000 4000000 400000 0 1 13
|
| 306 |
+
SPARROW 2500.0 6041.7 0.2 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 2.0 0.1 0.0 0.50 -0.20 0.5 0.0 0.30 0.50 25000 2004000 400000 0 1 0
|
| 307 |
+
SEASPAR 3000.0 7250.0 0.1 0.0 0.0 -0.1 5 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 2.0 0.1 0.0 0.50 -0.20 0.5 0.0 0.30 0.60 28000 2004000 400000 0 1 0
|
| 308 |
+
MAVERICK 5000.0 29270.8 0.2 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 2.0 0.15 0.0 0.50 -0.20 0.5 0.0 0.30 0.75 45000 2004000 400000 0 1 0
|
| 309 |
+
COASTMAV 3500.0 8458.3 0.2 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 2.0 0.1 0.0 0.50 -0.20 0.5 0.0 0.30 0.65 50000 2004000 400000 0 1 0
|
| 310 |
+
POLMAV 4500.0 26343.7 0.2 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 2.0 0.1 0.0 0.50 -0.20 0.5 0.0 0.30 0.65 52000 2004000 400000 0 1 0
|
| 311 |
+
HUNTER 10000.0 150000.0 0.2 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 1.0 0.05 0.0 0.20 -0.15 0.85 0.0 0.40 0.50 99000 200c000 400000 0 1 14
|
| 312 |
+
LEVIATHN 15000.0 200000.0 0.1 0.0 0.0 0.0 30 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 1.0 0.05 0.0 0.50 -0.20 0.9 0.0 0.30 0.50 25000 2004000 400000 0 1 0
|
| 313 |
+
CARGOBOB 20000.0 48333.3 0.2 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 0.6 0.05 0.0 0.50 -0.10 0.3 0.0 0.30 0.50 25000 22004000 400000 0 1 0
|
| 314 |
+
RAINDANC 10000.0 96666.7 0.05 0.0 0.0 -1.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 1.5 0.1 0.0 0.20 -0.15 0.5 0.0 0.70 0.50 99000 2004000 400000 0 1 0
|
| 315 |
+
RCBARON 100.0 50.0 120.0 0.0 0.0 0.0 99 0.20 0.9 0.5 1 75.0 1.0 5.0 F P 0.5 0.50 0 45.0 0.6 0.1 0.0 0.25 -0.00 0.8 0.0 0.2 0.08 300 4000000 20 0 1 0
|
| 316 |
+
RCGOBLIN 100.0 24.1 0.2 0.0 0.0 -0.1 70 1.10 0.75 0.50 1 75.0 35.0 5.0 4 P 5.5 0.50 0 25.0 1.6 0.1 0.0 0.28 -0.08 0.5 0.0 0.2 0.05 800 2000000 0 0 1 0
|
| 317 |
+
RCRAIDER 100.0 24.1 0.2 0.0 0.0 -0.1 70 1.10 0.75 0.50 1 75.0 35.0 5.0 4 P 5.5 0.50 0 25.0 1.6 0.1 0.0 0.28 -0.08 0.5 0.0 0.2 0.10 500 2000000 0 0 1 0
|
| 318 |
+
; A B C D F G H I J K L M N O P Q R S T U V a b c d e f g aa ab ac af ag ah ai aj
|
| 319 |
+
;
|
| 320 |
+
; For Boats: (some car handling variables are used for alternate functions in boats)
|
| 321 |
+
;
|
| 322 |
+
; (J) Bank Force Mult (K) Rudder Turn Force (L) Speed Steer Falloff
|
| 323 |
+
; (R) Vertical Wave Hit Limit (S) Forward Wave Hit Brake (V) WaterResistance Volume Mult (W) Water Damping Mult
|
| 324 |
+
; (AB) Handbrake Drag Mult (AC) Sideslip Force
|
| 325 |
+
;
|
| 326 |
+
; '%' identifies this line as boat data for reading
|
| 327 |
+
; A B C D E F G H I J K L M N O
|
| 328 |
+
;
|
| 329 |
+
; ThrustY ThrustAppZ AqPlaneLimit WaveAudioMult MoveResY TurnResX TurnResZ
|
| 330 |
+
; ID ThrustZ AqPlaneForce AqPlaneOffset MoveResX MoveResZ TurnResY Look_L_R_BehindCamHeight
|
| 331 |
+
;
|
| 332 |
+
% PREDATOR 0.79 0.5 0.6 7.0 0.60 -1.9 4.0 0.8 0.998 0.998 0.85 0.98 0.97 4.0
|
| 333 |
+
% SPEEDER 0.65 0.5 0.5 8.0 0.70 -0.5 3.0 0.7 0.998 0.999 0.85 0.98 0.96 4.0
|
| 334 |
+
% REEFER 0.35 0.6 0.0 3.0 0.20 -0.9 3.5 0.8 0.998 0.995 0.85 0.98 0.96 4.0
|
| 335 |
+
% RIO 0.75 0.7 0.0 3.0 0.20 0.0 10.0 0.7 0.998 0.999 0.85 0.96 0.96 4.0
|
| 336 |
+
% SQUALO 0.50 1.1 0.2 9.0 0.80 1.2 4.0 0.90 0.998 0.999 0.89 0.975 0.97 4.0
|
| 337 |
+
% TROPIC 0.35 0.6 0.5 4.0 0.35 -1.0 6.0 0.7 0.998 0.995 0.78 0.985 0.96 5.0
|
| 338 |
+
% COASTGRD 0.50 0.65 0.5 8.0 0.60 -0.3 3.0 0.7 0.996 0.998 0.85 0.96 0.96 3.0
|
| 339 |
+
% DINGHY 0.70 0.6 0.4 5.0 0.30 -0.8 3.0 0.94 0.993 0.997 0.85 0.94 0.94 3.0
|
| 340 |
+
% MARQUIS 0.95 0.7 0.0 1.5 0.10 0.0 3.5 0.8 0.998 0.970 0.84 0.99 0.94 5.0
|
| 341 |
+
% CUPBOAT 0.50 0.6 0.9 9.0 0.80 -1.0 4.0 0.92 0.998 0.998 0.87 0.96 0.97 4.0
|
| 342 |
+
% LAUNCH 0.50 0.9 0.5 6.0 0.50 -0.5 3.0 0.7 0.998 0.999 0.85 0.98 0.96 4.0
|
| 343 |
+
% SEAPLANE 0.50 1.2 1.2 50.0 0.85 -0.4 20.0 0.93 0.998 0.999 0.95 0.96 0.96 4.5
|
| 344 |
+
;
|
| 345 |
+
;
|
| 346 |
+
;
|
| 347 |
+
;
|
| 348 |
+
; '!' identifies this line as bike data for reading
|
| 349 |
+
; A B C D E F G H I J K L M N O P
|
| 350 |
+
;
|
| 351 |
+
; LeanFwdCOM LeanBakCOM MaxLean DesLean SlipSteer WheelieAng WheelieSteer StoppieStabMult
|
| 352 |
+
; ID LeanFwdForce LeanBackForce FullAnimLean SpeedSteer NoPlayerCOMz StoppieAng WheelieStabMult
|
| 353 |
+
;
|
| 354 |
+
;
|
| 355 |
+
! BIKE 0.35 0.15 0.34 0.10 45.0 38.0 0.93 0.70 0.5 0.1 35.0 -40.0 -0.009 0.7 0.6
|
| 356 |
+
! MOPED 0.35 0.25 0.25 0.04 35.0 25.0 0.90 0.75 0.8 0.1 35.0 -45.0 -0.010 0.7 0.5
|
| 357 |
+
! DIRTBIKE 0.40 0.40 0.30 0.08 48.0 43.0 0.92 0.60 1.0 0.1 45.0 -35.0 -0.010 0.5 0.5
|
| 358 |
+
! FCR900 0.33 0.15 0.28 0.15 45.0 38.0 0.93 0.70 0.5 0.1 35.0 -40.0 -0.009 0.7 0.6
|
| 359 |
+
! NRG500 0.25 0.10 0.30 0.10 55.0 38.0 0.95 0.60 0.5 0.1 30.0 -35.0 -0.012 0.7 0.6
|
| 360 |
+
! HPV1000 0.25 0.08 0.25 0.08 40.0 30.0 0.93 0.65 0.5 0.1 35.0 -40.0 -0.009 0.5 0.5
|
| 361 |
+
! BF400 0.35 0.10 0.35 0.10 40.0 30.0 0.92 0.65 0.6 0.1 40.0 -40.0 -0.013 0.6 0.5
|
| 362 |
+
! WAYFARER 0.10 0.05 0.20 0.05 30.0 25.0 0.945 1.20 0.7 0.1 33.0 -55.0 -0.006 0.4 0.3
|
| 363 |
+
! QUADBIKE 0.14 0.04 0.14 0.08 48.0 43.0 0.88 0.60 1.0 0.1 45.0 -35.0 -0.007 1.0 0.5
|
| 364 |
+
! BMX 0.35 0.50 0.30 0.09 48.0 43.0 0.92 0.60 1.0 0.1 45.0 -35.0 -0.007 1.0 0.5
|
| 365 |
+
! CHOPPERB 0.35 0.50 0.30 0.09 40.0 30.0 0.92 0.60 1.0 0.1 45.0 -35.0 -0.007 0.6 0.5
|
| 366 |
+
! MTB 0.35 0.30 0.25 0.08 48.0 43.0 0.92 0.60 1.0 0.1 35.0 -35.0 -0.015 0.6 0.5
|
| 367 |
+
! FREEWAY 0.10 0.05 0.30 0.062 30.0 25.0 0.945 1.20 0.7 0.1 33.0 -55.0 -0.006 0.5 0.3
|
| 368 |
+
;
|
| 369 |
+
;Old Data------
|
| 370 |
+
;! ANGEL 0.10 0.05 0.30 0.065 30.0 25.0 0.93 1.00 0.7 0.1 33.0 -55.0 -0.006 0.5 0.3
|
| 371 |
+
;
|
| 372 |
+
; '$' identifies this line as flying handling data when loading
|
| 373 |
+
;
|
| 374 |
+
; A B C D E F G H I J K L M N O P Q R S T U V
|
| 375 |
+
;
|
| 376 |
+
; id ThrustFallOff YawStab Roll Pitch FormLift GearUpR WindMult MoveRes TurnRes.y SpeedRes.x SpeedRes.z
|
| 377 |
+
; Thrust Yaw SideSlip RollStab PitchStab AttackLift GearDownL TurnRes.x TurnRes.z SpeedRes.y
|
| 378 |
+
;
|
| 379 |
+
;
|
| 380 |
+
$ SEAPLANE 0.5 0.40 -0.00006 0.002 0.10 0.002 -0.002 0.0002 0.0020 0.020 0.15 1.0 1.0 0.2 1.0 0.998 0.998 0.995 20.0 50.0 20.0
|
| 381 |
+
$ VORTEX 0.4 0.30 -0.0025 0.02 0.10 0.001 -0.002 0.0003 0.0020 0.000 0.10 1.0 1.0 0.2 0.995 1.000 1.000 0.998 0.0 0.0 10.0
|
| 382 |
+
$ RUSTLER 0.5 0.30 -0.00010 0.004 0.10 0.002 -0.002 0.0002 0.0020 0.008 0.10 0.2 1.2 0.2 1.0 0.998 0.998 0.990 10.0 20.0 0.0
|
| 383 |
+
$ BEAGLE 0.65 0.10 -0.00010 0.002 0.10 0.002 -0.002 0.0002 0.0020 0.018 0.15 1.0 1.0 0.2 1.0 0.998 0.998 0.990 20.0 50.0 20.0
|
| 384 |
+
$ CROPDUST 0.6 0.10 -0.00015 0.002 0.10 0.002 -0.002 0.0003 0.0020 0.030 0.20 1.0 1.0 0.2 1.0 0.9985 0.997 0.995 20.0 30.0 20.0
|
| 385 |
+
$ STUNT 0.8 0.30 -0.00020 0.002 0.010 0.004 -0.001 0.0005 0.0015 0.014 0.14 1.0 1.0 0.2 1.0 0.997 0.997 0.997 10.0 5.0 5.0
|
| 386 |
+
$ SHAMAL 0.5 1.00 -0.00003 0.001 0.10 0.002 -0.002 0.00006 0.0015 0.006 0.10 0.3 1.7 0.2 1.0 0.998 0.996 0.995 20.0 50.0 20.0
|
| 387 |
+
$ HYDRA 1.1 1.00 -0.00010 0.004 0.10 0.002 -0.002 0.0001 0.0020 0.006 0.10 0.1 1.3 0.2 1.0 0.998 0.997 0.995 10.0 10.0 40.0
|
| 388 |
+
$ NEVADA 0.4 0.30 -0.00001 0.005 0.10 0.001 -0.003 0.00003 0.0030 0.012 0.20 0.3 1.3 0.1 1.0 0.998 0.997 0.995 20.0 100.0 20.0
|
| 389 |
+
$ AT400 0.35 1.00 -0.000005 0.0002 0.10 0.0003 -0.0001 0.00001 0.00005 0.008 0.10 0.5 1.5 0.1 1.0 0.998 0.997 0.995 20.0 100.0 20.0
|
| 390 |
+
$ ANDROM 0.35 1.00 -0.000005 0.0002 0.10 0.0003 -0.0001 0.00001 0.00005 0.008 0.10 0.5 1.5 0.1 1.0 0.998 0.997 0.995 20.0 100.0 20.0
|
| 391 |
+
$ DODO 0.5 0.40 -0.00015 0.002 0.10 0.003 -0.002 0.0003 0.0020 0.020 0.15 1.0 1.0 0.2 1.0 0.998 0.998 0.995 20.0 50.0 20.0
|
| 392 |
+
$ SPARROW 0.40 0.95 -0.001 0.01 0.05 0.0020 2.0 0.0020 2.0 0.7 0.004 0.2 1.0 0.2 0.998 0.980 0.980 0.990 1.0 1.0 10.0
|
| 393 |
+
$ SEASPAR 0.50 0.95 -0.001 0.01 0.05 0.0020 2.0 0.0020 2.0 0.7 0.003 0.2 1.0 0.2 0.998 0.980 0.980 0.990 1.0 1.0 10.0
|
| 394 |
+
$ MAVERICK 0.60 0.85 -0.0005 0.005 0.03 0.0010 1.5 0.0010 1.5 0.6 0.002 0.2 1.0 0.2 0.9985 0.992 0.992 0.996 0.5 0.5 10.0
|
| 395 |
+
$ COASTMAV 0.60 0.95 -0.0005 0.005 0.03 0.0012 1.0 0.0015 1.0 0.6 0.002 0.2 1.0 0.2 0.9985 0.992 0.992 0.996 1.5 1.5 10.0
|
| 396 |
+
$ POLMAV 0.60 0.75 -0.0005 0.005 0.03 0.0010 1.5 0.0010 1.5 0.6 0.002 0.2 1.0 0.2 0.9985 0.992 0.992 0.996 0.5 0.5 10.0
|
| 397 |
+
$ HUNTER 0.55 0.50 -0.0005 0.005 0.01 0.001 1.0 0.001 1.0 0.5 0.001 0.2 1.0 0.2 0.9985 0.992 0.992 0.992 2.0 2.0 7.0
|
| 398 |
+
$ LEVIATHN 0.3 0.85 -0.0003 0.005 0.02 0.0007 1.0 0.0007 1.0 0.5 0.001 0.2 1.0 0.1 0.9985 0.992 0.992 0.995 2.0 2.0 10.0
|
| 399 |
+
$ CARGOBOB 0.4 0.85 -0.0003 0.005 0.02 0.0007 1.0 0.0007 1.0 0.5 0.001 0.2 1.0 0.1 0.9985 0.992 0.992 0.995 2.0 2.0 10.0
|
| 400 |
+
$ RAINDANC 0.4 0.85 -0.0003 0.005 0.02 0.0007 1.0 0.0007 1.0 0.5 0.001 0.2 1.0 0.1 0.9985 0.992 0.992 0.995 2.0 2.0 10.0
|
| 401 |
+
$ RCBARON 0.5 -0.05 -0.006 0.6 0.30 0.015 -0.005 0.005 0.2 0.10 0.30 0.2 1.0 0.1 1.0 0.998 0.996 0.990 10.0 40.0 10.0
|
| 402 |
+
$ RCGOBLIN 0.20 0.75 -0.001 0.05 0.10 0.006 6.0 0.006 6.0 0.7 0.015 0.2 1.0 0.1 0.989 0.850 0.860 0.992 0.0 0.0 7.0
|
| 403 |
+
$ RCRAIDER 0.25 0.6 -0.002 0.05 0.10 0.009 5.0 0.009 5.0 0.4 0.008 0.2 1.0 0.1s 0.989 0.880 0.880 0.998 0.0 0.0 5.0
|
| 404 |
+
;
|
| 405 |
+
;
|
| 406 |
+
;
|
| 407 |
+
; '^' identifies this line as vehicle anim group data for reading
|
| 408 |
+
; A - group id
|
| 409 |
+
; B - group id of one of the two anim groups making up the anim group
|
| 410 |
+
; C - group id of the other of the two anim groups making up the anim group
|
| 411 |
+
; D-T - choose 0 to use group first group id and choose 1 to use second group id for each specific anim
|
| 412 |
+
; T-W - times to start/stop z blend
|
| 413 |
+
; X-f - times to start/stop opening door
|
| 414 |
+
; g - special flags
|
| 415 |
+
; 1=dont close door after getting out,
|
| 416 |
+
; 2=don't close door after getting in,
|
| 417 |
+
; 4=use kart drive anims
|
| 418 |
+
; 8=use truck drive anims
|
| 419 |
+
; 16=use hover drive anims
|
| 420 |
+
; 32=run special locked door
|
| 421 |
+
; 64=don't open door when getting in
|
| 422 |
+
; A B C D E F G H I J K L M O P Q R S T U V W X Y Z a b c d e f g h i
|
| 423 |
+
;
|
| 424 |
+
; ID 2nd group OpenOutF GetInF Jack CloseInsR GetOutF BeJacked CloseOutR CloseRoll OpenLocked JumpOutTime JkdOutTime FallTime OpenOutStop CloseInStop OpenInStop CloseOutStop
|
| 425 |
+
; 1st group Align OpenOutR GetInR CloseInsF Shuffle GetOutR CloseOutF JumpOut FallDie GetInTime GetOutTime OpenOutStart CloseInStart OpenInStart CloseOutStart SpecialFlag
|
| 426 |
+
^ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.20 0.43 0
|
| 427 |
+
^ 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.20 0.43 0
|
| 428 |
+
^ 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.03 0.23 0.20 0.43 40
|
| 429 |
+
^ 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 430 |
+
^ 4 4 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 431 |
+
^ 5 5 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 432 |
+
^ 6 6 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 433 |
+
^ 7 7 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 434 |
+
^ 8 8 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 435 |
+
^ 9 9 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 436 |
+
^ 10 10 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 437 |
+
^ 11 11 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 438 |
+
^ 12 12 3 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0.5 0.0 -0.5 -0.3 0.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0
|
| 439 |
+
^ 13 13 0 1 1 0 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.20 0.43 0
|
| 440 |
+
^ 14 14 0 0 0 1 0 1 1 0 1 1 0 1 1 1 1 1 0 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 1
|
| 441 |
+
^ 15 15 0 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.20 0.43 2
|
| 442 |
+
^ 16 16 0 1 0 1 0 1 0 0 1 1 0 1 0 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 2
|
| 443 |
+
^ 17 17 0 0 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 8
|
| 444 |
+
^ 18 18 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 4
|
| 445 |
+
^ 19 19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.43 0
|
| 446 |
+
^ 20 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 11.5 0.0 -0.8 -0.3 0.3 0.41 0.8 0.3 0.45 0.03 0.23 0.1 0.23 41
|
| 447 |
+
^ 21 21 0 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 66
|
| 448 |
+
^ 22 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.3 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.20 0.43 0
|
| 449 |
+
^ 23 23 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 4
|
| 450 |
+
^ 24 24 0 0 0 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 0 0.25 0.0 -0.75 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 1
|
| 451 |
+
^ 25 25 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.25 0.0 -0.75 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.43 0
|
| 452 |
+
^ 26 26 0 0 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.25 0.0 -0.75 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 3
|
| 453 |
+
^ 27 27 0 1 0 1 0 1 1 0 1 1 0 1 1 1 1 1 0 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.1 0.23 1
|
| 454 |
+
^ 28 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.20 0.43 8
|
| 455 |
+
^ 29 29 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0.5 0.0 -0.5 -0.3 0.3 0.41 0.8 0.3 0.45 0.06 0.43 0.08 0.43 3
|
| 456 |
+
; 0 standard car
|
| 457 |
+
; 1 low car
|
| 458 |
+
; 2 truck
|
| 459 |
+
; 3 std bike
|
| 460 |
+
; 4 sport bike
|
| 461 |
+
; 5 vespa bike
|
| 462 |
+
; 6 harley bike
|
| 463 |
+
; 7 dirt bike
|
| 464 |
+
; 8 wayfarer bike
|
| 465 |
+
; 9 bmx bike
|
| 466 |
+
; 10 mtb bike
|
| 467 |
+
; 11 choppa bike
|
| 468 |
+
; 12 quad bike
|
| 469 |
+
; 13 van
|
| 470 |
+
; 14 rustler
|
| 471 |
+
; 15 coach
|
| 472 |
+
; 16 bus
|
| 473 |
+
; 17 dozer
|
| 474 |
+
; 18 kart
|
| 475 |
+
; 19 convertible
|
| 476 |
+
; 20 mtruck
|
| 477 |
+
; 21 train carriage
|
| 478 |
+
; 22 std high
|
| 479 |
+
; 23 hover
|
| 480 |
+
; 24 tank
|
| 481 |
+
; 25 bf inj
|
| 482 |
+
; 26 lear
|
| 483 |
+
; 27 harrier
|
| 484 |
+
; 28 std but upright
|
| 485 |
+
; 29 nevada
|
| 486 |
+
;----------Old data---------------
|
| 487 |
+
;; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ad ae af ag ah ai
|
| 488 |
+
;BLISTA 1900.0 2.1 5.5 1.9 0.0 0.0 0.2 70 0.8 0.75 0.54 5 170.0 20.0 5.0 F P 7.0 0.65 0 30.0 1.4 0.11 0.2 0.8 20000 0.25 -0.15 0.5 0.0 0 0 0 1
|
| 489 |
+
;BELLYUP 2600.0 2.2 6.5 2.8 0.0 0.0 0.2 80 0.85 0.80 0.5 5 180.0 22.0 5.0 4 D 4.5 0.80 0 30.0 2.0 0.09 0.46 0.5 22000 0.30 -0.20 0.5 0.0 81 0 0 3
|
| 490 |
+
;MRWONGS 3500.0 2.2 6.5 2.8 0.0 0.0 -0.2 80 0.95 0.85 0.48 5 180.0 20.0 5.0 4 D 4.5 0.80 0 30.0 1.8 0.12 0.46 0.22 28000 0.30 -0.22 0.5 0.0 81 0 0 3
|
| 491 |
+
;YARDIE 1800.0 2.1 5.0 1.6 0.0 0.0 0.0 70 0.80 0.79 0.52 5 160.0 22.0 5.0 R P 6.20 0.55 0 25.0 1.8 0.07 0.36 0.45 30000 0.30 -0.15 0.5 0.0 2000 400000 1 1
|
| 492 |
+
;YAKUZA 1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50 0.95 0.9 0.5 5 200.0 30.0 5.0 4 P 11.0 0.45 0 30.0 2.6 0.1 0.25 0.7 35000 0.28 -0.14 0.5 0.0 2004 0 1 1
|
| 493 |
+
;DIABLOS 1500.0 2.2 4.5 1.9 0.0 0.0 0.1 70 0.9 0.80 0.53 5 180.0 30.0 5.0 R P 6.1 0.52 0 30.0 1.5 0.07 0.3 0.65 45000 0.33 -0.09 0.5 0.0 2000 40000C 1 1
|
| 494 |
+
;COLUMB 3200.0 2.4 5.7 2.6 0.0 0.0 0.3 80 0.82 0.77 0.48 5 175.0 22.0 5.0 4 P 15.0 0.51 0 25.0 2.0 0.08 0.28 0.15 50000 0.32 -0.17 0.5 0.0 40 40000C 0 1
|
| 495 |
+
;HOODS 2000.0 2.1 5.0 2.3 0.0 0.0 0.0 85 1.0 0.82 0.52 5 150.0 24.0 5.0 4 P 10.5 0.45 0 30.0 1.4 0.1 0.2 0.5 26000 0.33 -0.21 0.5 0.0 1 400000 0 1
|
| 496 |
+
;PANLANT 2600.0 2.0 6.0 2.6 0.0 0.0 0.1 80 0.85 0.70 0.46 5 160.0 15.0 5.0 R D 6.0 0.80 0 30.0 2.2 0.07 0.2 0.45 20000 0.35 -0.15 0.4 0.0 1 0 0 1
|
| 497 |
+
;BORGNINE 1900.0 2.1 5.0 2.2 0.0 0.0 0.0 75 1.05 0.9 0.53 4 190.0 27.0 5.0 4 P 15.0 0.54 0 40.0 1.9 0.1 0.2 0.15 10000 0.25 -0.22 0.45 0.0 0 0 0 1
|
| 498 |
+
;IDAHO 1600.0 1.9 5.0 1.7 0.0 0.0 0.25 75 0.75 0.70 0.52 5 160.0 16.0 5.0 R P 6.2 0.55 0 30.0 1.0 0.10 0.28 0.44 20000 0.35 -0.17 0.5 0.5 0 800000 0 1
|
| 499 |
+
;STINGER 1400.0 1.9 4.7 1.5 0.0 0.0 -0.30 85 1.2 0.85 0.52 5 200.0 28.0 5.0 F P 11.0 0.45 0 30.0 1.8 0.20 0.25 0.50 35000 0.28 -0.15 0.5 0.4 2800 400000 1 1
|
| 500 |
+
;FBICAR 1500.0 2.0 4.9 1.6 0.0 0.0 -0.1 75 0.93 0.91 0.51 5 190.0 24.0 5.0 4 P 10.0 0.5 0 30.0 1.6 0.12 0.24 0.23 18000 0.27 -0.19 0.5 0.3 2000 200000 0 2
|
| 501 |
+
;KURUMA 1500.0 1.9 4.9 1.4 0.0 0.0 0.15 75 0.87 0.85 0.48 5 180.0 17.0 5.0 F P 7.17 0.55 0 30.0 1.6 0.1 0.24 0.60 18000 0.27 -0.13 0.5 0.0 0 200000 1 1
|
| 502 |
+
;TRAIN 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 5.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 0 1
|
| 503 |
+
;DODO 2500.0 1.0 10.0 1.2 0.0 1.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 5.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.50 25000 1.25 -0.17 0.5 0.0 4000000 200000 0 1
|
| 504 |
+
;MAFIA 1700.0 2.0 4.9 1.6 0.0 0.2 -0.15 75 0.95 0.80 0.55 5 200.0 24.0 5.0 R P 10.0 0.53 0 30.0 1.5 0.13 0.2 0.65 35000 0.23 -0.16 0.5 0.5 2000 400000 0 1
|
| 505 |
+
;CUBAN 2150.0 2.1 5.0 2.2 0.0 0.0 0.2 75 0.75 0.75 0.53 5 160.0 25.0 5.0 4 P 6.0 0.54 0 40.0 0.8 0.08 0.26 0.55 10000 0.25 -0.26 0.5 0.45 2000 0 1 1
|
| 506 |
+
;GANGBUR 2000.0 2.1 5.0 2.3 0.0 0.1 -0.25 85 0.95 0.85 0.52 5 150.0 27.0 5.0 4 P 10.5 0.45 0 30.0 1.4 0.14 0.2 0.50 26000 0.33 -0.21 0.4 0.5 2001 400000 0 1
|
| 507 |
+
;ZEBRA 2250.0 2.2 5.0 2.3 0.0 0.1 -0.2 75 1.00 0.80 0.52 4 160.0 26.0 5.0 R P 9.0 0.48 0 40.0 1.9 0.11 0.2 0.18 10000 0.25 -0.17 0.5 0.5 0 404000 1 1
|
| 508 |
+
;SABRETUR 1800.0 2.1 4.5 2.1 0.0 0.2 0.1 70 1.05 0.84 0.52 5 180.0 32.0 5.0 R P 6.1 0.52 0 33.0 1.3 0.10 0.3 0.55 45000 0.30 -0.20 0.5 0.40 2000 40420C 1 1
|
| 509 |
+
;PHEONIX 1400.0 2.3 4.5 1.6 0.0 0.2 -0.25 70 1.00 0.80 0.53 5 200.0 28.0 5.0 R P 11.1 0.52 0 30.0 1.4 0.10 0.34 0.60 45000 0.31 -0.25 0.5 0.3 2000 C00000 1 1
|
| 510 |
+
;DELUXO 1600.0 2.2 4.9 1.7 0.0 0.0 0.2 75 0.80 0.85 0.52 5 200.0 26.0 5.0 4 P 10.0 0.53 0 30.0 2.25 0.16 0.28 0.52 35000 0.27 -0.16 0.5 0.35 2004 400000 0 1
|
| 511 |
+
;SPAND 2400.0 2.2 5.5 2.5 0.0 0.0 0.1 85 0.9 0.8 0.47 5 150.0 15.0 5.0 F D 5.5 0.6 0 30.0 1.4 0.1 0.40 0.90 16000 0.35 -0.15 0.5 0.0 80 0 0 3
|
| 512 |
+
;KAUFMAN 1650.0 2.1 5.0 2.2 0.0 0.1 -0.1 75 1.00 0.89 0.52 4 160.0 24.0 5.0 R P 7.0 0.47 0 40.0 2.0 0.11 0.2 0.32 10000 0.25 -0.18 0.5 0.4 0 0 1 1
|
| 513 |
+
;LOVEFIST 2700.0 2.0 7.3 1.6 0.0 0.1 -0.1 75 0.91 0.70 0.51 5 180.0 15.0 5.0 4 P 10.0 0.40 0 30.0 1.2 0.09 0.2 0.47 40000 0.35 -0.15 0.5 0.0 2000 400000 0 1
|
| 514 |
+
;ANGEL 800.0 1.2 2.2 1.5 0.0 0.15 0.0 103 1.2 0.86 0.52 4 190.0 45.0 5.0 R P 12.0 0.55 0 35.0 0.65 0.20 0.3 0.24 10000 0.09 -0.11 0.55 0.0 1002000 0 1 1
|
| 515 |
+
;
|
| 516 |
+
;the end
|
data-lite/files/SAMP/jekmant_log.txt
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Jekmant's library loaded! Build time: Feb 4 2021 19:29:25
|
| 2 |
+
libGTASA.so image base address: 0xB299D000
|
| 3 |
+
Load libSAMP.so successfully
|
| 4 |
+
libSAMP.so image base address: 0xB21B6000
|
| 5 |
+
libJEKM.so image base address: 0xB2497000
|
| 6 |
+
libc.so image base address: 0xE5999000
|
| 7 |
+
Loading SA-MP
|
| 8 |
+
Loading Voice Library
|
| 9 |
+
Initializing trampolines for SAMP...
|
| 10 |
+
Initializing trampolines for GTA...
|
| 11 |
+
Initializing RenderWare..
|
| 12 |
+
Initializing SpecialHooks...
|
| 13 |
+
Initializing HookNetRPC...
|
| 14 |
+
Initializing Patches...
|
| 15 |
+
Initializing SAMP..
|
| 16 |
+
Storage: /storage/emulated/0/Android/data/ru.unisamp_mobile.game/files/
|
| 17 |
+
ReadSettingFile Hook...
|
| 18 |
+
Initializing GUI...
|
| 19 |
+
Initializing GUI..
|
| 20 |
+
GUI | Display size: 2310.000000, 1080.000000
|
| 21 |
+
GUI | Scale factor: 1.203125, 1.000000 Font size: 30.000000
|
| 22 |
+
GUI | Loading font: arial_bold.ttf
|
| 23 |
+
GUI | ImFont pointer = 0xE31AB900
|
| 24 |
+
Starting game...
|
| 25 |
+
Load GButton
|
| 26 |
+
GetTexture: gtexture
|
| 27 |
+
Tab initialized.
|
| 28 |
+
GUI | CreateDeviceObjects.
|
| 29 |
+
GUI | Font atlas width: 512, height: 512, depth: 32
|
| 30 |
+
GUI | Vertex buffer reallocated. Size: 5000
|
| 31 |
+
RegisterRPCs...
|
| 32 |
+
RPC: InitGame
|
| 33 |
+
CLocalPlayer::Spawn Hook...
|
data-lite/files/SAMP/main.scm
ADDED
|
Binary file (97 kB). View file
|
|
|
data-lite/files/SAMP/ped.ifp
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7483f49080a0f833dc73ef09aa2224f99a9e90757fa5c2b7db5505cbef33eac
|
| 3 |
+
size 1433248
|
data-lite/files/SAMP/peds.ide
ADDED
|
@@ -0,0 +1,361 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# see default.ide for id ranges
|
| 3 |
+
#
|
| 4 |
+
|
| 5 |
+
peds
|
| 6 |
+
# car groups:
|
| 7 |
+
#NORMAL_CAR 1
|
| 8 |
+
#POOR_FAMILY_CAR 2
|
| 9 |
+
#RICH_FAMILY_CAR 4
|
| 10 |
+
#EXECUTIVE_CAR 8
|
| 11 |
+
#WORKER_CAR 16
|
| 12 |
+
#BIG_CAR 32
|
| 13 |
+
#TAXI_CAR 64
|
| 14 |
+
#MOPED 128
|
| 15 |
+
#MOTORBIKE 256
|
| 16 |
+
#LEISURE_BOAT 512
|
| 17 |
+
#WORKER_BOAT 1024
|
| 18 |
+
#BICYCLE 2048
|
| 19 |
+
#ON FOOT 4096
|
| 20 |
+
#
|
| 21 |
+
# flags:
|
| 22 |
+
# BuysDrugs 1
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
# radio stations
|
| 26 |
+
# Rap 0
|
| 27 |
+
# Pop 1
|
| 28 |
+
# Interview 2
|
| 29 |
+
# Soul 3
|
| 30 |
+
# Rock 4
|
| 31 |
+
# Current affairs 5
|
| 32 |
+
# Spanish 6
|
| 33 |
+
# Fernando 7
|
| 34 |
+
# new wave 8
|
| 35 |
+
# off 9
|
| 36 |
+
#
|
| 37 |
+
# modelId, ModelName, TxdName, Default pedtype,
|
| 38 |
+
# animGroup(man,cop,woman,fatwoman,sexywoman...), cars can drive mask(in hex), other flag (drugs,...),
|
| 39 |
+
# animfile, radio1, radio2
|
| 40 |
+
#
|
| 41 |
+
#
|
| 42 |
+
0, null, generic, PLAYER1, STAT_PLAYER, player, 0, 0, null, 9,9, PED_TYPE_PLAYER, VOICE_PLY_CR, VOICE_PLY_CR
|
| 43 |
+
1,TRUTH, TRUTH, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC,VOICE_GNG_TRUTH ,VOICE_GNG_TRUTH
|
| 44 |
+
2,MACCER,MACCER, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GNG_MACCER , VOICE_GNG_MACCER
|
| 45 |
+
3, ANDRE, ANDRE, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01 #Andre
|
| 46 |
+
4, BBTHIN, BBTHIN, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GANG, VOICE_GNG_BIG_BEAR, VOICE_GNG_BIG_BEAR #Big Bear
|
| 47 |
+
5, BB, BB, CIVMALE, STAT_SENSIBLE_GUY, fatman, 0, 0, fatman, 1,4, PED_TYPE_GANG, VOICE_GNG_BIG_BEAR, VOICE_GNG_BIG_BEAR #Big Bear
|
| 48 |
+
6, EMMET, EMMET, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01 #Emmet
|
| 49 |
+
8, JANITOR, JANITOR, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01 #Janitor
|
| 50 |
+
42, JETHRO, JETHRO, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01 #Jethro
|
| 51 |
+
65, KENDL, KENDL, CIVFEMALE, STAT_SENSIBLE_GUY, woman, 0, 0, woman, 1,4, PED_TYPE_GEN, VOICE_GEN_HFYRI, VOICE_GEN_HFYRI #Kendl
|
| 52 |
+
86, RYDER3, RYDER3, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GANG, VOICE_GNG_RYDER, VOICE_GNG_RYDER #Ryder
|
| 53 |
+
119, SINDACO, SINDACO, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01 #Sindacco
|
| 54 |
+
149, SMOKEV, SMOKEV, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GANG, VOICE_GNG_SMOKE, VOICE_GNG_SMOKE #Big Smoke
|
| 55 |
+
208, SUZIE, SUZIE, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GANG, VOICE_GNG_STRI1, VOICE_GNG_STRI1 #Su Xi Mu (Suzie)
|
| 56 |
+
273, TBONE, TBONE, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GANG, VOICE_GNG_TBONE, VOICE_GNG_TBONE #T-Bone Mendez
|
| 57 |
+
289, ZERO, ZERO, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01 #Zero
|
| 58 |
+
|
| 59 |
+
7, male01, male01, CIVMALE, STAT_SENSIBLE_GUY, man, 0, 0, man, 1,4, PED_TYPE_GEN, VOICE_GEN_MALE01, VOICE_GEN_MALE01
|
| 60 |
+
9, BFORI, BFORI, CIVFEMALE, STAT_COWARD, woman, 120C,0, man,7,3,PED_TYPE_GEN,VOICE_GEN_BFORI,VOICE_GEN_BFORI
|
| 61 |
+
10, BFOST, BFOST, CIVFEMALE, STAT_STREET_GIRL, oldfatwoman,1003,0, null,9,3,PED_TYPE_GEN, VOICE_GEN_BFOST, VOICE_GEN_BFOST
|
| 62 |
+
11, VBFYCRP, VBFYCRP, CIVFEMALE, STAT_SUIT_GIRL, woman, 130C,0, null,3,7,PED_TYPE_GEN,VOICE_GEN_BFYCRP ,VOICE_GEN_BFYCRP
|
| 63 |
+
12, BFYRI, BFYRI, CIVFEMALE, STAT_COWARD, sexywoman, 120C,1, null,7,9,PED_TYPE_GEN,VOICE_GEN_BFYRI ,VOICE_GEN_BFYRI
|
| 64 |
+
13, BFYST, BFYST, CIVFEMALE, STAT_STREET_GIRL, woman,1983,1, null,0,3,PED_TYPE_GEN,VOICE_GEN_BFYST ,VOICE_GEN_BFYST
|
| 65 |
+
14, BMORI, bmori, CIVMALE, STAT_COWARD, man, 120C,0, man,9,8,PED_TYPE_GEN,VOICE_GEN_BMORI,VOICE_GEN_BMORI
|
| 66 |
+
15, BMOST, bmost, CIVMALE, STAT_STREET_GUY, man,1003,0, man,8,9,PED_TYPE_GEN,VOICE_GEN_BMOST ,VOICE_GEN_BMOST
|
| 67 |
+
16, BMYAP, BMYAP, CIVMALE, STAT_COWARD, man, 110F,0, null,0,8,PED_TYPE_GEN,VOICE_GEN_BMYAP ,VOICE_GEN_BMYAP
|
| 68 |
+
17, BMYBU, BMYBU, CIVMALE, STAT_SUIT_GUY, man, 120C,1, man,7,9,PED_TYPE_GEN,VOICE_GEN_BMYBU ,VOICE_GEN_BMYBU
|
| 69 |
+
18, BMYBE, BMYBE, CIVMALE, STAT_BEACH_GUY, man,1000,0, beach,7,3,PED_TYPE_GEN,VOICE_GEN_BMYBE ,VOICE_GEN_BMYBE
|
| 70 |
+
19, BMYDJ, BMYDJ, CIVMALE, STAT_STREET_GUY, gang1, 170F,1, null,5,0,PED_TYPE_GEN,VOICE_GEN_BMYDJ ,VOICE_GEN_BMYDJ
|
| 71 |
+
20, BMYRI, BMYRI, CIVMALE, STAT_COWARD, man, 120C,1, null,7,5,PED_TYPE_GEN,VOICE_GEN_BMYRI ,VOICE_GEN_BMYRI
|
| 72 |
+
21, BMYCR, BMYCR, CRIMINAL, STAT_CRIMINAL, gang1, 110F,1, man,5,0,PED_TYPE_GEN,VOICE_GEN_BMYCR ,VOICE_GEN_BMYCR
|
| 73 |
+
22, BMYST, BMYST, CIVMALE, STAT_STREET_GUY, gang2,1983,1, null,0,3,PED_TYPE_GEN,VOICE_GEN_BMYST ,VOICE_GEN_BMYST
|
| 74 |
+
23, WMYBMX, WMYBMX, CIVMALE, STAT_STREET_GUY, man,0800,0, null,6,4,PED_TYPE_GEN,VOICE_GEN_WMYBMX ,VOICE_GEN_WMYBMX
|
| 75 |
+
24, WBDYG1, WBDYG1, CIVMALE, STAT_TOUGH_GUY, man, 170F,1, man,10,1,PED_TYPE_GEN,VOICE_GEN_BBDYG1 ,VOICE_GEN_BBDYG1
|
| 76 |
+
25, WBDYG2, WBDYG2, CIVMALE, STAT_TOUGH_GUY, man, 170F,1, man,2,1,PED_TYPE_GEN,VOICE_GEN_BBDYG2 ,VOICE_GEN_BBDYG2
|
| 77 |
+
26, WMYBP, WMYBP, CIVMALE, STAT_GEEK_GUY, man,1000,1, man,2,6,PED_TYPE_GEN,VOICE_GEN_WMYBP ,VOICE_GEN_WMYBP
|
| 78 |
+
27, WMYCON, WMYCON, CIVMALE, STAT_SUIT_GUY, man, 130C,1, man,1,2,PED_TYPE_GEN,VOICE_GEN_WMYCON ,VOICE_GEN_WMYCON
|
| 79 |
+
28, BMYDRUG, BMYdrug, CRIMINAL, STAT_CRIMINAL, gang2, 110F,0, man,5,5,PED_TYPE_GEN,VOICE_GEN_BMYDRUG ,VOICE_GEN_BMYDRUG
|
| 80 |
+
29, WMYDRUG, WMYdrug, CRIMINAL, STAT_CRIMINAL, man, 110F,0, man,4,4,PED_TYPE_GEN,VOICE_GEN_WMYDRUG ,VOICE_GEN_WMYDRUG
|
| 81 |
+
30, HMYDRUG, HMYdrug, CRIMINAL, STAT_CRIMINAL, man, 110F,0, man,9,7,PED_TYPE_GEN,VOICE_GEN_HMYDRUG ,VOICE_GEN_HMYDRUG
|
| 82 |
+
31, DWFOLC, dwfolc, CIVFEMALE, STAT_OLD_GIRL, oldfatwoman,1003,0, null,1,10,PED_TYPE_GEN,VOICE_GEN_DWFOLC,VOICE_GEN_DWFOLC
|
| 83 |
+
32, DWMOLC1, dwmolc1, CIVMALE, STAT_OLD_GUY, man,1003,0, null,1,10,PED_TYPE_GEN,VOICE_GEN_DWMOLC1,VOICE_GEN_DWMOLC1
|
| 84 |
+
33, DWMOLC2, dwmolc2, CIVMALE, STAT_OLD_GUY, man,1003,0, null,1,2,PED_TYPE_GEN,VOICE_GEN_DWMOLC2,VOICE_GEN_DWMOLC2
|
| 85 |
+
34, DWMYLC1, dwmylc1, CIVMALE, STAT_TOUGH_GUY, man,1983,1, null,2,1,PED_TYPE_GEN,VOICE_GEN_DWMYLC1,VOICE_GEN_DWMYLC2
|
| 86 |
+
35, HMOGAR, HMOgar, CIVMALE, STAT_OLD_GUY, man, 1003,0, null,10,2,PED_TYPE_GEN,VOICE_GEN_WMYGAR ,VOICE_GEN_WMYGAR
|
| 87 |
+
36, WMYGOL1, WMYgol1, CIVMALE, STAT_COWARD, man, 170F,0, null,2,3,PED_TYPE_GEN,VOICE_GEN_WMYGOL1 ,VOICE_GEN_WMYGOL1
|
| 88 |
+
37, WMYGOL2, WMYgol2, CIVMALE, STAT_COWARD, man, 170F,0, null,7,3,PED_TYPE_GEN,VOICE_GEN_WMYGOL2 ,VOICE_GEN_WMYGOL2
|
| 89 |
+
38, HFORI, hfori, CIVFEMALE, STAT_COWARD, woman, 120C,0, man,10,9,PED_TYPE_GEN,VOICE_GEN_HFORI ,VOICE_GEN_HFORI
|
| 90 |
+
39, HFOST, hfost, CIVFEMALE, STAT_OLD_GIRL, oldfatwoman,1003,0, man,9,3,PED_TYPE_GEN,VOICE_GEN_HFOST ,VOICE_GEN_HFOST
|
| 91 |
+
40, HFYRI, HFYRI, CIVFEMALE, STAT_COWARD, sexywoman, 120C,1, null,7,3,PED_TYPE_GEN,VOICE_GEN_HFYRI ,VOICE_GEN_HFYRI
|
| 92 |
+
41, HFYST, HFYST, CIVFEMALE, STAT_STREET_GIRL, woman,1983,1, null,6,1,PED_TYPE_GEN,VOICE_GEN_HFYST ,VOICE_GEN_HFYST
|
| 93 |
+
|
| 94 |
+
43, HMORI, HMORI, CIVMALE, STAT_COWARD, man, 120C,0, man,10,9,PED_TYPE_GEN,VOICE_GEN_HMORI ,VOICE_GEN_HMORI
|
| 95 |
+
44, HMOST, HMOST, CIVMALE, STAT_STREET_GUY, man,1003,0, man,2,2,PED_TYPE_GEN,VOICE_GEN_HMOST ,VOICE_GEN_HMOST
|
| 96 |
+
45, HMYBE, HMYBE, CIVMALE, STAT_BEACH_GUY, man,1000,0, beach,7,3,PED_TYPE_GEN,VOICE_GEN_HMYBE ,VOICE_GEN_HMYBE
|
| 97 |
+
46, HMYRI, HMYRI, CIVMALE, STAT_SUIT_GUY, man,1983,1, null,6,4,PED_TYPE_GEN,VOICE_GEN_HMYRI ,VOICE_GEN_HMYRI
|
| 98 |
+
47, HMYCR, HMYCR, CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,0,0,PED_TYPE_GEN,VOICE_GEN_HMYCR ,VOICE_GEN_HMYCR
|
| 99 |
+
48, HMYST, HMYST, CIVMALE, STAT_TOURIST, man, 1983,1, man,0,5,PED_TYPE_GEN,VOICE_GEN_HMYST ,VOICE_GEN_HMYST
|
| 100 |
+
49, OMOKUNG, OMOkung, CIVMALE, STAT_OLD_GUY, oldman,1003,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_OMOKUNG ,VOICE_GEN_OMOKUNG
|
| 101 |
+
50, WMYMECH, WMYMECH, CIVMALE, STAT_TOUGH_GUY, man,1433,1, null,6,6,PED_TYPE_GEN,VOICE_GEN_WMYMECH ,VOICE_GEN_WMYMECH
|
| 102 |
+
51, BMYMOUN, BMYMOUN, CIVMALE, STAT_SENSIBLE_GUY, man,0800,1, man,2,0 PED_TYPE_GEN,VOICE_GEN_BMYMOUN ,VOICE_GEN_BMYMOUN
|
| 103 |
+
52, WMYMOUN, WMYMOUN, CIVMALE, STAT_SENSIBLE_GUY, man,0800,1, man,6,2,PED_TYPE_GEN,VOICE_GEN_WMYMOUN ,VOICE_GEN_WMYMOUN
|
| 104 |
+
53, OFORI, OFORI, CIVFEMALE, STAT_OLD_GIRL, oldwoman, 120C,0, man,10,1,PED_TYPE_GEN,VOICE_GEN_OFORI,VOICE_GEN_OFORI
|
| 105 |
+
54, OFOST, OFOST, CIVFEMALE, STAT_STREET_GIRL, oldwoman,1003,0, null,10,3,PED_TYPE_GEN,VOICE_GEN_OFOST,VOICE_GEN_OFOST
|
| 106 |
+
55, OFYRI, OFYRI, CIVFEMALE, STAT_COWARD, woman, 120C,1, null,2,7,PED_TYPE_GEN,VOICE_GEN_OFYRI,VOICE_GEN_OFYRI
|
| 107 |
+
56, OFYST, OFYST, CIVFEMALE, STAT_TOURIST, woman,1003,1, null,6,6,PED_TYPE_GEN,VOICE_GEN_OFYST,VOICE_GEN_OFYST
|
| 108 |
+
57, OMORI, OMORI, CIVMALE, STAT_COWARD, man, 120C,0, man,10,10,PED_TYPE_GEN,VOICE_GEN_OMORI,VOICE_GEN_OMORI
|
| 109 |
+
58, OMOST, OMOST, CIVMALE, STAT_STREET_GUY, man,1003,0, man,2,1,PED_TYPE_GEN,VOICE_GEN_OMOST,VOICE_GEN_OMOST
|
| 110 |
+
59, OMYRI, OMYRI, CIVMALE, STAT_COWARD, man, 120C,1, null,2,4,PED_TYPE_GEN,VOICE_GEN_OMYRI ,VOICE_GEN_OMYRI
|
| 111 |
+
60, OMYST, OMYST, CIVMALE, STAT_TOURIST, man,1983,1, null,3,6,PED_TYPE_GEN,VOICE_GEN_OMYST ,VOICE_GEN_OMYST
|
| 112 |
+
61, WMYPLT, WMYPLT, CIVMALE, STAT_SUIT_GUY, man,1000,1, null,1,2,PED_TYPE_GEN,VOICE_GEN_WMYPLT ,VOICE_GEN_WMYPLT
|
| 113 |
+
62, WMOPJ, WMOpj, CIVMALE, STAT_OLD_GUY, oldman,1000,0, null,1,1,PED_TYPE_GEN,VOICE_GEN_WMOPJ ,VOICE_GEN_WMOPJ
|
| 114 |
+
63, BFYPRO, BFYPRO, PROSTITUTE, STAT_PROSTITUTE, pro,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_BFYPRO,VOICE_GEN_BFYPRO
|
| 115 |
+
64, HFYPRO, HFYPRO, PROSTITUTE, STAT_PROSTITUTE, pro,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_HFYPRO ,VOICE_GEN_HFYPRO
|
| 116 |
+
|
| 117 |
+
66, BMYPOL1, BMYpol1, CIVMALE, STAT_TOUGH_GUY, man, 110F,1, man,0,0,PED_TYPE_GEN,VOICE_GEN_BMYPOL1 ,VOICE_GEN_BMYPOL1
|
| 118 |
+
67, BMYPOL2, BMYpol2, CIVMALE, STAT_TOUGH_GUY, man, 110F,1, man,8,8,PED_TYPE_GEN,VOICE_GEN_BMYPOL2 ,VOICE_GEN_BMYPOL2
|
| 119 |
+
68, WMOPREA, WMOprea, CIVMALE, STAT_SUIT_GUY, man, 170F,0, man,1,10,PED_TYPE_GEN,VOICE_GEN_WMOPREA ,VOICE_GEN_WMOPREA
|
| 120 |
+
69, SBFYST, sbfyst, CIVFEMALE, STAT_TOURIST, woman,1983,1, null,4,6,PED_TYPE_GEN,VOICE_GEN_SBFYST, VOICE_GEN_SBFYST
|
| 121 |
+
70, WMOSCI, WMOsci, CIVMALE, STAT_OLD_GUY, man, 120C,0, null,10,10,PED_TYPE_GEN,VOICE_GEN_WMOSCI ,VOICE_GEN_WMOSCI
|
| 122 |
+
71, WMYSGRD, WMYSGRD, CIVMALE, STAT_TOUGH_GUY, man, 170F,1, null,2,6,PED_TYPE_GEN,VOICE_GEN_WMYSGRAD ,VOICE_GEN_WMYSGRAD
|
| 123 |
+
72, SWMYHP1, SWMYhp1, CIVMALE, STAT_TOUGH_GUY, man,1983,1, man,8,2,PED_TYPE_GEN,VOICE_GEN_SWMYHP1,VOICE_GEN_SWMYHP1
|
| 124 |
+
73, SWMYHP2, SWMYhp2, CIVMALE, STAT_COWARD, man,1882,1, man,2,8,PED_TYPE_GEN,VOICE_GEN_SWMYHP2,VOICE_GEN_SWMYHP2
|
| 125 |
+
|
| 126 |
+
75, SWFOPRO, sWFOpro, PROSTITUTE, STAT_PROSTITUTE, pro,1000,1, null,3,3,PED_TYPE_GEN,VOICE_GEN_SWFOPRO,VOICE_GEN_SWFOPRO
|
| 127 |
+
76, WFYSTEW, WFYSTEW, CIVFEMALE, STAT_GEEK_GIRL, sexywoman,1000,1, null,6,4,PED_TYPE_GEN,VOICE_GEN_WFYSTEW ,VOICE_GEN_WFYSTEW
|
| 128 |
+
77, SWMOTR1, sWMOtr1, CIVMALE, STAT_TRAMP_MALE, man,1000,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_SWMOTR1,VOICE_GEN_SWMOTR1
|
| 129 |
+
78, WMOTR1, WMOTR1, CIVMALE, STAT_TRAMP_MALE, man,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_WMOTR1,VOICE_GEN_WMOTR1
|
| 130 |
+
79, BMOTR1, BMOTR1, CIVMALE, STAT_TRAMP_MALE, man,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_BMOTR1,VOICE_GEN_BMOTR1
|
| 131 |
+
80, VBMYBOX, VBMYbox, CIVMALE, STAT_TOUGH_GUY, man, 1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_BMYBOX ,VOICE_GEN_BMYBOX
|
| 132 |
+
81, VWMYBOX, VWMYbox, CIVMALE, STAT_TOUGH_GUY, man, 1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_WMYBOX ,VOICE_GEN_WMYBOX
|
| 133 |
+
82, VHMYELV, VHMYELV, CIVMALE, STAT_COWARD, man, 170F,1, null,1,2,PED_TYPE_GEN,VOICE_GEN_VHMYELV,VOICE_GEN_VHMYELV
|
| 134 |
+
83, VBMYELV, VBMYELV, CIVMALE, STAT_TOUGH_GUY, man, 170F,1, null,2,1,PED_TYPE_GEN,VOICE_GEN_VBMYELV,VOICE_GEN_VBMYELV
|
| 135 |
+
84, VIMYELV, VIMYELV, CIVMALE, STAT_COWARD, man, 170F,1, null,1,1,PED_TYPE_GEN,VOICE_GEN_VIMYELV,VOICE_GEN_VIMYELV
|
| 136 |
+
85, VWFYPRO, VWFYPRO, PROSTITUTE, STAT_PROSTITUTE, pro,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_VWFYPRO,VOICE_GEN_VWFYPRO
|
| 137 |
+
|
| 138 |
+
87, VWFYST1, VWFYST1, CIVFEMALE, STAT_STREET_GIRL, sexywoman,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_VWFYST1 ,VOICE_GEN_VWFYST1
|
| 139 |
+
88, WFORI, WFORI, CIVFEMALE, STAT_COWARD, oldwoman, 120C,0, man,10,1,PED_TYPE_GEN,VOICE_GEN_WFORI,VOICE_GEN_WFORI
|
| 140 |
+
89, WFOST, WFOST, CIVFEMALE, STAT_STREET_GIRL, oldfatwoman,1003,0, man,1,2,PED_TYPE_GEN,VOICE_GEN_WFOST,VOICE_GEN_WFOST
|
| 141 |
+
90, WFYJG, WFYJG, CIVFEMALE, STAT_COWARD, jogwoman,1000,0, beach,9,9,PED_TYPE_GEN,VOICE_GEN_WFYJG ,VOICE_GEN_WFYJG
|
| 142 |
+
91, WFYRI, WFYRI, CIVFEMALE, STAT_COWARD, sexywoman, 120C,1, null,4,6,PED_TYPE_GEN,VOICE_GEN_WFYRI ,VOICE_GEN_WFYRI
|
| 143 |
+
92, WFYRO, WFYRO, CIVFEMALE, STAT_SKATER, skate,1000,1, skate,1,4,PED_TYPE_GEN,VOICE_GEN_WFYRO ,VOICE_GEN_WFYRO
|
| 144 |
+
93, WFYST, WFYST, CIVFEMALE, STAT_STREET_GIRL, sexywoman,1983,1, null,4,6,PED_TYPE_GEN,VOICE_GEN_WFYST,VOICE_GEN_WFYST
|
| 145 |
+
94, WMORI, WMORI, CIVMALE, STAT_SUIT_GUY, man, 120C,0, man,10,10,PED_TYPE_GEN,VOICE_GEN_WMORI ,VOICE_GEN_WMORI
|
| 146 |
+
95, WMOST, WMOST, CIVMALE, STAT_OLD_GUY, man,1003,0, man,8,1,PED_TYPE_GEN,VOICE_GEN_WMOST ,VOICE_GEN_WMOST
|
| 147 |
+
96, WMYJG, WMYJG, CIVMALE, STAT_SENSIBLE_GUY, jogger,1000,0, null,9,9,PED_TYPE_GEN,VOICE_GEN_WMYJG ,VOICE_GEN_WMYJG
|
| 148 |
+
97, WMYLG, WMYlG, CIVMALE, STAT_GEEK_GUY, jogger,1000,0, null,9,9,PED_TYPE_GEN,VOICE_GEN_WMYLG ,VOICE_GEN_WMYLG
|
| 149 |
+
98, WMYRI, WMYRI, CIVMALE, STAT_SHOPPER, man, 120C,1, null,6,9,PED_TYPE_GEN,VOICE_GEN_WMYRI ,VOICE_GEN_WMYRI
|
| 150 |
+
99, WMYRO, WMYRO, CIVMALE, STAT_SKATER, skate,1000,0, skate,9,9,PED_TYPE_GEN,VOICE_GEN_WMYRO,VOICE_GEN_WMYRO
|
| 151 |
+
100, WMYCR, WMYCR, CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,2,6,PED_TYPE_GEN,VOICE_GEN_WMYCR ,VOICE_GEN_WMYCR
|
| 152 |
+
101, WMYST, WMYST, CIVMALE, STAT_STREET_GUY, man,1983,1, null,4,3,PED_TYPE_GEN,VOICE_GEN_WMYST ,VOICE_GEN_WMYST
|
| 153 |
+
#gang peds,
|
| 154 |
+
102, BALLAS1, BALLAS1, GANG1, STAT_GANG1, gang1, 110F,1, null,3,3,PED_TYPE_GANG,VOICE_GNG_BALLAS1 ,VOICE_GNG_BALLAS2
|
| 155 |
+
103, BALLAS2, BALLAS2, GANG1, STAT_GANG1, gang2, 110F,1, null,3,3,PED_TYPE_GANG,VOICE_GNG_BALLAS3 ,VOICE_GNG_BALLAS4
|
| 156 |
+
104, BALLAS3, BALLAS3, GANG1, STAT_GANG1, gang1, 110F,1, null,3,3,PED_TYPE_GANG,VOICE_GNG_BALLAS5 ,VOICE_GNG_BALLAS5
|
| 157 |
+
105, FAM1, FAM1, GANG2, STAT_GANG2, gang2, 110F,1, null,5,5,PED_TYPE_GANG,VOICE_GNG_FAM1 ,VOICE_GNG_FAM2
|
| 158 |
+
106, FAM2, FAM2, GANG2, STAT_GANG2, gang1, 110F,1, null,5,5,PED_TYPE_GANG,VOICE_GNG_FAM3 ,VOICE_GNG_FAM4
|
| 159 |
+
107, FAM3, FAM3, GANG2, STAT_GANG2, gang2, 110F,1, null,5,5,PED_TYPE_GANG,VOICE_GNG_FAM5 ,VOICE_GNG_FAM5
|
| 160 |
+
108, LSV1, LSV1, GANG3, STAT_GANG3, gang1, 110F,1, null,9,2,PED_TYPE_GANG,VOICE_GNG_LSV1 ,VOICE_GNG_LSV2
|
| 161 |
+
109, LSV2, LSV2, GANG3, STAT_GANG3, gang2, 110F,1, null,9,2,PED_TYPE_GANG,VOICE_GNG_LSV3 ,VOICE_GNG_LSV4
|
| 162 |
+
110, LSV3, LSV3, GANG3, STAT_GANG3, gang1, 110F,1, null,9,2,PED_TYPE_GANG,VOICE_GNG_LSV5 ,VOICE_GNG_LSV5
|
| 163 |
+
111, MAFFA, MAFFA, CRIMINAL, STAT_CRIMINAL, man, 110F,1, null,2,2,PED_TYPE_GEN,VOICE_GEN_MAFFA ,VOICE_GEN_MAFFA
|
| 164 |
+
112, MAFFB, MAFFB, CRIMINAL, STAT_CRIMINAL, man, 110F,1, null,2,2,PED_TYPE_GEN,VOICE_GEN_MAFFB ,VOICE_GEN_MAFFB
|
| 165 |
+
113, MAFBOSS, MAFBOSS, CRIMINAL, STAT_CRIMINAL, man, 110F,1, null,2,2,PED_TYPE_GANG,VOICE_GNG_MAFBOSS ,VOICE_GNG_MAFBOSS
|
| 166 |
+
114, VLA1, VLA1, GANG8, STAT_GANG8, gang1, 110F,1, man,0,0,PED_TYPE_GANG,VOICE_GNG_VLA1 ,VOICE_GNG_VLA2
|
| 167 |
+
115, VLA2, VLA2, GANG8, STAT_GANG8, gang2, 110F,1, man,0,0,PED_TYPE_GANG,VOICE_GNG_VLA3 ,VOICE_GNG_VLA4
|
| 168 |
+
116, VLA3, VLA3, GANG8, STAT_GANG8, gang1, 110F,1, man,0,0,PED_TYPE_GANG,VOICE_GNG_VLA5 ,VOICE_GNG_VLA5
|
| 169 |
+
117, TRIADA, TRIADA, GANG7, STAT_GANG7, man, 110F,1, man,4,4,PED_TYPE_GANG,VOICE_GNG_STRI1 ,VOICE_GNG_STRI5
|
| 170 |
+
118, TRIADB, TRIADB, GANG7, STAT_GANG7, man, 110F,1, man,4,4,PED_TYPE_GANG,VOICE_GNG_STRI1 ,VOICE_GNG_STRI1
|
| 171 |
+
120, TRIBOSS, TRIBOSS, GANG7, STAT_GANG7, man, 110F,1, man,4,4,PED_TYPE_GANG,VOICE_GNG_STRI1 ,VOICE_GNG_STRI1
|
| 172 |
+
121, DNB1, DNB1 , GANG5, STAT_GANG5, gang1, 110F,1, man,3,4,PED_TYPE_GANG,VOICE_GNG_DNB1 ,VOICE_GNG_DNB1
|
| 173 |
+
122, DNB2, DNB2 , GANG5, STAT_GANG5, gang2, 110F,1, man,3,4,PED_TYPE_GANG,VOICE_GNG_DNB2 ,VOICE_GNG_DNB2
|
| 174 |
+
123, DNB3, DNB3 , GANG5, STAT_GANG5, gang1, 110F,1, man,3,4,PED_TYPE_GANG,VOICE_GNG_DNB3 ,VOICE_GNG_DNB5
|
| 175 |
+
124, VMAFF1, VMAFF1, GANG6, STAT_GANG6, gang1, 110F,1, man,2,2,PED_TYPE_GANG,VOICE_GNG_VMAFF1 ,VOICE_GNG_VMAFF2
|
| 176 |
+
125, VMAFF2, VMAFF2, GANG6, STAT_GANG6, man, 110F,1, man,2,2,PED_TYPE_GANG,VOICE_GNG_VMAFF3 ,VOICE_GNG_VMAFF3
|
| 177 |
+
126, VMAFF3, VMAFF3, GANG6, STAT_GANG6, man, 110F,1, man,2,2,PED_TYPE_GANG,VOICE_GNG_VMAFF4 ,VOICE_GNG_VMAFF4
|
| 178 |
+
127, VMAFF4, VMAFF4, GANG6, STAT_GANG6, man, 110F,1, man,2,2,PED_TYPE_GANG,VOICE_GNG_VMAFF5 ,VOICE_GNG_VMAFF5
|
| 179 |
+
#END OF GANG PEDS
|
| 180 |
+
128, DNMYLC, DNMYLC, CIVMALE, STAT_TOUGH_GUY, man, 1FFF,0, man,2,1,PED_TYPE_GEN,VOICE_GEN_DNMYLC ,VOICE_GEN_DNMYLC
|
| 181 |
+
129, DNFOLC1, DNFOLC1, CIVFEMALE, STAT_COWARD, oldwoman,1003,0, man,10,2,PED_TYPE_GEN,VOICE_GEN_DNFOLC1,VOICE_GEN_DNFOLC1
|
| 182 |
+
130, DNFOLC2, DNFOLC2, CIVFEMALE, STAT_COWARD, oldwoman,1003,0, man,10,10,PED_TYPE_GEN,VOICE_GEN_DNFOLC2,VOICE_GEN_DNFOLC2
|
| 183 |
+
131, DNFYLC, DNFYLC, CIVFEMALE, STAT_COWARD, sexywoman, 1FFF,1, man,2,6,PED_TYPE_GEN,VOICE_GEN_DNFYLC ,VOICE_GEN_DNFYLC
|
| 184 |
+
132, DNMOLC1, DNMOLC1, CIVMALE, STAT_OLD_GUY, man,1003,0, man,1,10,PED_TYPE_GEN,VOICE_GEN_DNMOLC1,VOICE_GEN_DNMOLC1
|
| 185 |
+
133, DNMOLC2, DNMOLC2, CIVMALE, STAT_OLD_GUY, man,1003,0, man,10,2,PED_TYPE_GEN,VOICE_GEN_DNMOLC2 ,VOICE_GEN_DNMOLC2
|
| 186 |
+
134, SBMOTR2,SBMOTR2, CIVMALE, STAT_TRAMP_MALE, oldman,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_SBMOTR1,VOICE_GEN_SBMOTR2
|
| 187 |
+
135, SWMOTR2, SWMOTR2, CIVMALE, STAT_TRAMP_MALE, man,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_SWMOTR2,VOICE_GEN_SWMOTR2
|
| 188 |
+
136, SBMYTR3, SBMYTR3, CIVMALE, STAT_TRAMP_MALE, man,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_SBMYTR3 ,VOICE_GEN_SBMYTR3
|
| 189 |
+
137, SWMOTR3, SWMOTR3, CIVMALE, STAT_TRAMP_MALE, man,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_SWMOTR3,VOICE_GEN_SWMOTR3
|
| 190 |
+
138, WFYBE, WFYBE, CIVFEMALE, STAT_COWARD, woman,1000,0, beach,1,4,PED_TYPE_GEN,VOICE_GEN_WFYBE ,VOICE_GEN_WFYBE
|
| 191 |
+
139, BFYBE, BFYBE, CIVFEMALE, STAT_BEACH_GIRL, woman,1000,0, beach,1,4,PED_TYPE_GEN,VOICE_GEN_BFYBE ,VOICE_GEN_BFYBE
|
| 192 |
+
140, HFYBE, HFYBE, CIVFEMALE, STAT_BEACH_GIRL, woman,1000,0, beach,1,4,PED_TYPE_GEN,VOICE_GEN_HFYBE ,VOICE_GEN_HFYBE
|
| 193 |
+
141, SOFYBU, SOFYBU, CIVFEMALE, STAT_SUIT_GIRL, busywoman, 120C,0, man,4,0,PED_TYPE_GEN,VOICE_GEN_SOFYBU,VOICE_GEN_SOFYBU
|
| 194 |
+
142, SBMYST, SBMYST, CIVMALE, STAT_STREET_GUY, man,1983,1, man,8,5,PED_TYPE_GEN,VOICE_GEN_SBMYST ,VOICE_GEN_SBMYST
|
| 195 |
+
143, SBMYCR, SBMYCR, CRIMINAL, STAT_CRIMINAL, gang1, 110F,1, man,5,0,PED_TYPE_GEN,VOICE_GEN_SBMYCR,VOICE_GEN_SBMYCR
|
| 196 |
+
144, BMYCG, bmycg, CRIMINAL, STAT_CRIMINAL, gang2, 110F,1, man,8,3,PED_TYPE_GEN,VOICE_GEN_BMYCG ,VOICE_GEN_BMYCG
|
| 197 |
+
145, WFYCRK, Wfycrk, CIVFEMALE, STAT_CRIMINAL, woman, 110F,1, man,4,3,PED_TYPE_GEN,VOICE_GEN_WFYCRK ,VOICE_GEN_WFYCRK
|
| 198 |
+
146, HMYCM, hmycm, CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,8,10,PED_TYPE_GEN,VOICE_GEN_HMYCM ,VOICE_GEN_HMYCM
|
| 199 |
+
147, WMYBU, wmybu, CIVMALE, STAT_COWARD, man, 120C,1, man,6,3,PED_TYPE_GEN,VOICE_GEN_WMYBU,VOICE_GEN_WMYBU
|
| 200 |
+
148, BFYBU, bfybu, CIVFEMALE, STAT_SUIT_GIRL, busywoman, 120C,1, man,3,7,PED_TYPE_GEN,VOICE_GEN_BFYBU ,VOICE_GEN_BFYBU
|
| 201 |
+
150, WFYBU, wfybu, CIVFEMALE, STAT_SUIT_GIRL, busywoman, 120C,1, man,9,2,PED_TYPE_GEN,VOICE_GEN_WFYBU,VOICE_GEN_WFYBU
|
| 202 |
+
151, DWFYLC1, Dwfylc1, CIVFEMALE, STAT_TOUGH_GIRL, sexywoman,1983,1, man,1,1,PED_TYPE_GEN,VOICE_GEN_DWFYLC1 ,VOICE_GEN_DWFYLC2
|
| 203 |
+
152, WFYPRO, WFYpro, PROSTITUTE, STAT_PROSTITUTE, pro,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_WFYPRO,VOICE_GEN_WFYPRO
|
| 204 |
+
153, WMYCONB, wmyconb , CIVMALE, STAT_SUIT_GUY, man, 170F,1, man,6,2,PED_TYPE_GEN,VOICE_GEN_WMYCONB ,VOICE_GEN_WMYCONB
|
| 205 |
+
154, WMYBE, wmybe , CIVMALE, STAT_SENSIBLE_GUY, man,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_WMYBE ,VOICE_GEN_WMYBE
|
| 206 |
+
155, WMYPIZZ, wmypizz , CIVMALE, STAT_SENSIBLE_GUY, man,1000,1, man,1,4,PED_TYPE_GFD,VOICE_GFD_WMYPIZZ ,VOICE_GFD_WMYPIZZ
|
| 207 |
+
156, BMOBAR, bmobar , CIVMALE, STAT_OLD_GUY, man,1000,0, man,1,4,PED_TYPE_GFD,VOICE_GFD_BMOBAR ,VOICE_GFD_BMOBAR
|
| 208 |
+
157, CWFYHB, cwfyhb , CIVFEMALE, STAT_TOUGH_GIRL, woman,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_CWFYHB1,VOICE_GEN_CWFYHB1
|
| 209 |
+
158, CWMOFR, cwmofr , CIVMALE, STAT_OLD_GUY, man,1000,0, man,1,4,PED_TYPE_GEN,VOICE_GEN_CWMOFR1,VOICE_GEN_CWMOFR1
|
| 210 |
+
159, CWMOHB1, cwmohb1 , CIVMALE, STAT_OLD_GUY, man, 110F,0, man,1,1,PED_TYPE_GEN,VOICE_GEN_CWMOHB1,VOICE_GEN_CWMOHB1
|
| 211 |
+
160, CWMOHB2, cwmohb2 , CIVMALE, STAT_OLD_GUY, oldman,1983,0, man,1,1,PED_TYPE_GEN,VOICE_GEN_CWMOHB2,VOICE_GEN_CWMOHB2
|
| 212 |
+
161, CWMYFR, cwmyfr , CIVMALE, STAT_TOUGH_GUY, man,1983,1, man,1,6,PED_TYPE_GEN,VOICE_GEN_CWMYFR,VOICE_GEN_CWMYFR
|
| 213 |
+
162, CWMYHB1, cwmyhb1 , CIVMALE, STAT_TOUGH_GUY, oldman,1983,0, man,6,2,PED_TYPE_GEN,VOICE_GEN_CWMYHB1,VOICE_GEN_CWMYHB1
|
| 214 |
+
163, BMYBOUN, bmyboun , CIVMALE, STAT_TOUGH_GUY, man, 170F,1, man,5,8,PED_TYPE_GEN,VOICE_GEN_BMYBOUN ,VOICE_GEN_BMYBOUN
|
| 215 |
+
164, WMYBOUN, wmyboun , CIVMALE, STAT_TOUGH_GUY, man, 170F,1, man,5,6,PED_TYPE_GEN,VOICE_GEN_WMYBOUN ,VOICE_GEN_WMYBOUN
|
| 216 |
+
165, WMOMIB, wmomib , CIVMALE, STAT_SUIT_GUY, man, 120C,0, man,10,11,PED_TYPE_GEN,VOICE_GEN_WMOMIB ,VOICE_GEN_WMOMIB
|
| 217 |
+
166, BMYMIB, bmymib , CIVMALE, STAT_SUIT_GUY, man, 120C,0, man,11,10,PED_TYPE_GEN,VOICE_GEN_BMYMIB ,VOICE_GEN_BMYMIB
|
| 218 |
+
167, WMYBELL, wmybell , CIVMALE, STAT_SENSIBLE_GUY, man,1000,1, man,1,4,PED_TYPE_GFD,VOICE_GFD_WMYBELL ,VOICE_GFD_WMYBELL
|
| 219 |
+
168, BMOCHIL, bmochil , CIVMALE, STAT_SENSIBLE_GUY, man,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_BMOST ,VOICE_GEN_BMOST
|
| 220 |
+
169, SOFYRI, sofyri , CIVFEMALE, STAT_COWARD, sexywoman, 120C,1, man,6,4,PED_TYPE_GEN,VOICE_GEN_SOFYRI,VOICE_GEN_SOFYRI
|
| 221 |
+
170, SOMYST, somyst , CIVMALE, STAT_COWARD, man,1983,0, man,4,9,PED_TYPE_GEN,VOICE_GEN_SOMYST,VOICE_GEN_SOMYST
|
| 222 |
+
171, VWMYBJD, vwmybjd , CIVMALE, STAT_SUIT_GUY, man,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_VWMYBJD ,VOICE_GEN_VWMYBJD
|
| 223 |
+
172, VWFYCRP, vwfycrp , CIVFEMALE, STAT_SUIT_GIRL, busywoman,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_WFYCRP ,VOICE_GEN_WFYCRP
|
| 224 |
+
173, SFR1, SFR1 , GANG4, STAT_GANG4, gang1, 110F,1, man,8,8,PED_TYPE_GANG,VOICE_GNG_SFR1 ,VOICE_GNG_SFR2
|
| 225 |
+
174, SFR2, SFR2 , GANG4, STAT_GANG4, gang2, 110F,1, man,8,8,PED_TYPE_GANG,VOICE_GNG_SFR3 ,VOICE_GNG_SFR4
|
| 226 |
+
175, SFR3, SFR3 , GANG4, STAT_GANG4, gang1, 110F,1, man,8,8,PED_TYPE_GANG,VOICE_GNG_SFR5 ,VOICE_GNG_SFR5
|
| 227 |
+
176, BMYBAR, BMYBAR , CIVMALE, STAT_SENSIBLE_GUY, man,1000,1, man,1,4,PED_TYPE_GFD,VOICE_GFD_BMYBARB ,VOICE_GFD_BMYBARB
|
| 228 |
+
177, WMYBAR, WMYBAR , CIVMALE, STAT_SENSIBLE_GUY, man,1000,1, man,1,4,PED_TYPE_GFD,VOICE_GFD_WMYBARB ,VOICE_GFD_WMYBARB
|
| 229 |
+
178, WFYSEX, WFYSEX , CIVFEMALE, STAT_STREET_GIRL, sexywoman,1000,1, null,1,4,PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 230 |
+
179, WMYAMMO, WMYAMMO , CIVMALE, STAT_TOUGH_GUY, man, 1000,1, man,1,4,PED_TYPE_GFD,VOICE_GFD_WMYAMMO ,VOICE_GFD_WMYAMMO
|
| 231 |
+
180, BMYTATT, BMYTATT , CIVMALE, STAT_TOUGH_GUY, man, 1000,1, man,1,4,PED_TYPE_GFD,VOICE_GFD_BMYTATT ,VOICE_GFD_BMYTATT
|
| 232 |
+
181, VWMYCR, VWMYCR , CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,2,9,PED_TYPE_GEN,VOICE_GEN_VWMYCR,VOICE_GEN_VWMYCR
|
| 233 |
+
182, VBMOCD, VBMOCD , CIVMALE, STAT_TAXIDRIVER, man, 0040,0, null,8,9,PED_TYPE_GEN,VOICE_GEN_VBMOCD,VOICE_GEN_VBMOCD
|
| 234 |
+
183, VBMYCR, VBMYCR , CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,5,0,PED_TYPE_GEN,VOICE_GEN_VBMYCR,VOICE_GEN_VBMYCR
|
| 235 |
+
184, VHMYCR, VHMYCR , CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,0,3,PED_TYPE_GEN,VOICE_GEN_VHMYCR,VOICE_GEN_VHMYCR
|
| 236 |
+
185, SBMYRI, SBMYRI , CIVMALE, STAT_STREET_GUY, man, 120C,1, null,7,4,PED_TYPE_GEN,VOICE_GEN_SBMYRI,VOICE_GEN_SBMYRI
|
| 237 |
+
186, SOMYRI, SOMYRI , CIVMALE, STAT_SUIT_GUY, man, 120C,1, null,4,0,PED_TYPE_GEN,VOICE_GEN_SOMYRI,VOICE_GEN_SOMYRI
|
| 238 |
+
187, SOMYBU, SOMYBU , CIVMALE, STAT_SUIT_GUY, man, 120C,1, man,4,4,PED_TYPE_GEN,VOICE_GEN_SOMYBU,VOICE_GEN_SOMYBU
|
| 239 |
+
188, SWMYST, SWMYST , CIVMALE, STAT_TOURIST, man,1983,1, null,0,3,PED_TYPE_GEN,VOICE_GEN_SWMYST ,VOICE_GEN_SWMYST
|
| 240 |
+
189, WMYVA, WMYVA , CIVMALE, STAT_STREET_GUY, man,1983,1, null,6,2,PED_TYPE_GEN,VOICE_GEN_WMYVA ,VOICE_GEN_WMYVA
|
| 241 |
+
190, COPGRL3, COPGRL3 , CIVFEMALE, STAT_STREET_GIRL, busywoman, 1FFF,0, null,0,3,PED_TYPE_GFD,VOICE_GFD_BARBARA ,VOICE_GFD_BARBARA
|
| 242 |
+
191, GUNGRL3, GUNGRL3 , CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,0,3,PED_TYPE_GFD,VOICE_GFD_HELENA ,VOICE_GFD_HELENA
|
| 243 |
+
192, MECGRL3, MECGRL3 , CIVFEMALE, STAT_STREET_GIRL, sexywoman, 1FFF,0, null,0,3,PED_TYPE_GFD,VOICE_GFD_MICHELLE ,VOICE_GFD_MICHELLE
|
| 244 |
+
193, NURGRL3, NURGRL3 , CIVFEMALE, STAT_SUIT_GIRL, sexywoman, 1FFF,0, null,0,3,PED_TYPE_GFD,VOICE_GFD_KATIE ,VOICE_GFD_KATIE
|
| 245 |
+
194, CROGRL3, CROGRL3 , CIVFEMALE, STAT_SUIT_GIRL, sexywoman, 1FFF,0, null,0,3,PED_TYPE_GFD,VOICE_GFD_MILLIE ,VOICE_GFD_MILLIE
|
| 246 |
+
195, GANGRL3, GANGRL3 , CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,0,3,PED_TYPE_GFD,VOICE_GFD_DENISE ,VOICE_GFD_DENISE
|
| 247 |
+
196, CWFOFR, CWFOFR , CIVFEMALE, STAT_COWARD, oldwoman,1003,0, null,1,1,PED_TYPE_GEN,VOICE_GEN_CWFOFR,VOICE_GEN_CWFOFR
|
| 248 |
+
197, CWFOHB, CWFOHB , CIVFEMALE, STAT_OLD_GIRL, oldwoman,1003,0, null,1,1,PED_TYPE_GEN,VOICE_GEN_CWFOHB,VOICE_GEN_CWFOHB
|
| 249 |
+
198, CWFYFR1, CWFYFR1 , CIVFEMALE, STAT_TOUGH_GIRL, woman,1983,0, null,2,1,PED_TYPE_GEN,VOICE_GEN_CWFYFR1,VOICE_GEN_CWFYFR1
|
| 250 |
+
199, CWFYFR2, CWFYFR2 , CIVFEMALE, STAT_STREET_GIRL, woman,1983,0, null,1,1,PED_TYPE_GEN,VOICE_GEN_CWFYFR2,VOICE_GEN_CWFYFR2
|
| 251 |
+
200, CWMYHB2, CWMYHB2 , CIVMALE, STAT_TOUGH_GUY, man,1983,1, null,1,1,PED_TYPE_GEN,VOICE_GEN_CWMYHB2,VOICE_GEN_CWMYHB2
|
| 252 |
+
201, DWFYLC2, DWFYLC2 , CIVFEMALE, STAT_STREET_GIRL, woman,1983,0, null,6,2,PED_TYPE_GEN,VOICE_GEN_DWFYLC2 ,VOICE_GEN_DWFYLC2
|
| 253 |
+
202, DWMYLC2, DWMYLC2 , CIVMALE, STAT_TOUGH_GUY, man,1983,1, null,6,2,PED_TYPE_GEN,VOICE_GEN_DWMYLC2,VOICE_GEN_DWMYLC2
|
| 254 |
+
203, OMYKARA, OMYKARA , CIVMALE, STAT_TOUGH_GUY, man, 1FFF,0, null,0,7,PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 255 |
+
204, WMYKARA, WMYKARA , CIVMALE, STAT_TOUGH_GUY, man, 1FFF,0, null,2,0,PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 256 |
+
205, WFYBURG, WFYBURG , CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,1, null,0,3,PED_TYPE_GFD,VOICE_GFD_WFYBURG ,VOICE_GFD_WFYBURG
|
| 257 |
+
206, VWMYCD, VWMYCD , CIVMALE, STAT_TAXIDRIVER, man,0040,0, null,6,5,PED_TYPE_GEN,VOICE_GEN_VWMYCD ,VOICE_GEN_VWMYCD
|
| 258 |
+
207, VHFYPRO, VHFYPRO , PROSTITUTE, STAT_PROSTITUTE, pro,1000,1, man,1,4,PED_TYPE_GEN,VOICE_GEN_VHFYPRO ,VOICE_GEN_VHFYPRO
|
| 259 |
+
|
| 260 |
+
209, OMONOOD, OMONOOD , CIVMALE, STAT_OLD_GUY, oldman, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_OMOST ,VOICE_GEN_OMOST
|
| 261 |
+
210, OMOBOAT, OMOBOAT , CIVMALE, STAT_OLD_GUY, oldman, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_OMOBOAT ,VOICE_GEN_OMOBOAT
|
| 262 |
+
211, WFYCLOT, WFYCLOT , CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,1,4,PED_TYPE_GFD,VOICE_GFD_WFYCLOT ,VOICE_GFD_WFYCLOT
|
| 263 |
+
212, VWMOTR1, VWMOTR1 , CIVMALE, STAT_TRAMP_MALE, man,1000,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_VWMOTR1,VOICE_GEN_VWMOTR1
|
| 264 |
+
213, VWMOTR2, VWMOTR2 , CIVMALE, STAT_TRAMP_MALE, man,1000,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_VWMOTR2,VOICE_GEN_VWMOTR2
|
| 265 |
+
214, VWFYWAI, VWFYWAI , CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_VWFYWAI ,VOICE_GEN_VWFYWAI
|
| 266 |
+
215, SBFORI, SBFORI , CIVFEMALE, STAT_COWARD, woman, 120C,0, null,9,10,PED_TYPE_GEN,VOICE_GEN_SBFORI,VOICE_GEN_SBFORI
|
| 267 |
+
216, SWFYRI, SWFYRI , CIVFEMALE, STAT_SHOPPER, woman, 120C,0, null,4,6,PED_TYPE_GEN,VOICE_GEN_SWFYRI ,VOICE_GEN_SWFYRI
|
| 268 |
+
217, WMYCLOT, WMYCLOT , CIVMALE, STAT_STREET_GUY, man, 1FFF,1, null,1,4,PED_TYPE_GFD,VOICE_GFD_WMYCLOT ,VOICE_GFD_WMYCLOT
|
| 269 |
+
218, SBFOST, SBFOST , CIVFEMALE, STAT_STREET_GIRL, woman, 1003,0, null,8,9,PED_TYPE_GEN,VOICE_GEN_SBFOST ,VOICE_GEN_SBFOST
|
| 270 |
+
219, SBFYRI, SBFYRI , CIVFEMALE, STAT_COWARD, woman, 120C,0, null,7,4,PED_TYPE_GEN,VOICE_GEN_SBFYRI,VOICE_GEN_SBFYRI
|
| 271 |
+
220, SBMOCD, SBMOCD , CIVMALE, STAT_TAXIDRIVER, man, 0040,0, null,0,0,PED_TYPE_GEN,VOICE_GEN_SBMOCD,VOICE_GEN_SBMOCD
|
| 272 |
+
221, SBMORI, SBMORI , CIVMALE, STAT_SUIT_GUY, man, 120C,1, null,8,0,PED_TYPE_GEN,VOICE_GEN_SBMORI ,VOICE_GEN_SBMORI
|
| 273 |
+
222, SBMOST, SBMOST , CIVMALE, STAT_STREET_GUY, man, 1003,0, null,0,8,PED_TYPE_GEN,VOICE_GEN_SBMOST ,VOICE_GEN_SBMOST
|
| 274 |
+
223, SHMYCR, SHMYCR , CRIMINAL, STAT_CRIMINAL, man, 110F,1, null,4,9,PED_TYPE_GEN,VOICE_GEN_SHMYCR ,VOICE_GEN_SHMYCR
|
| 275 |
+
224, SOFORI, SOFORI , CIVFEMALE, STAT_OLD_GIRL, woman, 120C,0, null,1,10,PED_TYPE_GEN,VOICE_GEN_SOFORI,VOICE_GEN_SOFORI
|
| 276 |
+
225, SOFOST, SOFOST , CIVFEMALE, STAT_STREET_GIRL, woman, 1003,0, null,9,10,PED_TYPE_GEN,VOICE_GEN_SOFOST,VOICE_GEN_SOFOST
|
| 277 |
+
226, SOFYST, SOFYST , CIVFEMALE, STAT_STREET_GIRL, woman, 1003,1, null,4,7,PED_TYPE_GEN,VOICE_GEN_SOFYST,VOICE_GEN_SOFYST
|
| 278 |
+
227, SOMOBU, SOMOBU , CIVMALE, STAT_SUIT_GUY, man, 120C,0, null,10,10,PED_TYPE_GEN,VOICE_GEN_SOMOBU,VOICE_GEN_SOMOBU
|
| 279 |
+
228, SOMORI, SOMORI , CIVMALE, STAT_COWARD, man, 120C,0, null,9,3,PED_TYPE_GEN,VOICE_GEN_SOMORI,VOICE_GEN_SOMORI
|
| 280 |
+
229, SOMOST, SOMOST , CIVMALE, STAT_STREET_GUY, man, 1003,0, null,9,2,PED_TYPE_GEN,VOICE_GEN_SOMOST,VOICE_GEN_SOMOST
|
| 281 |
+
230, SWMOTR5, SWMOTR5 , CIVMALE, STAT_TRAMP_MALE, man, 1000,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_SWMOTR5,VOICE_GEN_SWMOTR5
|
| 282 |
+
231, SWFORI, SWFORI , CIVFEMALE, STAT_COWARD, woman, 120C,0, null,10,1,PED_TYPE_GEN,VOICE_GEN_SWFORI,VOICE_GEN_SWFORI
|
| 283 |
+
232, SWFOST, SWFOST , CIVFEMALE, STAT_STREET_GIRL, woman, 1003,0, null,7,10,PED_TYPE_GEN,VOICE_GEN_SWFOST,VOICE_GEN_SWFOST
|
| 284 |
+
233, SWFYST, SWFYST, CIVFEMALE, STAT_STREET_GIRL, woman, 1983,1, null,7,3,PED_TYPE_GEN,VOICE_GEN_SWFYST ,VOICE_GEN_SWFYST
|
| 285 |
+
234, SWMOCD, SWMOCD , CIVMALE, STAT_TAXIDRIVER, man, 0040,0, null,2,9,PED_TYPE_GEN,VOICE_GEN_SWMOCD,VOICE_GEN_SWMOCD
|
| 286 |
+
235, SWMORI, SWMORI , CIVMALE, STAT_SUIT_GUY, man, 120C,0, null,7,0,PED_TYPE_GEN,VOICE_GEN_SWMORI,VOICE_GEN_SWMORI
|
| 287 |
+
236, SWMOST, SWMOST , CIVMALE, STAT_STREET_GUY, man, 1983,0, null,2,1,PED_TYPE_GEN,VOICE_GEN_SWMOST ,VOICE_GEN_SWMOST
|
| 288 |
+
237, SHFYPRO, SHFYPRO , PROSTITUTE, STAT_PROSTITUTE, pro, 1000,1, null,1,4,PED_TYPE_GEN,VOICE_GEN_SHFYPRO ,VOICE_GEN_SHFYPRO
|
| 289 |
+
238, SBFYPRO, SBFYPRO , PROSTITUTE, STAT_PROSTITUTE, pro, 1000,1, null,1,4,PED_TYPE_GEN,VOICE_GEN_SBFYPRO,VOICE_GEN_SBFYPRO
|
| 290 |
+
239, SWMOTR4, SWMOTR4 , CIVMALE, STAT_TRAMP_MALE, man, 1000,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_SWMOTR4,VOICE_GEN_SWMOTR4
|
| 291 |
+
240, SWMYRI, SWMYRI , CIVMALE, STAT_COWARD, man, 120C,1, null,4,4,PED_TYPE_GEN,VOICE_GEN_SWMYRI ,VOICE_GEN_SWMYRI
|
| 292 |
+
241, SMYST, SMYST , CIVMALE, STAT_STREET_GUY, man, 1983, 1, null, 0,5,PED_TYPE_GEN,VOICE_GEN_SMYST ,VOICE_GEN_SMYST
|
| 293 |
+
242, SMYST2, SMYST2, CIVMALE, STAT_STREET_GUY, man, 130C, 1, null, 0,8,PED_TYPE_GEN,VOICE_GEN_SMYST2 ,VOICE_GEN_SMYST2
|
| 294 |
+
243, SFYPRO, SFYPRO , PROSTITUTE, STAT_PROSTITUTE, pro, 1000, 1, null, 1,4,PED_TYPE_GEN,VOICE_GEN_SFYPRO ,VOICE_GEN_SFYPRO
|
| 295 |
+
244, VBFYST2, VBFYST2 , CIVFEMALE, STAT_STREET_GIRL, sexywoman, 1000, 1, null, 1,4,PED_TYPE_GEN,VOICE_GEN_VBFYST2 ,VOICE_GEN_VBFYST2
|
| 296 |
+
245, VBFYPRO, VBFYPRO , PROSTITUTE, STAT_PROSTITUTE, pro, 1000, 1, null, 1,4,PED_TYPE_GEN,VOICE_GEN_VBFYPRO ,VOICE_GEN_VBFYPRO
|
| 297 |
+
246, VHFYST3, VHFYST3 , CIVFEMALE, STAT_STREET_GIRL, sexywoman, 1000, 1, null, 1,4,PED_TYPE_GEN,VOICE_GEN_VHFYST3 ,VOICE_GEN_VHFYST3
|
| 298 |
+
247, BIKERA, BIKERA , CIVMALE, STAT_TOUGH_GUY, man, 0,1, null,5,2,PED_TYPE_GEN,VOICE_GEN_BIKERA ,VOICE_GEN_BIKERA
|
| 299 |
+
248, BIKERB, BIKERB , CIVMALE, STAT_TOUGH_GUY, man, 0,1, null,2,5,PED_TYPE_GEN,VOICE_GEN_BIKERB ,VOICE_GEN_BIKERB
|
| 300 |
+
249, BMYPIMP, BMYPIMP , CIVMALE, STAT_STREET_GUY, man, 130C,1, null,3,7,PED_TYPE_GEN,VOICE_GEN_BMYPI ,VOICE_GEN_BMYPI
|
| 301 |
+
250, SWMYCR, SWMYCR , CRIMINAL, STAT_CRIMINAL, man, 110F,1, man,6,0,PED_TYPE_GEN,VOICE_GEN_SWMYCR ,VOICE_GEN_SWMYCR
|
| 302 |
+
251, WFYLG, WFYLG , CIVFEMALE, STAT_BEACH_GIRL, woman,1000,0, beach,1,4,PED_TYPE_GEN,VOICE_GEN_WFYLG ,VOICE_GEN_WFYLG
|
| 303 |
+
252, WMYVA2, WMYVA2 , CIVMALE, STAT_STREET_GUY, man, 1983, 1, null, 9,7,PED_TYPE_GEN,VOICE_GEN_WMYVA ,VOICE_GEN_WMYVA
|
| 304 |
+
253, BMOSEC, BMOSEC , CIVMALE, STAT_OLD_GUY, man, 1003,0, null,8,0,PED_TYPE_GEN,VOICE_GEN_BMOSEC ,VOICE_GEN_BMOSEC
|
| 305 |
+
254, BIKDRUG, BIKDRUG , CIVMALE, STAT_CRIMINAL, man, 0,1, null,6,2,PED_TYPE_GEN,VOICE_GEN_BIKDRUG ,VOICE_GEN_BIKDRUG
|
| 306 |
+
255, WMYCH, WMYCH , CIVMALE, STAT_TOUGH_GUY, man, 0,1, null,7,0,PED_TYPE_GEN,VOICE_GEN_WMYCH ,VOICE_GEN_WMYCH
|
| 307 |
+
256, SBFYSTR, SBFYSTR , CIVFEMALE, STAT_STREET_GIRL, sexywoman, 130C,0, null,3,7,PED_TYPE_GEN,VOICE_GEN_SBFYST ,VOICE_GEN_SBFYST
|
| 308 |
+
257, SWFYSTR, SWFYSTR , CIVFEMALE, STAT_STREET_GIRL, sexywoman, 130C,0, null,5,9,PED_TYPE_GEN,VOICE_GEN_SWFYST ,VOICE_GEN_SWFYST
|
| 309 |
+
258, HECK1, HECK1 , CIVMALE, STAT_TOUGH_GUY, man, 0,1, null,7,0,PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 310 |
+
259, HECK2, HECK2 , CIVMALE, STAT_TOUGH_GUY, man, 0,1, null,7,0,PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 311 |
+
260, BMYCON, BMYCON , CIVMALE, STAT_TOUGH_GUY, man, 0,1, null,7,0,PED_TYPE_GEN,VOICE_GEN_BMYCON ,VOICE_GEN_BMYCON
|
| 312 |
+
261, WMYCD1, WMYCD1 , CIVMALE, STAT_TAXIDRIVER, man, 0040,1, null,6,1,PED_TYPE_GEN,VOICE_GEN_WMYCD1 ,VOICE_GEN_WMYCD1
|
| 313 |
+
262, BMOCD, BMOCD , CIVMALE, STAT_TAXIDRIVER, man, 0040,0, null,8,0,PED_TYPE_GEN,VOICE_GEN_BMOCD ,VOICE_GEN_BMOCD
|
| 314 |
+
263, VWFYWA2, VWFYWA2 , CIVFEMALE, STAT_STREET_GIRL, woman, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_VWFYWAI ,VOICE_GEN_VWFYWAI
|
| 315 |
+
264, WMOICE, WMOICE , CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 316 |
+
|
| 317 |
+
265, TENPEN,TENPEN, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GEN_NOVOICE , VOICE_GEN_NOVOICE
|
| 318 |
+
266, PULASKI,PULASKI, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GEN_NOVOICE , VOICE_EMG_PULASKI
|
| 319 |
+
267, HERN,HERN, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GEN_NOVOICE , VOICE_GEN_NOVOICE
|
| 320 |
+
268, DWAYNE,DWAYNE, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GEN_NOVOICE , VOICE_GEN_NOVOICE
|
| 321 |
+
269, SMOKE,SMOKE, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GNG_SMOKE , VOICE_GNG_SMOKE
|
| 322 |
+
270, SWEET,SWEET, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GNG_SWEET , VOICE_GNG_SWEET
|
| 323 |
+
271, RYDER2,RYDER2, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GNG_RYDER , VOICE_GNG_RYDER
|
| 324 |
+
272, FORELLI,FORELLI, CIVMALE, STAT_STD_MISSION, man, 1FFF, 0, null, 9,9, PED_TYPE_SPC, VOICE_GNG_MAFBOSS , VOICE_GNG_MAFBOSS
|
| 325 |
+
|
| 326 |
+
# other special peds
|
| 327 |
+
|
| 328 |
+
274, laemt1, laemt1, MEDIC, STAT_MEDIC, swat, 1FFF, 0, medic, 9,9, PED_TYPE_EMG,VOICE_EMG_EMT1 ,VOICE_EMG_EMT5
|
| 329 |
+
275, lvemt1, lvemt1, MEDIC, STAT_MEDIC, swat, 1FFF, 0, medic, 9,9, PED_TYPE_EMG,VOICE_EMG_EMT1 ,VOICE_EMG_EMT5
|
| 330 |
+
276, sfemt1, sfemt1, MEDIC, STAT_MEDIC, swat, 1FFF, 0, medic, 9,9, PED_TYPE_EMG,VOICE_EMG_EMT1 ,VOICE_EMG_EMT5
|
| 331 |
+
|
| 332 |
+
277, lafd1, lafd1, FIREMAN, STAT_FIREMAN, swat, 1FFF, 0, null, 9,9, PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 333 |
+
278, lvfd1, lvfd1, FIREMAN, STAT_FIREMAN, swat, 1FFF, 0, null, 9,9, PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 334 |
+
279, sffd1, sffd1, FIREMAN, STAT_FIREMAN, swat, 1FFF, 0, null, 9,9, PED_TYPE_GEN,VOICE_GEN_NOVOICE ,VOICE_GEN_NOVOICE
|
| 335 |
+
|
| 336 |
+
# cop peds
|
| 337 |
+
280, lapd1, lapd1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LAPD1 ,VOICE_EMG_LAPD8
|
| 338 |
+
281, sfpd1, sfpd1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_SFPD1 ,VOICE_EMG_SFPD5
|
| 339 |
+
282, lvpd1, lvpd1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_LVPD1 ,VOICE_EMG_LVPD5
|
| 340 |
+
283, csher, csher, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_RCOP1 ,VOICE_EMG_RCOP4
|
| 341 |
+
284, lapdm1, lapdm1, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_MCOP1 ,VOICE_EMG_MCOP6
|
| 342 |
+
|
| 343 |
+
|
| 344 |
+
# other special peds
|
| 345 |
+
|
| 346 |
+
285, swat, swat, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_SWAT1 ,VOICE_EMG_SWAT6
|
| 347 |
+
286, fbi, fbi, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_FBI2 ,VOICE_EMG_FBI6
|
| 348 |
+
287, army, army, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG, VOICE_EMG_ARMY1 ,VOICE_EMG_ARMY3
|
| 349 |
+
288, dsher, dsher, COP, STAT_COP, swat, 1FFF, 0, null, 9,9, PED_TYPE_EMG,VOICE_EMG_RCOP1 ,VOICE_EMG_RCOP4
|
| 350 |
+
|
| 351 |
+
# special character slots
|
| 352 |
+
290,ROSE,ROSE, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_NOVOICE, VOICE_GEN_NOVOICE
|
| 353 |
+
291,PAUL,PAUL, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_NOVOICE, VOICE_GEN_NOVOICE
|
| 354 |
+
292,CESAR,CESAR, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GNG_CESAR, VOICE_GNG_CESAR
|
| 355 |
+
293,OGLOC,OGLOC, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GNG_OGLOC, VOICE_GNG_OGLOC
|
| 356 |
+
294,WUZIMU,WUZIMU, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GNG_WOOZIE, VOICE_GNG_WOOZIE
|
| 357 |
+
295,TORINO,TORINO, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GNG_TORENO, VOICE_GNG_TORENO
|
| 358 |
+
296,JIZZY,JIZZY, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GNG_JIZZY, VOICE_GNG_JIZZY
|
| 359 |
+
297,MADDOGG,MADDOGG, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_NOVOICE, VOICE_GEN_NOVOICE
|
| 360 |
+
298,CAT,CAT, CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GFD_CATALINA, VOICE_GFD_CATALINA
|
| 361 |
+
299,CLAUDE,CLAUDE,CIVMALE, STAT_STREET_GUY, man, 1FFF,0, null,1,4,PED_TYPE_GEN,VOICE_GEN_NOVOICE, VOICE_GEN_NOVOICE
|
data-lite/files/SAMP/samplog.txt
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Initializing SAMP..
|
| 2 |
+
Storage: /storage/emulated/0/Android/data/ru.unisamp_mobile.game/files/
|
| 3 |
+
Loading settings..
|
| 4 |
+
Loading "samp" cd..
|
| 5 |
+
Loading handling.cfg...
|
| 6 |
+
CGame: InitInMenu
|
| 7 |
+
Installing patches..
|
| 8 |
+
Loading splash texture..
|
| 9 |
+
Initializing GUI..
|
| 10 |
+
GUI | Display size: 1600.000000, 720.000000
|
| 11 |
+
GUI | Scale factor: 0.833333, 0.666667 Font size: 20.000000
|
| 12 |
+
GUI | Loading font: arial_bold.ttf
|
| 13 |
+
GUI | ImFont pointer = 0x7D1CD360
|
| 14 |
+
GUI | Loading font: gtaweap3.ttf
|
| 15 |
+
GUI | ImFont pointer = 0x7D1CCFE0
|
| 16 |
+
Tab initialized.
|
| 17 |
+
Initalizing KeyBoard..
|
| 18 |
+
Size: 1600.000000, 396.000000. Pos: 0.000000, 324.000000
|
| 19 |
+
font size: 46.666668. Key's height: 79.199997
|
| 20 |
+
Initializng Chat Window..
|
| 21 |
+
Chat pos: 266.666656, 16.666668, size: 875.000000, 216.666672
|
| 22 |
+
Initializing Spawn Screen..
|
| 23 |
+
Spawn Screen pos: 550.000000, 633.333374, size: 500.000000, 66.666672
|
| 24 |
+
Loading afk_icon..
|
| 25 |
+
Deathmessage initialized.
|
| 26 |
+
ServerList initialized.
|
| 27 |
+
GUI | CreateDeviceObjects.
|
| 28 |
+
GUI | Font atlas width: 512, height: 128, depth: 32
|
| 29 |
+
Loading vehicles.ide...
|
| 30 |
+
GUI | Vertex buffer reallocated. Size: 5068
|
| 31 |
+
Loading peds.ide...
|
| 32 |
+
Loading gta.dat...
|
| 33 |
+
Loading script.img...
|
| 34 |
+
Loading script.img...
|
| 35 |
+
Loading weapon.dat...
|
| 36 |
+
Loading mainV1.scm...
|
| 37 |
+
Loading mainV1.scm...
|
| 38 |
+
Loading mainV1.scm...
|
| 39 |
+
CGame: InitInGame
|
| 40 |
+
Installing patches (ingame)..
|
| 41 |
+
Registering RPC's..
|
| 42 |
+
> netrpc | All RPC successfully Registered
|
| 43 |
+
Registering ScriptRPC's..
|
| 44 |
+
> scriptrpc | All RPC successfully Registered
|
| 45 |
+
Incoming packet: ID_AUTH_KEY
|
| 46 |
+
RPC: InitGame
|
| 47 |
+
RPC: RequestClass
|
| 48 |
+
CreatePedSnapShot: 0, -10.000000, 0.000000, -20.000000
|
| 49 |
+
Removing from vehicle..
|
| 50 |
+
Setting flag state..
|
| 51 |
+
Calling destructor..
|
| 52 |
+
Done
|
| 53 |
+
CreatePedSnapShot: 0, -10.000000, 0.000000, -20.000000
|
| 54 |
+
Removing from vehicle..
|
| 55 |
+
Setting flag state..
|
| 56 |
+
Calling destructor..
|
| 57 |
+
Done
|
| 58 |
+
CreatePedSnapShot: 0, -10.000000, 0.000000, -20.000000
|
| 59 |
+
Removing from vehicle..
|
| 60 |
+
Setting flag state..
|
| 61 |
+
Calling destructor..
|
| 62 |
+
Done
|
| 63 |
+
CreatePedSnapShot: 0, -10.000000, 0.000000, -20.000000
|
| 64 |
+
Removing from vehicle..
|
| 65 |
+
Setting flag state..
|
| 66 |
+
Calling destructor..
|
| 67 |
+
Done
|
| 68 |
+
CreatePedSnapShot: 0, -10.000000, 0.000000, -20.000000
|
| 69 |
+
Removing from vehicle..
|
| 70 |
+
Setting flag state..
|
| 71 |
+
Calling destructor..
|
| 72 |
+
Done
|
| 73 |
+
Texture sampred not found
|
| 74 |
+
Texture sampred not found
|
| 75 |
+
Texture whiteforletters not found
|
| 76 |
+
Texture whiteforletters not found
|
| 77 |
+
Texture whiteforletters not found
|
| 78 |
+
Texture whiteforletters not found
|
| 79 |
+
Texture whiteforletters not found
|
| 80 |
+
Texture whiteforletters not found
|
| 81 |
+
Texture whiteforletters not found
|
| 82 |
+
Texture whiteforletters not found
|
| 83 |
+
Texture whiteforletters not found
|
| 84 |
+
Texture whiteforletters not found
|
| 85 |
+
Texture whiteforletters not found
|
| 86 |
+
Texture whiteforletters not found
|
| 87 |
+
Texture whiteforletters not found
|
| 88 |
+
Texture whiteforletters not found
|
| 89 |
+
Texture whiteforletters not found
|
| 90 |
+
Texture whiteforletters not found
|
| 91 |
+
Texture whiteforletters not found
|
| 92 |
+
Texture whiteforletters not found
|
| 93 |
+
Texture whiteforletters not found
|
| 94 |
+
Texture whiteforletters not found
|
| 95 |
+
Texture whiteforletters not found
|
| 96 |
+
Texture whiteforletters not found
|
| 97 |
+
Texture whiteforletters not found
|
| 98 |
+
Texture whiteforletters not found
|
| 99 |
+
GUI | Vertex buffer reallocated. Size: 10308
|
| 100 |
+
Texture sampred not found
|
| 101 |
+
Texture sampred not found
|
| 102 |
+
Texture whiteforletters not found
|
| 103 |
+
Texture whiteforletters not found
|
| 104 |
+
Texture whiteforletters not found
|
| 105 |
+
Texture whiteforletters not found
|
| 106 |
+
Texture whiteforletters not found
|
| 107 |
+
Texture whiteforletters not found
|
| 108 |
+
Texture whiteforletters not found
|
| 109 |
+
Texture whiteforletters not found
|
| 110 |
+
Texture whiteforletters not found
|
| 111 |
+
Texture whiteforletters not found
|
| 112 |
+
Texture whiteforletters not found
|
| 113 |
+
Texture whiteforletters not found
|
| 114 |
+
Texture whiteforletters not found
|
| 115 |
+
Texture whiteforletters not found
|
| 116 |
+
Texture whiteforletters not found
|
| 117 |
+
Texture whiteforletters not found
|
| 118 |
+
Texture whiteforletters not found
|
| 119 |
+
Texture whiteforletters not found
|
| 120 |
+
Texture whiteforletters not found
|
| 121 |
+
Texture whiteforletters not found
|
| 122 |
+
Texture whiteforletters not found
|
| 123 |
+
Texture whiteforletters not found
|
| 124 |
+
Texture whiteforletters not found
|
| 125 |
+
Texture whiteforletters not found
|
| 126 |
+
GUI | Vertex buffer reallocated. Size: 15932
|
| 127 |
+
Texture none not found
|
| 128 |
+
Texture none not found
|
| 129 |
+
Texture none not found
|
| 130 |
+
Texture none not found
|
| 131 |
+
Texture none not found
|
| 132 |
+
Texture none not found
|
| 133 |
+
Texture none not found
|
| 134 |
+
Texture none not found
|
| 135 |
+
Texture none not found
|
| 136 |
+
Texture none not found
|
| 137 |
+
Texture none not found
|
| 138 |
+
Texture none not found
|
| 139 |
+
Texture none not found
|
| 140 |
+
Texture none not found
|
| 141 |
+
Texture none not found
|
| 142 |
+
Texture none not found
|
| 143 |
+
Texture none not found
|
| 144 |
+
Texture none not found
|
| 145 |
+
Texture none not found
|
| 146 |
+
Texture none not found
|
| 147 |
+
Texture none not found
|
| 148 |
+
Texture none not found
|
| 149 |
+
Texture none not found
|
| 150 |
+
Texture none not found
|
| 151 |
+
Texture none not found
|
| 152 |
+
Texture none not found
|
| 153 |
+
Texture none not found
|
| 154 |
+
Texture none not found
|
| 155 |
+
Texture none not found
|
| 156 |
+
Texture whiteforletters not found
|
| 157 |
+
Texture whiteforletters not found
|
| 158 |
+
Texture whiteforletters not found
|
| 159 |
+
Texture whiteforletters not found
|
| 160 |
+
Texture whiteforletters not found
|
| 161 |
+
Texture whiteforletters not found
|
| 162 |
+
Texture whiteforletters not found
|
| 163 |
+
Texture whiteforletters not found
|
| 164 |
+
Texture whiteforletters not found
|
| 165 |
+
Texture whiteforletters not found
|
| 166 |
+
Texture whiteforletters not found
|
| 167 |
+
Texture whiteforletters not found
|
| 168 |
+
Texture whiteforletters not found
|
| 169 |
+
Texture whiteforletters not found
|
| 170 |
+
Texture whiteforletters not found
|
| 171 |
+
Texture whiteforletters not found
|
| 172 |
+
Texture whiteforletters not found
|
| 173 |
+
Texture whiteforletters not found
|
| 174 |
+
Texture whiteforletters not found
|
| 175 |
+
Texture whiteforletters not found
|
| 176 |
+
Texture whiteforletters not found
|
| 177 |
+
Texture whiteforletters not found
|
| 178 |
+
Texture whiteforletters not found
|
| 179 |
+
Texture whiteforletters not found
|
| 180 |
+
Texture whiteforletters not found
|
| 181 |
+
Texture whiteforletters not found
|
| 182 |
+
Texture whiteforletters not found
|
| 183 |
+
Texture whiteforletters not found
|
| 184 |
+
Texture whiteforletters not found
|
| 185 |
+
Texture whiteforletters not found
|
| 186 |
+
Texture whiteforletters not found
|
| 187 |
+
Texture whiteforletters not found
|
| 188 |
+
Texture whiteforletters not found
|
| 189 |
+
Texture whiteforletters not found
|
| 190 |
+
Texture whiteforletters not found
|
| 191 |
+
Texture whiteforletters not found
|
| 192 |
+
Texture whiteforletters not found
|
| 193 |
+
Texture whiteforletters not found
|
| 194 |
+
Texture whiteforletters not found
|
| 195 |
+
Texture whiteforletters not found
|
| 196 |
+
Texture sampred not found
|
| 197 |
+
Texture sampred not found
|
| 198 |
+
Texture whiteforletters not found
|
| 199 |
+
Texture whiteforletters not found
|
| 200 |
+
Texture whiteforletters not found
|
| 201 |
+
Texture whiteforletters not found
|
| 202 |
+
Texture whiteforletters not found
|
| 203 |
+
Texture whiteforletters not found
|
| 204 |
+
Texture whiteforletters not found
|
| 205 |
+
Texture whiteforletters not found
|
| 206 |
+
Texture whiteforletters not found
|
| 207 |
+
Texture whiteforletters not found
|
| 208 |
+
Texture whiteforletters not found
|
| 209 |
+
Texture whiteforletters not found
|
| 210 |
+
Texture whiteforletters not found
|
| 211 |
+
Texture whiteforletters not found
|
| 212 |
+
Texture whiteforletters not found
|
| 213 |
+
Texture whiteforletters not found
|
| 214 |
+
Texture whiteforletters not found
|
| 215 |
+
Texture whiteforletters not found
|
| 216 |
+
Texture whiteforletters not found
|
| 217 |
+
Texture whiteforletters not found
|
| 218 |
+
Texture whiteforletters not found
|
| 219 |
+
Texture whiteforletters not found
|
| 220 |
+
Texture whiteforletters not found
|
| 221 |
+
Texture whiteforletters not found
|
| 222 |
+
Texture whiteforletters not found
|
| 223 |
+
Texture whiteforletters not found
|
| 224 |
+
Texture whiteforletters not found
|
| 225 |
+
Texture whiteforletters not found
|
| 226 |
+
Texture whiteforletters not found
|
| 227 |
+
Texture whiteforletters not found
|
| 228 |
+
Texture whiteforletters not found
|
| 229 |
+
Texture whiteforletters not found
|
| 230 |
+
Texture whiteforletters not found
|
| 231 |
+
Texture whiteforletters not found
|
| 232 |
+
Texture whiteforletters not found
|
| 233 |
+
Texture whiteforletters not found
|
| 234 |
+
Texture whiteforletters not found
|
| 235 |
+
Texture whiteforletters not found
|
| 236 |
+
Texture whiteforletters not found
|
| 237 |
+
Texture whiteforletters not found
|
| 238 |
+
Texture whiteforletters not found
|
| 239 |
+
Texture whiteforletters not found
|
| 240 |
+
Texture whiteforletters not found
|
| 241 |
+
Texture whiteforletters not found
|
data-lite/files/SAMP/sampvoice.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/storage/emulated/0/Android/data/ru.unisamp_mobile.game/files/SAMP/sampvoice.txt
|
| 2 |
+
[dbg:render:init] : module initializing...
|
| 3 |
+
[dbg:render:init] : module initialized
|
| 4 |
+
[dbg:samp:init] : module initializing...
|
| 5 |
+
[dbg:samp:init] : module initialized
|
| 6 |
+
[sv:dbg:network:init] : module initializing...
|
| 7 |
+
[sv:dbg:network:init] : module initialized
|
| 8 |
+
[sv:dbg:playback:init] : module initializing...
|
| 9 |
+
[sv:dbg:playback:init] : module initialized
|
| 10 |
+
[sv:dbg:playback:bassinithook] : module loading...
|
| 11 |
+
[sv:dbg:playback:bassinithook] : calling function VOICE_Init(device:-1, freq:44100, flags:0x6)...
|
| 12 |
+
[sv:dbg:playback:bassinithook] : module loaded
|
| 13 |
+
[sv:err:pluginmenu:init] : can not open config file.
|
| 14 |
+
[dbg:samp:load] : module loading...
|
| 15 |
+
[dbg:raknet:client:connect] : connecting to game server '15.204.150.91:29689'...
|
| 16 |
+
[dbg:raknet:client:connect] : connected
|
| 17 |
+
[sv:dbg:network:connect] : raknet connecting... (version:11;micro:1)
|
| 18 |
+
[sv:dbg:network:serverInfo] : connecting to voiceserver '15.204.150.91:33106'...
|
| 19 |
+
[sv:dbg:plugin:creategstream] : stream(0x91903d0), color(0x99ffff), name(Aviso Staff Global)
|
| 20 |
+
[sv:dbg:plugin:addkey] : keyid(0x42)
|
| 21 |
+
[dbg:keyfilter] : adding key (id:0x42)...
|
| 22 |
+
[sv:dbg:plugin:addkey] : keyid(0x5a)
|
| 23 |
+
[dbg:keyfilter] : adding key (id:0x5a)...
|
data-lite/files/SAMP/script.img
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adf3b20e847316aefde6cbf47eeae2e77c8e9185e096c8ed9668e60bd2ff11a4
|
| 3 |
+
size 184320
|
data-lite/files/SAMP/server.ini
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Server Settings by Alyn_SAMPAPK
|
| 2 |
+
|
| 3 |
+
[server]
|
| 4 |
+
nick_name = samp_player
|
| 5 |
+
|
| 6 |
+
server_ip = 127.0.0.1
|
| 7 |
+
server_port = 7777
|
| 8 |
+
server_password =
|
| 9 |
+
|
| 10 |
+
###########################
|
data-lite/files/SAMP/server.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"name":"RAIFE RP - Servidor 2","ip":"190.102.40.7","port":"7797"}
|
data-lite/files/SAMP/settings.ini
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[client]
|
| 2 |
+
name=Sr_Black
|
| 3 |
+
|
| 4 |
+
host=190.102.40.7
|
| 5 |
+
port=7797
|
| 6 |
+
|
| 7 |
+
ChatMaxMessages=10
|
| 8 |
+
fps_limit=90
|
| 9 |
+
[debug]
|
| 10 |
+
debug=false
|
| 11 |
+
online=true
|
| 12 |
+
|
| 13 |
+
[gui]
|
| 14 |
+
Font=arial.ttf
|
| 15 |
+
FontSize=30
|
| 16 |
+
FontOutline=2
|
| 17 |
+
ChatMaxMessages=10
|
| 18 |
+
androidkeyboard=false
|
| 19 |
+
fps_limit=60
|
| 20 |
+
ShowFPS=true
|
| 21 |
+
ChatShadow=true
|
| 22 |
+
ChatBackground=true
|
data-lite/files/SAMP/settings.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"client":{"server":{"ip":"15.204.150.91","port":29689},"password":""},"launcher":{"nickname":"Sr_Taliban","timestamp":false,"displayfps":false,"fpslimit":60,"numstrings":10,"voice":true,"fastconnect":false,"modifymode":true,"keyboard":true}}
|
data-lite/files/SAMP/svlog.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[dbg:render:init] : module initializing...
|
| 2 |
+
[dbg:render:init] : module initialized
|
| 3 |
+
[dbg:samp:init] : module initializing...
|
| 4 |
+
[dbg:samp:init] : module initialized
|
| 5 |
+
[sv:dbg:network:init] : module initializing...
|
| 6 |
+
[sv:dbg:network:init] : module initialized
|
| 7 |
+
[sv:dbg:playback:init] : module initializing...
|
| 8 |
+
[sv:dbg:playback:init] : module initialized
|
| 9 |
+
[sv:dbg:playback:bassinithook] : module loading...
|
| 10 |
+
[sv:dbg:playback:bassinithook] : calling function BASS_Init(device:-1, freq:48000, flags:0x6)...
|
| 11 |
+
[sv:dbg:playback:bassinithook] : module loaded
|
| 12 |
+
[dbg:samp:load] : module loading...
|
| 13 |
+
[dbg:samp:load] : module loaded
|
| 14 |
+
[dbg:raknet:client:connect] : connecting to game server '*.*.*.*:****'...
|
| 15 |
+
[dbg:raknet:client:connect] : connected
|
| 16 |
+
[dbg:raknet:client:connect] : connecting to game server '*.*.*.*:****'...
|
| 17 |
+
[dbg:raknet:client:connect] : connected
|
| 18 |
+
[dbg:raknet:client:connect] : connecting to game server '*.*.*.*:****'...
|
| 19 |
+
[dbg:raknet:client:connect] : connected
|
data-lite/files/SAMP/timecyc.aaa
ADDED
|
@@ -0,0 +1,436 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
//////////// EXTRASUNNY_LA
|
| 2 |
+
/Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 3 |
+
//Midnight
|
| 4 |
+
39 39 39 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 255 0 0 1.00 1.00 0.60 200 100 0 1600 400.00 1.20 0 0 0 90 102 120 38 38 55 240 255 70 70 70 255 0 0 0 180 80 0
|
| 5 |
+
//5AM
|
| 6 |
+
68 68 68 90 102 120 255 255 255 44 126 154 184 172 126 255 128 0 255 0 0 2.50 0.80 0.65 200 100 0 1600 400.00 1.50 0 0 0 167 191 201 53 62 68 240 15 70 70 70 15 0 0 0 220 80 0 1.00
|
| 7 |
+
//6AM
|
| 8 |
+
42 42 42 188 188 188 255 255 255 130 166 172 200 144 85 255 128 0 0 0 0 0.00 0.70 0.50 200 100 0 1600 400.00 1.40 100 34 25 130 166 172 185 160 160 240 50 47 58 70 40 0 0 0 255 80 0 1.00
|
| 9 |
+
//7AM
|
| 10 |
+
55 55 55 182 138 109 255 255 255 133 176 192 218 188 143 255 150 13 55 128 0 8.40 1.00 0.50 100 50 75 1600 400.00 0.30 120 40 40 169 200 211 145 170 170 240 40 173 106 60 40 78 92 99 225 80 0 1.00
|
| 11 |
+
//Midday
|
| 12 |
+
58 58 58 67 69 82 255 255 255 255 128 255 132 157 185 255 255 0 255 128 64 3.10 1.00 0.50 100 0 0 1600 40.00 0.30 44 34 23 187 205 213 90 170 170 240 75 118 107 65 75 82 82 82 255 80 0
|
| 13 |
+
//7PM
|
| 14 |
+
55 55 55 174 151 134 255 255 255 133 176 192 218 188 143 255 150 13 55 128 0 4.40 1.00 0.60 100 50 75 1600 40.00 0.30 120 40 40 167 191 201 145 170 170 240 35 133 106 60 30 129 110 2 225 80 0 1.00
|
| 15 |
+
//8PM
|
| 16 |
+
55 55 55 182 138 109 255 255 255 75 149 173 208 180 153 255 150 13 55 128 0 5.40 1.00 0.30 100 50 75 1600 40.00 0.50 120 40 40 210 224 232 145 170 170 240 20 173 106 70 20 184 172 126 255 80 0 1.00
|
| 17 |
+
//10PM
|
| 18 |
+
30 30 30 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1800 40.00 0.80 0 0 0 72 102 138 71 46 53 240 180 70 70 70 180 0 0 0 120 80 0
|
| 19 |
+
//
|
| 20 |
+
//////////// SUNNY_LA
|
| 21 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 22 |
+
//Midnight
|
| 23 |
+
36 36 36 143 131 123 255 255 255 0 128 255 149 19 149 255 135 6 5 0 0 1.00 0.9 0.70 200 100 0 1600 400.00 1.50 0 0 0 52 87 114 14 2 60 240 255 70 70 70 255 0 0 0 150 80 0
|
| 24 |
+
//5AM
|
| 25 |
+
68 68 68 138 138 138 255 255 255 0 128 255 128 0 128 255 128 0 255 0 0 3.50 1.00 0.70 200 100 0 1600 400.00 1.50 0 0 0 210 224 232 53 62 68 240 30 70 70 70 30 0 0 0 255 80 0
|
| 26 |
+
//6AM
|
| 27 |
+
42 42 42 188 188 188 255 255 255 0 128 255 255 128 255 255 128 0 64 0 0 2.00 0.80 0.40 200 100 0 1600 400.00 1.50 0 0 0 167 191 201 185 160 160 240 50 161 106 60 50 0 0 0 255 80 0
|
| 28 |
+
//7AM
|
| 29 |
+
55 55 55 145 145 145 255 255 255 0 128 255 255 0 255 255 150 13 64 0 0 6.40 2.30 0.40 100 50 75 1600 400.00 0.30 0 0 0 145 182 213 145 170 170 240 40 255 128 0 40 89 132 155 255 80 0
|
| 30 |
+
//Midday
|
| 31 |
+
62 62 62 170 170 170 255 255 255 0 128 255 252 109 241 255 255 0 128 0 0 3.80 1.00 0.60 100 0 75 1600 400.00 0.10 0 0 0 210 224 232 0 255 255 150 75 255 128 0 75 43 129 147 255 80 0
|
| 32 |
+
//7PM
|
| 33 |
+
55 55 55 106 131 157 255 255 255 0 0 255 255 128 0 255 150 13 55 128 0 4.40 1.00 0.40 100 50 75 1600 400.00 0.50 0 0 0 210 224 232 145 170 170 240 25 255 128 0 25 102 134 157 255 80 0
|
| 34 |
+
//8PM
|
| 35 |
+
42 42 42 163 151 143 255 255 255 0 0 160 255 128 192 255 150 13 155 0 0 2.00 1.0 0.70 100 60 75 1600 43.00 0.70 0 0 0 201 216 222 67 67 67 240 10 173 106 70 10 75 75 55 255 80 0
|
| 36 |
+
//10PM
|
| 37 |
+
32 32 32 143 131 123 255 255 255 0 0 221 255 147 255 255 135 6 5 0 0 1.00 1.00 0.70 200 100 0 1600 41.00 0.80 0 0 0 167 191 201 71 46 53 240 255 70 70 70 255 0 0 0 70 80 0
|
| 38 |
+
//
|
| 39 |
+
//////////// EXTRASUNNY_SMOG_LA
|
| 40 |
+
/Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 41 |
+
//Midnight
|
| 42 |
+
35 35 35 143 131 123 255 255 255 206 0 206 0 13 132 255 135 6 255 0 0 1.00 0.90 0.60 200 100 0 1600 1000.00 1.20 0 0 0 49 83 140 38 38 55 240 255 70 70 70 255 0 0 0 100 80 0
|
| 43 |
+
//5AM
|
| 44 |
+
68 68 68 163 163 163 255 255 255 213 0 213 0 0 155 255 128 0 255 0 0 2.00 0.80 0.60 200 100 0 1600 500.00 1.50 0 0 0 210 224 232 53 62 68 240 20 70 70 70 20 0 0 0 225 80 0
|
| 45 |
+
//6AM
|
| 46 |
+
42 42 42 188 188 188 255 255 255 230 0 230 0 156 232 255 128 0 255 255 0 0.00 0.70 0.60 200 100 0 1600 200.00 1.50 100 34 25 221 218 162 185 160 160 240 25 161 106 60 25 0 0 0 255 80 0
|
| 47 |
+
//7AM
|
| 48 |
+
55 55 55 182 138 109 255 255 255 255 0 255 0 128 255 255 150 13 55 128 0 8.40 1.00 0.60 100 50 75 1600 40.00 0.30 120 40 40 190 214 222 145 170 170 240 20 173 106 60 10 78 92 99 225 80 0
|
| 49 |
+
//Midday
|
| 50 |
+
80 80 80 72 83 94 255 255 255 255 72 255 0 128 255 255 128 64 128 0 0 4.50 1.00 0.60 100 0 0 1600 40.00 0.10 44 34 23 221 234 238 90 170 170 240 75 203 118 60 75 72 83 94 255 80 0
|
| 51 |
+
//7PM
|
| 52 |
+
55 55 55 174 151 134 255 255 255 255 128 192 0 128 255 255 150 13 55 128 0 4.40 1.00 0.60 100 50 75 1600 40.00 0.30 120 40 40 167 191 201 145 170 170 240 20 133 106 60 30 129 110 2 225 80 0
|
| 53 |
+
//8PM
|
| 54 |
+
8 8 8 182 138 109 255 255 255 230 0 230 0 107 215 255 150 13 55 128 0 5.40 1.00 0.50 100 50 75 1600 40.00 0.50 120 40 40 210 224 232 145 170 170 240 10 173 106 70 10 181 150 130 255 80 0
|
| 55 |
+
//10PM
|
| 56 |
+
30 30 30 143 131 123 255 255 255 255 0 255 0 111 221 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1800 40.00 0.80 0 0 0 72 102 138 71 46 53 240 255 70 70 70 255 0 0 0 120 0 0
|
| 57 |
+
//
|
| 58 |
+
//////////// SUNNY_SMOG_LA
|
| 59 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 60 |
+
//Midnight
|
| 61 |
+
36 36 36 143 131 123 255 255 255 174 0 0 164 53 0 255 135 6 5 0 0 1.00 0.90 0.60 200 100 0 1600 155.00 1.20 0 0 0 90 102 120 38 38 55 240 255 70 70 70 255 0 0 0 100 80 0
|
| 62 |
+
//5AM
|
| 63 |
+
68 68 68 138 138 138 255 255 255 164 0 0 244 80 0 255 128 0 255 0 0 1.00 0.70 0.60 200 100 0 1600 155.00 1.50 0 0 0 210 224 232 53 62 68 240 25 70 70 70 25 0 0 0 225 80 0
|
| 64 |
+
//6AM
|
| 65 |
+
42 42 42 188 188 188 255 255 255 191 0 0 255 91 13 255 128 0 255 128 0 2.00 0.90 0.80 200 100 0 1600 400.00 0.50 0 0 0 167 191 201 185 160 160 240 25 161 106 60 25 0 0 0 255 80 0
|
| 66 |
+
//7AM
|
| 67 |
+
55 55 55 182 138 109 255 255 255 191 0 0 255 91 13 255 150 13 55 128 0 4.40 1.00 0.60 100 50 75 1600 400.00 0.30 0 0 0 197 217 224 145 170 170 240 10 173 106 60 10 78 92 99 225 80 0
|
| 68 |
+
//Midday
|
| 69 |
+
48 48 48 72 83 94 255 255 255 191 0 0 255 91 13 223 223 0 128 0 0 4.10 1.00 0.60 100 0 0 1600 320.00 0.10 0 0 0 201 216 222 90 170 170 240 75 203 118 60 75 72 83 94 255 80 0
|
| 70 |
+
//7PM
|
| 71 |
+
55 55 55 174 151 134 255 255 255 174 0 0 255 91 13 255 150 13 55 128 0 4.40 1.00 0.65 100 50 75 1600 40.00 0.50 0 0 0 209 196 152 145 170 170 240 15 133 106 60 15 78 92 99 225 80 0
|
| 72 |
+
//8PM
|
| 73 |
+
42 42 42 163 151 143 255 255 255 191 0 0 253 82 0 255 150 13 155 0 0 2.00 0.40 0.40 100 60 0 1600 40.00 0.70 0 0 0 167 191 201 67 67 67 240 10 173 106 70 10 75 75 55 225 80 0
|
| 74 |
+
//10PM
|
| 75 |
+
32 32 32 143 131 123 255 255 255 176 0 0 232 75 0 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1600 40.00 0.80 0 0 0 72 102 138 71 46 53 240 80 70 70 70 80 0 0 0 120 0 0
|
| 76 |
+
//
|
| 77 |
+
//////////// CLOUDY_LA
|
| 78 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 79 |
+
//Midnight
|
| 80 |
+
40 40 40 135 173 197 255 255 255 6 6 15 20 20 20 0 0 0 0 0 0 1.00 0.80 0.60 200 100 0 2800.00 79.00 1.50 30 20 0 6 16 21 59 68 77 240 160 124 124 124 160 16 48 10 30 80 0
|
| 81 |
+
//5AM
|
| 82 |
+
42 42 42 135 173 197 255 255 255 24 30 50 20 20 20 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 2800.00 -22.00 1.30 70 27 10 145 182 213 59 68 77 240 50 124 124 124 50 0 48 20 20 80 0
|
| 83 |
+
//6AM
|
| 84 |
+
42 42 42 135 173 197 255 255 255 10 10 10 78 92 99 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 2800.00 360.00 0.90 100 34 25 145 182 213 62 72 77 240 30 124 124 124 20 0 48 20 80 80 0
|
| 85 |
+
//7AM
|
| 86 |
+
55 55 55 170 170 170 255 255 255 83 107 128 0 0 0 0 0 0 0 0 0 2.50 2.0 0.40 80 80 20 2800.00 -22.00 0.80 66 135 176 145 182 213 107 117 122 250 50 172 228 116 50 78 92 99 255 80 0
|
| 87 |
+
//Midday
|
| 88 |
+
16 41 67 186 186 186 255 255 255 120 157 177 78 92 99 0 0 0 0 0 0 1.00 1.50 0.40 80 0 120 1000.00 -22.00 0.70 120 100 100 147 182 210 141 141 140 240 75 78 92 99 75 78 92 99 250 80 0 1.00
|
| 89 |
+
//7PM
|
| 90 |
+
55 55 55 135 173 193 255 255 255 83 107 128 70 70 70 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 2800.00 -22.00 0.90 120 40 40 83 107 128 116 135 144 240 10 124 124 124 15 63 74 103 200 80 0
|
| 91 |
+
//8PM
|
| 92 |
+
42 42 42 167 198 223 255 255 255 74 96 117 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 2800.00 -22.00 1.00 120 40 40 87 112 138 132 176 189 240 20 83 101 108 20 49 63 77 200 0 0
|
| 93 |
+
//10PM
|
| 94 |
+
35 35 35 180 190 190 255 255 255 20 26 31 50 50 50 0 0 0 0 0 0 1.00 0.50 0.80 200 100 0 2800.00 111.00 1.00 70 27 10 41 83 105 161 176 189 240 50 87 112 138 50 0 48 20 40 80 0
|
| 95 |
+
//
|
| 96 |
+
//////////// SUNNY_SF
|
| 97 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 98 |
+
//Midnight
|
| 99 |
+
36 36 36 143 131 123 255 255 255 128 0 64 255 128 64 255 135 6 5 0 0 1.00 0.90 0.70 200 100 0 1600 400.00 1.50 0 0 0 21 39 57 38 38 55 240 255 70 70 70 255 0 0 0 100 80 0
|
| 100 |
+
//5AM
|
| 101 |
+
68 68 68 138 138 138 255 255 255 128 0 64 255 185 81 255 128 0 255 255 23 3.00 0.90 0.70 200 100 0 1600 400.00 1.50 0 0 0 210 224 232 53 62 68 240 100 70 70 70 100 0 0 0 255 80 0
|
| 102 |
+
//6AM
|
| 103 |
+
42 42 42 188 188 188 255 255 255 196 0 98 255 205 34 255 128 0 255 128 0 4.00 1.90 0.40 200 100 0 1600 400.00 0.50 0 0 0 145 182 213 185 160 160 240 50 161 106 60 40 0 0 0 255 80 0
|
| 104 |
+
//7AM
|
| 105 |
+
55 55 55 182 138 109 255 255 255 210 0 105 254 216 1 255 150 13 55 128 0 5.40 1.00 0.50 100 50 75 1600 400.00 0.30 0 0 0 185 228 255 145 170 170 240 40 173 106 60 40 47 58 70 255 80 0
|
| 106 |
+
//Midday
|
| 107 |
+
34 75 91 145 145 145 255 255 255 255 79 255 255 255 128 255 255 0 128 0 0 4.10 0.60 0.70 100 5 75 1600 400.00 0.10 0 0 0 191 228 247 120 157 177 240 75 203 118 60 75 134 133 121 255 80 0
|
| 108 |
+
//7PM
|
| 109 |
+
55 55 55 174 151 134 255 255 255 255 128 192 255 255 91 255 150 13 55 128 0 4.40 1.00 0.30 100 50 75 1600 400.00 0.50 0 0 0 208 217 221 145 170 170 240 150 133 106 60 150 75 98 120 255 80 0
|
| 110 |
+
//8PM
|
| 111 |
+
42 42 42 163 151 143 255 255 255 255 0 255 249 249 0 255 150 13 155 0 0 2.00 0.40 0.40 100 60 0 1600 200.00 0.70 0 0 0 208 217 221 67 67 67 240 20 173 106 70 30 75 75 55 255 0 0
|
| 112 |
+
//10PM
|
| 113 |
+
32 32 32 143 131 123 255 255 255 255 0 128 255 255 0 255 135 6 5 0 0 1.00 0.90 0.60 200 100 0 1600 166.00 0.80 0 0 0 87 112 138 71 46 53 240 255 70 70 70 255 0 0 0 55 80 0
|
| 114 |
+
//
|
| 115 |
+
//////////// EXTRASUNNY_SF
|
| 116 |
+
/Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 117 |
+
//Midnight
|
| 118 |
+
35 35 35 143 131 123 255 255 255 255 255 6 128 0 64 255 135 6 255 0 0 1.00 0.90 0.60 200 100 0 1600 400.00 1.20 0 0 0 102 122 170 38 38 55 240 150 70 70 70 170 0 0 0 100 80 0
|
| 119 |
+
//5AM
|
| 120 |
+
68 68 68 163 163 163 255 255 255 255 255 128 157 0 79 255 128 0 255 0 0 1.00 0.80 0.50 200 100 0 1600 400.00 0.70 0 0 0 210 224 232 53 62 68 240 40 70 70 70 40 0 0 0 250 80 0
|
| 121 |
+
//6AM
|
| 122 |
+
42 42 42 188 188 188 255 255 255 255 255 0 202 0 101 255 128 0 255 255 0 4.00 0.00 0.40 200 100 0 1600 400.00 0.60 100 34 25 167 191 201 185 160 160 240 65 161 106 60 65 0 0 0 250 80 0
|
| 123 |
+
//7AM
|
| 124 |
+
55 55 55 182 138 109 255 255 255 255 255 100 255 0 255 255 255 0 255 255 0 4.40 1.00 0.75 100 50 75 1600 400.00 0.30 120 40 40 162 193 206 145 170 170 240 25 173 106 60 25 78 92 99 250 80 0
|
| 125 |
+
//Midday
|
| 126 |
+
40 40 40 163 140 120 255 255 255 255 255 128 255 0 255 255 255 0 255 255 0 3.10 1.00 0.60 100 0 0 1600 400.00 0.10 44 34 23 145 164 183 90 170 170 240 85 203 118 60 85 72 83 94 255 80 0
|
| 127 |
+
//7PM
|
| 128 |
+
55 55 55 174 151 134 255 255 255 255 255 128 255 0 255 255 150 13 55 128 0 4.40 1.00 0.30 100 50 75 1600 400.00 0.30 120 40 40 142 205 225 145 170 170 240 30 133 106 60 30 78 92 99 255 80 0
|
| 129 |
+
//8PM
|
| 130 |
+
55 55 55 182 138 109 255 255 255 255 255 0 255 0 255 255 150 13 55 128 0 8.40 1.00 0.30 100 50 75 1600 400.00 0.50 120 40 40 184 203 211 145 170 170 240 20 173 106 70 10 129 110 2 255 80 0
|
| 131 |
+
//10PM
|
| 132 |
+
30 30 30 143 131 123 255 255 255 255 255 0 255 0 128 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1800 400.00 0.80 0 0 0 102 122 170 71 46 53 240 255 70 70 70 255 0 0 0 255 0 0
|
| 133 |
+
//
|
| 134 |
+
//////////// CLOUDY_SF
|
| 135 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 136 |
+
//Midnight
|
| 137 |
+
40 40 40 111 152 168 255 255 255 0 0 128 64 0 64 0 0 0 0 0 0 1.00 1.00 0.60 200 100 0 4600.00 -22.00 1.30 30 20 0 0 0 0 59 68 77 240 80 124 124 124 80 16 48 10 155 0 0
|
| 138 |
+
//5AM
|
| 139 |
+
42 42 42 135 173 197 255 255 255 0 0 64 64 0 64 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 4600.00 -22.00 1.00 70 27 10 103 132 146 59 68 77 240 45 124 124 124 45 0 48 20 155 80 0
|
| 140 |
+
//6AM
|
| 141 |
+
22 22 22 135 173 197 255 255 255 0 0 160 128 0 128 0 0 0 0 0 0 3.00 1.90 0.60 200 100 0 4600.00 -22.00 0.90 100 34 25 158 186 197 62 72 77 240 20 124 124 124 20 0 48 20 155 80 0
|
| 142 |
+
//7AM
|
| 143 |
+
55 55 55 135 173 197 255 255 255 0 210 210 255 0 128 255 255 0 255 128 0 2.50 0.90 0.40 80 80 0 4600.00 -22.00 0.80 120 40 40 86 124 156 255 128 255 240 20 124 124 124 20 0 48 20 155 80 0
|
| 144 |
+
//Midday
|
| 145 |
+
29 29 29 186 186 186 255 255 255 70 255 255 255 166 255 0 0 0 0 0 0 1.00 1.00 0.10 80 50 120 4600.00 -22.00 0.70 120 100 100 255 255 255 141 141 140 240 80 192 192 192 80 128 128 128 200 80 0
|
| 146 |
+
//7PM
|
| 147 |
+
55 55 55 135 173 193 255 255 255 128 255 255 255 0 255 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 4600.00 -22.00 0.90 120 40 40 120 158 171 116 135 144 240 20 124 124 124 20 10 46 22 30 80 0
|
| 148 |
+
//8PM
|
| 149 |
+
42 42 42 167 198 223 255 255 255 0 255 255 255 128 192 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 4600.00 -22.00 1.50 120 40 40 120 158 171 132 176 189 240 20 124 124 124 25 0 48 20 55 80 0
|
| 150 |
+
//10PM
|
| 151 |
+
35 35 35 167 198 223 255 255 255 0 206 206 206 0 103 255 128 64 240 240 0 1.00 1.00 1.00 200 100 0 4600.00 -22.00 1.20 70 27 10 24 47 61 161 176 189 240 50 192 192 192 50 128 128 128 85 80 0
|
| 152 |
+
//
|
| 153 |
+
//////////// RAINY_SF
|
| 154 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 155 |
+
//Midnight
|
| 156 |
+
40 40 40 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 1000.00 5.00 1.30 30 20 0 68 85 123 59 68 77 240 100 124 124 124 100 16 48 10 30 80 0
|
| 157 |
+
//5AM
|
| 158 |
+
42 42 42 135 173 197 255 255 255 29 39 61 14 19 29 0 0 0 0 0 0 0.00 1.40 0.60 200 100 0 2600.00 5.00 1.70 70 27 10 65 89 131 59 68 77 240 100 124 124 124 100 0 48 20 200 80 0
|
| 159 |
+
//6AM
|
| 160 |
+
42 42 42 135 173 197 255 255 255 83 107 128 20 20 20 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 2600.00 5.00 0.90 100 34 25 145 182 213 62 72 77 240 30 124 124 124 30 0 48 20 155 80 0
|
| 161 |
+
//7AM
|
| 162 |
+
55 55 55 135 173 197 255 255 255 83 107 128 50 50 50 0 0 0 0 0 0 2.50 0.70 0.40 80 80 0 2600.00 5.00 0.80 120 40 40 145 182 213 107 117 122 240 20 124 124 124 20 0 48 20 155 0 0
|
| 163 |
+
//Midday
|
| 164 |
+
64 64 64 145 182 213 255 255 255 83 107 128 83 107 128 0 0 0 0 0 0 1.00 0.50 0.10 80 50 120 2600.00 50.00 1.70 120 100 100 145 182 213 141 141 140 240 100 124 124 124 100 30 38 30 255 80 0 1.00
|
| 165 |
+
//7PM
|
| 166 |
+
55 55 55 135 173 193 255 255 255 46 105 137 70 70 70 0 0 0 0 0 0 3.50 1.30 0.70 80 100 0 2600.00 5.00 0.90 120 40 40 145 182 213 116 135 144 240 10 124 124 124 10 10 46 22 255 80 0 0.00
|
| 167 |
+
//8PM
|
| 168 |
+
42 42 42 167 198 223 255 255 255 49 83 140 26 44 74 0 0 0 0 0 0 2.00 1.50 0.60 80 80 0 2600.00 5.00 1.00 120 40 40 55 106 157 132 176 189 240 20 124 124 124 20 0 48 20 100 80 0 1.00
|
| 169 |
+
//10PM
|
| 170 |
+
35 35 35 167 198 223 255 255 255 53 68 83 6 12 17 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 1000.00 5.00 1.00 70 27 10 87 112 138 161 176 189 240 30 124 124 124 20 0 48 20 155 100 0
|
| 171 |
+
//
|
| 172 |
+
//////////// FOGGY_SF
|
| 173 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 174 |
+
//Midnight
|
| 175 |
+
40 40 40 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 0.80 0.80 200 100 0 1000.00 5.00 1.20 30 20 0 54 83 92 59 68 77 240 150 124 124 124 150 74 74 74 80 80 0
|
| 176 |
+
//5AM
|
| 177 |
+
42 42 42 74 74 74 255 255 255 83 107 128 20 20 20 0 0 0 0 0 0 0.00 0.60 0.70 200 100 0 1000.00 5.00 1.00 70 27 10 145 182 213 59 68 77 240 60 124 124 124 60 74 74 74 225 80 0 1.00
|
| 178 |
+
//6AM
|
| 179 |
+
74 74 74 135 173 197 255 255 255 117 174 217 74 74 74 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 1000.00 5.00 0.90 100 34 25 145 182 213 62 72 77 240 20 124 124 124 25 74 74 74 155 80 0
|
| 180 |
+
//7AM
|
| 181 |
+
55 55 55 135 173 197 255 255 255 83 107 128 50 50 50 0 0 0 0 0 0 2.50 0.70 0.40 80 80 0 1000.00 5.00 0.80 120 40 40 145 182 213 107 117 122 240 10 124 124 124 30 0 48 20 55 80 0
|
| 182 |
+
//Midday
|
| 183 |
+
64 64 64 86 88 92 255 255 255 89 104 128 179 200 217 0 0 0 0 0 0 1.00 0.90 0.80 80 50 120 1000.00 5.00 0.70 120 100 100 86 124 146 141 141 140 240 50 124 124 124 50 86 88 92 225 80 0 1.00
|
| 184 |
+
//7PM
|
| 185 |
+
55 55 55 135 173 193 255 255 255 55 106 157 83 107 128 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 1000.00 5.00 0.90 120 40 40 145 182 213 116 135 144 240 200 124 124 124 150 10 46 22 60 80 0
|
| 186 |
+
//8PM
|
| 187 |
+
42 42 42 180 190 190 255 255 255 40 40 40 83 107 128 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 1000.00 5.00 1.00 120 40 40 125 170 170 132 176 189 240 20 124 124 124 20 0 48 20 105 80 0
|
| 188 |
+
//10PM
|
| 189 |
+
35 35 35 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 1000.00 5.00 1.00 70 27 10 83 107 128 161 176 189 240 40 124 124 124 40 0 48 20 50 80 0 1.00
|
| 190 |
+
//
|
| 191 |
+
//////////// SUNNY_VEGAS
|
| 192 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 193 |
+
//Midnight
|
| 194 |
+
36 36 36 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 1.90 0.40 200 100 0 1600 400.00 1.30 0 0 0 19 31 36 38 38 55 240 255 70 70 70 255 0 0 0 55 80 0 1.00
|
| 195 |
+
//5AM
|
| 196 |
+
68 68 68 138 138 138 255 255 255 132 157 185 221 218 162 255 128 0 255 0 0 3.50 0.70 0.70 200 100 0 1600 400.00 0.50 0 0 0 176 198 206 53 62 68 240 40 70 70 70 40 0 0 0 255 80 0 1.00
|
| 197 |
+
//6AM
|
| 198 |
+
42 42 42 188 188 188 255 255 255 117 174 217 220 208 163 255 128 0 255 128 0 1.00 0.80 0.70 200 100 0 1600 400.00 0.50 100 34 25 167 191 201 185 160 160 240 30 161 106 60 30 47 115 166 255 80 0 1.00
|
| 199 |
+
//7AM
|
| 200 |
+
55 55 55 182 138 109 255 255 255 128 158 174 200 144 85 255 150 13 55 128 0 6.40 1.00 0.40 100 50 75 1600 400.00 0.30 120 40 40 129 165 186 145 170 170 240 20 173 106 60 20 209 157 80 255 80 0 1.00
|
| 201 |
+
//Midday
|
| 202 |
+
28 69 100 98 98 98 255 255 255 72 164 255 128 255 255 255 255 0 128 0 0 4.10 0.80 0.60 100 80 0 1600 400.00 0.10 0 0 0 104 151 202 90 170 170 240 75 203 153 107 75 200 173 91 220 80 0
|
| 203 |
+
//7PM
|
| 204 |
+
55 55 55 174 151 134 255 255 255 0 128 255 128 255 255 255 150 13 55 128 0 4.40 1.00 0.60 100 50 75 1600 400.00 0.50 120 40 40 210 224 232 145 170 170 240 10 198 208 157 10 129 110 2 255 80 0
|
| 205 |
+
//8PM
|
| 206 |
+
42 42 42 163 151 143 255 255 255 0 128 255 0 206 206 255 150 13 155 0 0 1.00 0.80 0.60 100 60 0 1600 400.00 0.70 120 40 40 145 182 213 67 67 67 240 40 173 106 70 40 75 75 55 255 80 0
|
| 207 |
+
//10PM
|
| 208 |
+
32 32 32 143 131 123 255 255 255 0 111 221 0 183 183 255 135 6 5 0 0 1.00 0.60 0.60 200 100 0 1600 400.00 0.80 0 0 0 145 182 213 71 46 53 240 255 70 70 70 255 83 107 128 55 80 0
|
| 209 |
+
//
|
| 210 |
+
//////////// EXTRASUNNY_VEGAS
|
| 211 |
+
/Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 212 |
+
//Midnight
|
| 213 |
+
35 35 35 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 255 0 0 1.00 0.90 0.66 200 100 0 1600 800.00 1.20 0 0 0 49 83 140 38 38 55 240 140 70 70 70 140 0 0 0 100 80 0
|
| 214 |
+
//5AM
|
| 215 |
+
68 68 68 163 163 163 255 255 255 86 124 156 90 102 120 255 128 0 255 0 0 1.00 0.80 0.70 200 100 0 1600 600.00 0.70 0 0 0 111 152 168 53 62 68 240 10 70 70 70 10 0 0 0 225 0 0
|
| 216 |
+
//6AM
|
| 217 |
+
42 42 42 188 188 188 255 255 255 128 173 200 200 144 85 255 128 0 0 0 0 3.00 0.90 0.40 200 100 0 1600 200.00 0.60 100 34 25 158 188 205 185 160 160 240 30 161 106 60 30 0 0 0 250 80 0 1.00
|
| 218 |
+
//7AM
|
| 219 |
+
55 55 55 182 138 109 255 255 255 167 191 201 218 188 143 255 150 13 128 0 0 4.40 1.00 0.55 100 50 75 1600 200.00 0.30 120 40 40 226 203 167 145 170 170 240 10 173 106 60 10 129 110 2 255 80 0 1.00
|
| 220 |
+
//Midday
|
| 221 |
+
80 80 80 163 140 120 255 255 255 0 0 0 0 168 0 255 128 64 128 64 64 4.60 1.00 0.60 100 0 0 1600 40.00 0.10 44 34 23 145 164 183 90 170 170 240 50 203 118 60 50 229 217 138 255 122 0
|
| 222 |
+
//7PM
|
| 223 |
+
55 55 55 174 151 134 255 255 255 120 158 171 167 191 201 255 150 13 55 128 0 4.40 1.00 0.60 100 50 75 1600 0.00 1.30 120 40 40 221 218 162 145 170 170 240 20 133 106 60 20 129 110 2 255 80 0
|
| 224 |
+
//8PM
|
| 225 |
+
55 55 55 182 138 109 255 255 255 120 158 171 209 196 152 255 150 13 55 128 0 8.40 1.00 0.30 100 50 75 1600 0.00 0.50 120 40 40 210 224 232 145 170 170 240 20 173 106 70 20 129 110 2 250 80 0
|
| 226 |
+
//10PM
|
| 227 |
+
30 30 30 143 131 123 255 255 255 0 0 0 0 128 0 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1600 600 0.80 0 0 0 111 121 247 71 46 53 240 255 70 70 70 255 0 0 0 225 0 0
|
| 228 |
+
//
|
| 229 |
+
//////////// CLOUDY_VEGAS
|
| 230 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 231 |
+
//Midnight
|
| 232 |
+
40 40 40 135 173 197 255 255 255 15 13 19 20 20 20 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 1000.00 5.00 1.20 30 20 0 3 11 58 59 68 77 240 255 124 124 124 255 16 48 10 25 80 0
|
| 233 |
+
//5AM
|
| 234 |
+
42 42 42 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 2000.00 5.00 1.00 70 27 10 0 0 0 59 68 77 240 100 124 124 124 100 0 48 20 255 0 0
|
| 235 |
+
//6AM
|
| 236 |
+
42 42 42 135 173 197 255 255 255 83 107 128 78 92 99 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 1000.00 5.00 0.90 100 34 25 145 182 213 62 72 77 240 20 124 124 124 20 0 48 20 255 80 0
|
| 237 |
+
//7AM
|
| 238 |
+
55 55 55 135 173 197 255 255 255 83 107 128 73 84 90 0 0 0 0 0 0 2.50 0.70 0.40 80 80 0 1000.00 5.00 0.80 120 40 40 145 182 213 107 117 122 240 20 124 124 124 30 0 48 20 255 80 0
|
| 239 |
+
//Midday
|
| 240 |
+
87 86 76 186 186 186 255 255 255 73 132 160 78 92 99 0 0 0 0 0 0 1.00 0.90 0.50 80 50 120 1600 400.00 0.70 120 100 100 168 216 255 141 141 140 240 75 124 124 124 75 78 92 99 255 80 0 1.00
|
| 241 |
+
//7PM
|
| 242 |
+
55 55 55 174 189 168 255 255 255 134 177 185 78 92 99 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 1000.00 5.00 0.90 120 40 40 168 216 255 116 135 144 240 30 124 124 124 30 10 46 22 250 10 0 0.00
|
| 243 |
+
//8PM
|
| 244 |
+
42 42 42 167 198 223 255 255 255 55 106 157 78 92 99 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 1000.00 5.00 1.00 120 40 40 174 189 168 132 176 189 240 25 124 124 124 20 0 48 20 155 80 0 1.00
|
| 245 |
+
//10PM
|
| 246 |
+
35 35 35 174 189 168 255 255 255 71 101 120 15 13 19 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 1000.00 5.00 1.00 70 27 10 174 189 168 161 176 189 240 20 124 124 124 20 0 48 20 155 80 0
|
| 247 |
+
//
|
| 248 |
+
//////////// EXTRASUNNY_COUNTRYSIDE
|
| 249 |
+
/Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 250 |
+
//Midnight
|
| 251 |
+
35 35 35 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 255 0 0 1.00 0.75 0.50 200 100 0 1600 100.00 1.20 0 0 0 49 83 140 38 38 55 240 50 70 70 70 50 0 0 0 100 80 0
|
| 252 |
+
//5AM
|
| 253 |
+
68 68 68 163 163 163 255 255 255 103 132 146 90 102 120 255 128 0 255 0 0 1.00 1.50 0.70 200 100 0 1600 400.00 0.70 0 0 0 193 213 199 53 62 68 240 50 70 70 70 50 0 0 0 140 80 0
|
| 254 |
+
//6AM
|
| 255 |
+
42 42 42 188 188 188 255 255 255 152 186 192 200 144 85 255 128 0 0 0 0 0.00 0.00 0.40 200 100 0 1600 400.00 1.50 100 34 25 167 193 209 185 160 160 240 45 161 106 60 45 0 0 0 255 80 0 1.00
|
| 256 |
+
//7AM
|
| 257 |
+
36 36 36 182 138 109 255 255 255 133 176 192 224 199 160 255 150 13 55 128 0 8.40 1.00 0.70 100 50 75 1600 400.00 0.30 120 40 40 180 206 216 145 170 170 240 20 173 106 60 20 78 92 99 255 80 0 1.00
|
| 258 |
+
//Midday
|
| 259 |
+
80 80 80 163 140 120 255 255 255 102 134 157 106 131 157 255 255 0 128 0 0 5.10 1.00 0.50 100 0 0 1600 400.00 0.10 44 34 23 145 164 183 90 170 170 240 75 203 118 60 75 78 92 99 255 80 0 1.00
|
| 260 |
+
//7PM
|
| 261 |
+
55 55 55 174 151 134 255 255 255 120 158 171 220 208 163 255 150 13 55 128 0 4.40 1.00 0.50 100 50 75 1600 400.00 1.10 120 40 40 120 158 171 145 170 170 240 15 133 106 60 20 78 92 99 255 80 0 1.00
|
| 262 |
+
//8PM
|
| 263 |
+
55 55 55 182 138 109 255 255 255 133 176 192 206 194 155 255 150 13 55 128 0 8.40 1.00 0.30 100 50 75 1600 40.00 1.30 120 40 40 187 205 213 145 170 170 240 10 173 106 70 10 129 110 2 255 80 0 1.00
|
| 264 |
+
//10PM
|
| 265 |
+
30 30 30 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1600 40.00 0.80 0 0 0 103 132 146 71 46 53 240 140 70 70 70 140 0 0 0 225 0 0
|
| 266 |
+
//
|
| 267 |
+
//////////// SUNNY_COUNTRYSIDE
|
| 268 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 269 |
+
//Midnight
|
| 270 |
+
36 36 36 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 0.90 0.70 200 100 0 3200.00 400.00 1.50 0 0 0 3 7 18 38 38 55 240 255 70 70 70 255 0 0 0 50 80 0
|
| 271 |
+
//5AM
|
| 272 |
+
68 68 68 138 138 138 255 255 255 78 92 99 78 92 99 255 128 0 255 0 0 3.00 0.80 0.70 200 100 0 1600 400.00 0.50 0 0 0 223 232 236 53 62 68 240 50 70 70 70 50 0 0 0 225 80 0 1.00
|
| 273 |
+
//6AM
|
| 274 |
+
42 42 42 188 188 188 255 255 255 90 205 255 200 144 88 255 128 0 255 128 0 2.00 0.20 0.70 200 100 0 1600 400.00 0.50 0 0 0 167 191 201 185 160 160 240 35 161 106 60 35 0 0 0 255 80 0 1.00
|
| 275 |
+
//7AM
|
| 276 |
+
55 55 55 182 138 109 255 255 255 152 186 192 180 206 216 255 128 64 255 0 0 3.40 1.00 0.30 100 50 75 1600 5.00 0.30 0 0 0 243 233 218 145 170 170 240 10 173 106 60 10 78 92 99 250 80 0 1.00
|
| 277 |
+
//Midday
|
| 278 |
+
33 38 41 180 190 190 255 255 255 70 130 179 133 176 192 255 255 0 128 0 0 4.10 0.90 0.70 100 0 0 1600 65.00 0.10 0 0 0 167 191 201 90 170 170 240 75 203 118 60 75 134 133 121 255 80 0 1.00
|
| 279 |
+
//7PM
|
| 280 |
+
55 55 55 174 151 134 255 255 255 152 186 192 192 127 59 255 150 13 55 128 0 4.40 1.00 0.50 100 50 75 1600 5.00 0.50 0 0 0 210 224 232 145 170 170 240 10 133 106 60 10 129 110 2 255 80 0 1.00
|
| 281 |
+
//8PM
|
| 282 |
+
42 42 42 163 151 143 255 255 255 115 143 165 211 146 106 255 150 13 155 0 0 2.00 0.40 0.40 100 60 0 1600 40.00 0.70 0 0 0 210 224 232 67 67 67 240 30 173 106 70 20 75 75 55 225 80 0 1.00
|
| 283 |
+
//10PM
|
| 284 |
+
32 32 32 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 1600 40.00 0.80 0 0 0 87 112 138 71 46 53 240 200 70 70 70 200 0 0 0 155 80 0 1.00
|
| 285 |
+
//
|
| 286 |
+
//////////// CLOUDY_COUNTRYSIDE
|
| 287 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 288 |
+
//Midnight
|
| 289 |
+
40 40 40 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 1600 -22.00 1.00 30 20 0 103 132 146 59 68 77 240 140 124 124 124 150 16 48 10 80 80 0
|
| 290 |
+
//5AM
|
| 291 |
+
42 42 42 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 1600 -22.00 1.00 70 27 10 0 0 0 59 68 77 240 255 124 124 124 255 0 48 20 155 0 0
|
| 292 |
+
//6AM
|
| 293 |
+
42 42 42 135 173 197 255 255 255 101 136 148 20 20 20 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 1600 -22.00 0.90 100 34 25 84 134 194 62 72 77 240 20 124 124 124 10 0 48 20 55 80 0 1.00
|
| 294 |
+
//7AM
|
| 295 |
+
55 55 55 135 173 197 255 255 255 94 126 140 103 120 133 0 0 0 0 0 0 2.50 0.75 0.65 80 80 0 1600 -22.00 0.80 120 40 40 94 126 140 107 117 122 240 10 124 124 124 10 0 48 20 155 80 0
|
| 296 |
+
//Midday
|
| 297 |
+
87 86 76 186 186 186 255 255 255 80 80 80 68 105 166 0 0 0 0 0 0 1.00 0.50 0.10 80 50 120 1600 -22.00 0.70 120 100 100 84 134 194 141 141 140 240 80 124 124 124 80 30 38 30 155 0 0
|
| 298 |
+
//7PM
|
| 299 |
+
55 55 55 135 173 193 255 255 255 96 140 155 39 78 90 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 1600 -22.00 0.90 120 40 40 120 158 171 116 135 144 240 10 124 124 124 10 10 46 22 55 80 0 1.00
|
| 300 |
+
//8PM
|
| 301 |
+
42 42 42 167 198 223 255 255 255 83 121 134 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 1600 -22.00 1.00 120 40 40 120 158 171 132 176 189 240 20 124 124 124 20 0 48 20 85 80 0 1.00
|
| 302 |
+
//10PM
|
| 303 |
+
35 35 35 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 1600 -22.00 1.00 70 27 10 0 0 0 161 176 189 240 255 124 124 124 255 0 48 20 55 80 0 1.00
|
| 304 |
+
//
|
| 305 |
+
//////////// RAINY_COUNTRYSIDE
|
| 306 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 307 |
+
//Midnight
|
| 308 |
+
38 73 94 74 74 74 255 255 255 4 13 21 1 3 5 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 1000.00 5.00 1.20 30 20 0 17 46 77 59 68 77 240 0 124 124 124 0 16 48 10 80 80 0
|
| 309 |
+
//5AM
|
| 310 |
+
42 42 42 135 173 197 255 255 255 30 80 134 23 63 106 0 0 0 0 0 0 0.00 1.00 0.70 200 100 0 1000.00 5.00 1.00 70 27 10 36 98 166 59 68 77 240 50 124 124 124 50 0 48 20 155 80 0
|
| 311 |
+
//6AM
|
| 312 |
+
42 42 42 135 173 197 255 255 255 83 107 128 55 106 157 0 0 0 0 0 0 3.40 0.90 0.60 200 100 0 1000.00 5.00 0.90 100 34 25 145 182 213 62 72 77 240 25 124 124 124 25 0 48 20 155 80 0
|
| 313 |
+
//7AM
|
| 314 |
+
55 55 55 135 173 197 255 255 255 83 107 128 55 106 157 0 0 0 0 0 0 2.50 1.0 0.60 80 80 0 1000.00 5.00 0.90 120 40 40 145 182 213 107 117 122 240 20 124 124 124 20 0 48 20 155 80 0
|
| 315 |
+
//Midday
|
| 316 |
+
69 69 69 186 186 186 255 255 255 78 92 99 74 74 74 0 0 0 0 0 0 1.00 0.90 0.60 80 50 120 1000.00 5.00 0.90 120 100 100 63 89 107 56 130 211 240 70 124 124 124 60 30 38 30 255 80 0
|
| 317 |
+
//7PM
|
| 318 |
+
55 55 55 135 173 193 255 255 255 83 107 128 49 92 119 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 1000.00 5.00 0.90 120 40 40 145 182 213 116 135 144 240 50 124 124 124 100 10 46 22 255 80 0
|
| 319 |
+
//8PM
|
| 320 |
+
42 42 42 167 198 223 255 255 255 49 92 119 49 92 119 0 0 0 0 0 0 2.00 1.00 0.70 80 80 0 1000.00 5.00 1.00 120 40 40 36 98 166 132 176 189 240 20 124 124 124 20 0 48 20 155 80 0
|
| 321 |
+
//10PM
|
| 322 |
+
35 35 35 167 198 223 255 255 255 10 27 46 3 9 14 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 1000.00 5.00 1.00 70 27 10 49 92 119 161 176 189 240 10 124 124 124 10 0 48 20 155 90 0
|
| 323 |
+
//
|
| 324 |
+
//////////// EXTRASUNNY_DESERT
|
| 325 |
+
/Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 326 |
+
//Midnight
|
| 327 |
+
35 35 35 143 131 123 255 255 255 0 0 0 0 0 0 255 135 6 255 255 0 1.00 0.90 0.60 200 100 0 2600 400.00 1.50 0 0 0 0 0 0 38 38 55 240 255 70 70 70 255 0 0 0 50 80 0
|
| 328 |
+
//5AM
|
| 329 |
+
68 68 68 163 163 163 255 255 255 184 172 126 184 172 126 255 255 0 255 255 0 3.80 0.70 0.60 200 255 0 3200.00 400.00 1.70 0 0 0 210 224 232 53 62 68 240 60 70 70 70 80 0 0 0 00 00 0 1.00
|
| 330 |
+
//6AM
|
| 331 |
+
42 42 42 188 188 188 255 255 255 152 186 192 200 144 85 255 128 0 255 255 0 6.00 0.78 0.50 200 100 100 3200.00 400.00 0.60 100 34 25 145 182 213 185 160 160 240 100 161 106 60 100 0 0 0 255 80 0 1.00
|
| 332 |
+
//7AM
|
| 333 |
+
55 55 55 78 94 107 255 255 255 69 96 143 184 172 126 255 150 13 55 128 0 8.40 1.00 0.50 0 0 0 3200.00 400.00 0 120 40 40 145 182 213 145 170 170 240 30 157 122 83 30 129 110 2 255 10 0 1.00
|
| 334 |
+
//Midday
|
| 335 |
+
80 80 80 157 122 83 255 255 255 73 118 186 184 172 126 255 255 0 255 255 0 8.10 1.00 0.50 150 0 150 3200.00 400.00 0.10 44 34 23 210 224 232 88 121 209 240 80 62 49 11 80 155 125 57 255 122 0 1.00
|
| 336 |
+
//7PM
|
| 337 |
+
55 55 55 184 172 126 255 255 255 72 91 85 184 172 126 255 150 13 55 128 0 8.40 1.00 0.30 100 50 75 3200.00 400.00 0.30 120 40 40 102 124 142 145 170 170 240 50 0 0 0 50 0 0 0 255 80 0 1.00
|
| 338 |
+
//8PM
|
| 339 |
+
55 55 55 125 97 66 255 255 255 78 94 107 184 172 126 255 150 13 55 128 0 8.40 1.00 0.45 100 50 75 2600 400.00 0.50 120 40 40 102 124 142 145 170 170 240 40 36 36 49 40 23 23 30 255 122 0 1.00
|
| 340 |
+
//10PM
|
| 341 |
+
30 30 30 143 131 123 255 255 255 184 172 126 157 122 83 255 135 6 5 0 0 1.00 0.60 0.47 200 100 0 2800 400.00 0.80 0 0 0 228 214 192 71 46 53 120 150 70 70 70 150 0 0 0 255 122 0 1.00
|
| 342 |
+
//
|
| 343 |
+
//////////// SUNNY_DESERT
|
| 344 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 345 |
+
//Midnight
|
| 346 |
+
36 36 36 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 3200.00 400.00 1.10 0 0 0 36 66 96 38 38 55 240 150 70 70 70 160 0 0 0 150 0 0
|
| 347 |
+
//5AM
|
| 348 |
+
68 68 68 138 138 138 255 255 255 102 186 255 31 11 27 255 128 0 255 0 0 1.00 0.70 0.50 200 100 0 3200.00 400.00 0.50 0 0 0 102 122 170 53 62 68 240 30 70 70 70 30 0 0 0 55 80 0
|
| 349 |
+
//6AM
|
| 350 |
+
42 42 42 188 188 188 255 255 255 90 205 255 200 144 88 255 128 0 255 128 0 0.00 0.80 0.40 200 100 0 3200.00 400.00 0.50 100 34 25 111 152 168 185 160 160 240 10 161 106 60 20 0 0 0 255 80 0 1.00
|
| 351 |
+
//7AM
|
| 352 |
+
55 55 55 182 138 109 255 255 255 94 126 140 200 144 85 255 150 13 55 128 0 8.40 1.00 0.50 100 50 75 3200.00 400.00 0.30 120 40 40 124 169 190 145 170 170 240 20 173 106 60 20 129 110 2 255 80 0 1.00
|
| 353 |
+
//Midday
|
| 354 |
+
80 80 80 153 141 133 255 255 255 128 173 200 136 191 213 255 255 0 255 255 0 7.10 1.00 0.50 0 0 0 3200.00 400.00 0.10 44 34 23 145 164 183 90 170 170 240 60 203 118 60 50 229 217 138 155 80 0 1.00
|
| 355 |
+
//7PM
|
| 356 |
+
55 55 55 174 151 134 255 255 255 18 75 153 192 127 59 255 150 13 55 128 0 8.40 1.00 0.30 100 50 75 3200.00 400.00 0.50 120 40 40 159 142 106 145 170 170 240 15 133 106 60 10 78 92 99 255 0 0
|
| 357 |
+
//8PM
|
| 358 |
+
42 42 42 163 151 143 255 255 255 115 143 165 211 146 106 255 150 13 155 0 0 2.00 0.40 0.40 100 60 0 3200.00 400.00 0.70 120 40 40 102 122 170 67 67 67 240 10 173 106 70 10 75 75 55 255 80 0 1.00
|
| 359 |
+
//10PM
|
| 360 |
+
32 32 32 143 131 123 255 255 255 5 12 15 12 14 13 255 135 6 5 0 0 1.00 0.40 0.40 200 100 0 3200.00 400.00 0.80 0 0 0 102 122 170 71 46 53 240 255 70 70 70 255 0 0 0 255 80 0 1.00
|
| 361 |
+
//
|
| 362 |
+
//////////// SANDSTORM_DESERT
|
| 363 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 364 |
+
//Midnight
|
| 365 |
+
40 40 40 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 1000.00 5.00 1.00 30 20 0 36 66 96 59 68 77 240 255 124 124 124 255 16 48 10 155 0 0
|
| 366 |
+
//5AM
|
| 367 |
+
42 42 42 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 1000.00 5.00 1.00 70 27 10 0 0 0 59 68 77 240 40 124 124 124 40 0 48 20 155 80 0
|
| 368 |
+
//6AM
|
| 369 |
+
42 42 42 135 173 197 255 255 255 108 143 170 184 172 126 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 2000.00 5.00 0.90 100 34 25 108 143 170 62 72 77 240 20 124 124 124 20 167 152 95 70 0 0
|
| 370 |
+
//7AM
|
| 371 |
+
55 55 55 118 107 65 255 255 255 108 143 170 167 152 95 0 0 0 0 0 0 2.50 0.70 0.40 80 80 0 1000.00 5.00 0.80 120 40 40 108 143 170 107 117 122 240 20 255 255 255 20 167 152 95 155 10 0 1.00
|
| 372 |
+
//Midday
|
| 373 |
+
87 86 76 167 153 97 255 255 255 73 118 186 184 172 126 0 0 0 0 0 0 2.00 0.50 0.10 80 50 120 1000.00 5.00 0.70 120 100 100 102 124 142 141 141 140 240 10 124 124 124 20 30 38 30 155 122 0 1.00
|
| 374 |
+
//7PM
|
| 375 |
+
55 55 55 135 173 193 255 255 255 184 172 126 78 92 99 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 1000.00 5.00 0.90 120 40 40 158 143 86 116 135 144 240 25 124 124 124 20 10 46 22 80 80 0 1.00
|
| 376 |
+
//8PM
|
| 377 |
+
42 42 42 167 198 223 255 255 255 120 158 171 78 92 99 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 1000.00 5.00 1.00 120 40 40 78 92 99 132 176 189 240 20 124 124 124 20 0 48 20 155 10 0 1.00
|
| 378 |
+
//10PM
|
| 379 |
+
35 35 35 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 1000.00 5.00 1.00 70 27 10 0 0 0 161 176 189 240 140 124 124 124 130 0 48 20 155 0 0
|
| 380 |
+
//
|
| 381 |
+
//////////// UNDERWATER
|
| 382 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 383 |
+
//Midnight
|
| 384 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 300.00 5.00 1.00 30 20 0 49 83 140 59 68 77 192 255 104 136 83 255 24 76 16 255 0 0
|
| 385 |
+
//5AM
|
| 386 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 1.00 200 100 0 300.00 5.00 1.00 70 27 10 49 83 140 59 68 77 192 255 94 141 95 255 0 70 20 255 0 0
|
| 387 |
+
//6AM
|
| 388 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 3.40 0.90 0.90 200 100 0 300.00 5.00 0.90 100 34 25 49 83 140 62 72 77 192 255 124 174 110 255 0 64 20 255 0 100
|
| 389 |
+
//7AM
|
| 390 |
+
21 21 21 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 2.50 0.70 0.80 80 80 0 300.00 5.00 0.80 120 40 40 49 83 140 107 117 122 192 255 124 153 104 255 0 48 20 255 0 0
|
| 391 |
+
//Midday
|
| 392 |
+
21 21 21 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.70 80 50 120 300.00 5.00 0.70 120 100 100 49 83 140 141 141 140 255 255 124 143 109 255 0 51 24 255 0 0
|
| 393 |
+
//7PM
|
| 394 |
+
21 21 21 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 1.00 1.00 80 50 0 300.00 5.00 0.90 120 40 40 49 83 140 116 135 144 192 255 124 139 85 255 10 46 22 255 0 0
|
| 395 |
+
//8PM
|
| 396 |
+
21 21 21 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 300.00 5.00 1.00 120 40 40 49 83 140 132 176 189 192 255 63 124 99 255 0 87 20 255 0 0
|
| 397 |
+
//10PM
|
| 398 |
+
21 21 21 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 300.00 5.00 1.00 70 27 10 49 83 140 161 176 189 192 255 124 124 91 255 0 85 20 255 0 0
|
| 399 |
+
//
|
| 400 |
+
//////////// EXTRACOLOURS_1
|
| 401 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 402 |
+
//Midnight
|
| 403 |
+
0 0 0 166 166 166 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 41 255 64 64 64 255 0 0
|
| 404 |
+
//5AM
|
| 405 |
+
0 0 0 121 122 122 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 65 85 65 147 255 64 64 43 255 73 69 64 255 0 0
|
| 406 |
+
//6AM
|
| 407 |
+
0 0 0 50 50 50 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 64 64 255 0 0
|
| 408 |
+
//7AM
|
| 409 |
+
0 0 0 180 180 180 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 46 255 65 64 64 255 0 0
|
| 410 |
+
//Midday
|
| 411 |
+
8 2 4 22 22 22 255 255 255 255 255 255 5 5 5 255 255 0 255 255 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 87 64 85 255 64 33 33 255 0 0
|
| 412 |
+
//7PM
|
| 413 |
+
7 9 2 54 55 55 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 44 64 87 255 99 99 99 255 0 0
|
| 414 |
+
//8PM
|
| 415 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 146 64 255 0 0
|
| 416 |
+
//10PM
|
| 417 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 0.40 0.50 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 96 92 64 255 0 0
|
| 418 |
+
//
|
| 419 |
+
//////////// EXTRACOLOURS_2
|
| 420 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 421 |
+
//Midnight
|
| 422 |
+
0 0 0 99 99 99 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 61 53 30 255 64 64 64 255 0 0
|
| 423 |
+
//5AM
|
| 424 |
+
30 30 30 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 73 80 255 0 0
|
| 425 |
+
//6AM
|
| 426 |
+
0 0 0 20 20 20 255 255 255 255 255 255 50 5 50 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 78.00 50.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 16 64 255 64 64 64 255 0 0
|
| 427 |
+
//7AM
|
| 428 |
+
0 0 0 133 133 133 255 255 255 255 255 255 0 0 0 255 255 128 5 0 0 1.00 1.00 1.00 200 0 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 64 64 255 0 0
|
| 429 |
+
//Midday
|
| 430 |
+
0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 255 255 0 255 255 0 1.00 1.00 1.00 200 0 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 44 44 44 255 33 64 64 234 0 0
|
| 431 |
+
//7PM
|
| 432 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 146 64 255 0 0
|
| 433 |
+
//8PM
|
| 434 |
+
0 0 0 50 50 50 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 64 64 255 0 0
|
| 435 |
+
//10PM
|
| 436 |
+
0 0 0 190 180 180 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 102 122 170 85 85 65 192 255 64 64 64 255 64 64 40 220 0 0
|
data-lite/files/SAMP/timecycp.dat
ADDED
|
@@ -0,0 +1,439 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// Timecyc editor//HD FINAL N.A.P// by:novranaldy//Smooth71778//78186//shiny//89199//script.
|
| 2 |
+
|
| 3 |
+
//////////// EXTRASUNNY_LA
|
| 4 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 5 |
+
//Midnight
|
| 6 |
+
22 22 22 220 212 130 255 255 255 0 23 24 0 31 32 255 128 0 5 0 0 1.00 1.00 0.30 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 240 127 87 87 87 127 60 121 122 0 90 0 1.00
|
| 7 |
+
//5AM
|
| 8 |
+
22 22 22 194 194 142 255 255 255 0 20 20 0 31 32 255 128 0 255 128 0 0.00 1.00 0.20 150 100 0 400.00 100.00 1.00 35 9 10 27 30 36 53 104 104 240 127 80 80 80 127 60 190 190 0 90 0 1.00
|
| 9 |
+
//6AM
|
| 10 |
+
22 22 22 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 1.00 0.30 140 93 0 800.00 100.00 0.80 100 34 25 120 92 88 90 170 170 240 127 86 86 86 127 149 94 0 25 120 0 1.00
|
| 11 |
+
//7AM
|
| 12 |
+
5 0 0 210 194 182 255 255 255 90 205 255 90 200 255 255 255 255 255 255 255 2.20 1.00 0.30 100 50 75 800.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 111 133 106 70 127 96 61 15 25 180 0 1.00
|
| 13 |
+
//Midday
|
| 14 |
+
11 0 0 210 194 182 255 255 255 68 117 210 36 117 199 255 255 255 255 255 255 1.10 1.00 0.00 236 0 190 800.00 10.00 0.00 44 34 23 145 164 183 90 170 170 240 127 66 66 48 127 166 129 60 25 180 0 1.00
|
| 15 |
+
//7PM
|
| 16 |
+
8 5 5 255 255 182 255 255 255 68 117 210 36 117 194 222 88 0 122 55 0 3.90 1.00 0.00 110 40 75 800.00 10.00 0.80 120 40 40 200 123 96 50 97 97 240 106 124 124 107 127 86 50 10 25 180 0 1.00
|
| 17 |
+
//8PM
|
| 18 |
+
25 14 14 210 194 182 255 255 255 181 150 84 167 108 65 255 128 0 255 128 0 2.00 1.00 0.40 100 60 0 800.00 10.00 1.00 120 40 40 72 107 159 67 67 67 240 127 81 85 40 127 66 27 0 25 140 0 1.00
|
| 19 |
+
//10PM
|
| 20 |
+
21 20 20 210 194 182 255 255 255 137 100 84 60 50 52 255 128 0 5 8 0 1.00 1.00 0.30 160 100 0 600.00 10.00 1.00 70 27 10 15 11 34 67 67 62 240 127 209 143 84 127 76 51 0 25 90 0 1.00
|
| 21 |
+
//
|
| 22 |
+
//////////// SUNNY_LA
|
| 23 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 24 |
+
//Midnight
|
| 25 |
+
0 20 20 210 194 182 255 255 255 5 12 15 12 14 13 255 128 0 5 0 0 1.00 0.40 0.40 200 100 0 800.00 100.00 1.00 0 0 0 3 3 3 85 85 65 240 127 110 126 210 212 0 81 104 55 220 0 1.00
|
| 26 |
+
//5AM
|
| 27 |
+
6 20 20 210 194 182 255 255 255 0 0 7 19 39 37 255 128 0 255 128 0 0.00 0.30 0.80 150 100 0 800.00 100.00 1.00 0 0 0 14 15 18 25 51 52 240 127 102 132 227 162 4 85 95 90 220 0 1.00
|
| 28 |
+
//6AM
|
| 29 |
+
22 17 8 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 1.20 0.50 0.20 140 93 0 800.00 100.00 0.80 100 34 25 120 92 88 90 170 170 240 127 86 86 86 127 149 94 0 177 220 0 1.00
|
| 30 |
+
//7AM
|
| 31 |
+
12 4 0 210 194 182 255 255 255 100 121 130 155 171 179 255 128 0 255 128 0 2.20 1.00 0.00 211 0 149 800.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 127 58 110 115 121 123 70 14 177 220 0 1.00
|
| 32 |
+
//Midday
|
| 33 |
+
12 10 0 210 194 182 255 255 255 100 121 130 155 171 179 189 175 0 168 98 14 1.70 1.00 0.00 236 0 190 800.00 100.00 0.00 44 34 23 129 128 123 90 170 170 240 120 70 121 120 127 160 88 21 88 220 0 1.00
|
| 34 |
+
//7PM
|
| 35 |
+
16 10 0 210 194 182 255 255 255 100 121 130 155 171 179 198 128 0 255 128 0 7.50 1.00 0.00 110 40 75 800.00 100.00 0.80 120 40 40 155 155 155 50 97 97 240 106 90 123 113 127 114 61 10 88 220 0 1.00
|
| 36 |
+
//8PM
|
| 37 |
+
12 10 4 210 194 182 255 255 255 181 150 84 167 118 65 255 128 0 255 128 0 2.00 1.00 0.20 100 60 0 800.00 43.00 1.00 0 0 0 163 83 63 67 67 67 240 127 129 93 71 127 66 27 0 177 220 0 1.00
|
| 38 |
+
//10PM
|
| 39 |
+
22 20 10 210 194 182 255 255 255 172 143 88 167 118 65 255 128 0 5 8 0 1.00 0.40 0.40 160 100 0 800.00 41.00 1.00 70 27 10 55 55 55 67 67 62 240 127 129 0 0 127 66 106 0 111 60 0 1.00
|
| 40 |
+
//
|
| 41 |
+
//////////// EXTRASUNNY_SMOG_LA
|
| 42 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 43 |
+
//Midnight
|
| 44 |
+
33 33 33 249 244 235 255 255 255 19 14 19 6 6 17 255 128 0 5 0 0 1.00 0.30 0.90 200 102 0 800.00 100.00 1.00 30 20 0 3 3 3 85 85 65 240 127 50 61 114 127 14 46 55 25 80 0 1.00
|
| 45 |
+
//5AM
|
| 46 |
+
22 33 33 210 194 182 255 255 255 16 16 22 15 15 20 255 128 0 255 128 0 0.00 0.30 0.90 150 100 0 800.00 50.00 1.00 35 9 10 27 30 36 53 104 104 240 127 93 90 114 127 34 40 30 25 80 0 1.00
|
| 47 |
+
//6AM
|
| 48 |
+
20 16 16 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 0.20 0.40 140 93 0 800.00 50.00 0.80 100 34 25 120 92 88 90 170 170 240 127 86 86 86 127 149 94 0 25 120 0 1.00
|
| 49 |
+
//7AM
|
| 50 |
+
11 7 1 210 194 182 255 255 255 90 205 255 114 148 166 255 128 0 255 128 0 1.20 0.20 0.80 100 50 75 800.00 10.00 0.50 120 40 40 159 142 106 145 170 170 240 127 106 107 84 127 96 61 15 25 120 0 1.00
|
| 51 |
+
//Midday
|
| 52 |
+
14 7 2 210 194 182 255 255 255 90 147 255 129 148 182 255 128 0 255 128 0 1.00 0.20 0.30 236 0 190 800.00 10.00 0.00 44 34 23 145 164 183 90 170 170 240 127 82 80 43 127 125 94 40 25 50 0 1.00
|
| 53 |
+
//7PM
|
| 54 |
+
10 10 5 210 194 182 255 255 255 93 127 157 90 144 182 198 128 0 255 128 0 7.50 0.30 1.00 110 40 103 800.00 10.00 0.80 120 40 40 200 123 96 50 97 97 240 106 124 93 67 127 86 50 10 25 150 0 1.00
|
| 55 |
+
//8PM
|
| 56 |
+
10 5 5 210 194 182 255 255 255 181 150 84 167 118 65 255 128 0 255 128 0 2.00 0.30 1.00 100 60 0 800.00 10.00 1.00 120 40 40 72 107 159 67 67 67 240 127 121 102 80 127 44 24 0 25 150 0 1.00
|
| 57 |
+
//10PM
|
| 58 |
+
22 12 15 255 222 222 255 255 255 209 150 84 167 118 65 255 128 0 5 8 0 1.00 0.30 0.30 160 100 0 800.00 10.00 1.00 70 27 10 15 11 34 67 67 62 240 127 124 124 124 127 44 24 0 25 80 0 1.00
|
| 59 |
+
//
|
| 60 |
+
//////////// SUNNY_SMOG_LA
|
| 61 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 62 |
+
//Midnight
|
| 63 |
+
33 33 33 210 188 166 255 255 255 22 5 12 13 13 31 255 128 0 5 0 0 1.00 0.40 0.60 200 100 0 800.00 155.00 1.00 30 20 0 3 3 3 85 85 65 240 127 57 87 87 127 21 27 88 122 90 0 1.00
|
| 64 |
+
//5AM
|
| 65 |
+
33 33 33 210 194 182 255 255 255 15 15 16 14 14 20 255 128 0 255 128 0 0.00 0.40 1.00 150 100 0 800.00 155.00 1.00 35 9 10 27 30 36 53 104 104 240 127 50 78 114 127 34 40 30 122 90 0 1.00
|
| 66 |
+
//6AM
|
| 67 |
+
33 33 33 210 194 182 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 0.30 0.90 140 93 0 800.00 100.00 0.80 100 34 25 120 92 88 90 170 170 240 127 86 86 86 127 149 94 0 122 120 0 1.00
|
| 68 |
+
//7AM
|
| 69 |
+
20 11 5 210 194 182 255 255 255 90 205 255 222 204 200 255 128 0 255 128 0 1.20 0.20 0.10 236 50 75 800.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 127 106 106 106 127 96 61 15 122 180 0 1.00
|
| 70 |
+
//Midday
|
| 71 |
+
15 7 0 210 194 182 255 255 255 79 140 243 143 175 175 255 128 0 255 128 0 2.50 1.00 0.10 236 0 190 800.00 80.00 0.00 44 34 23 145 164 183 90 170 170 240 127 127 123 110 127 99 74 10 122 180 0 1.00
|
| 72 |
+
//7PM
|
| 73 |
+
15 11 0 210 194 182 255 255 255 109 142 157 90 144 182 255 55 0 255 255 255 4.30 0.30 0.40 222 40 75 800.00 10.00 0.80 120 40 40 200 123 96 50 97 97 240 106 124 124 107 127 86 50 10 122 180 0 1.00
|
| 74 |
+
//8PM
|
| 75 |
+
15 5 0 210 194 182 255 255 255 181 150 84 167 118 65 255 128 0 255 128 0 2.00 0.30 0.70 100 60 0 800.00 10.00 1.00 120 40 40 72 107 159 67 67 67 240 127 121 93 71 127 44 24 0 122 120 0 1.00
|
| 76 |
+
//10PM
|
| 77 |
+
33 12 12 210 194 182 255 255 255 181 150 84 197 103 39 255 128 0 5 8 0 1.00 0.30 0.60 160 100 0 800.00 10.00 1.00 70 27 10 15 11 34 67 67 62 240 127 117 124 83 127 66 27 0 122 90 0 1.00
|
| 78 |
+
//
|
| 79 |
+
//////////// CLOUDY_LA
|
| 80 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 81 |
+
//Midnight
|
| 82 |
+
10 30 30 157 176 208 255 255 255 10 10 10 10 23 33 10 10 0 10 0 0 1.00 1.00 0.20 200 100 0 700.00 79.00 1.00 30 20 0 23 28 30 55 55 66 240 127 124 124 124 127 45 49 32 155 51 0 1.00
|
| 83 |
+
//5AM
|
| 84 |
+
10 24 27 160 171 202 255 255 255 10 10 10 10 22 33 10 10 0 10 0 0 1.00 1.00 0.10 200 100 0 700.00 -22.00 1.00 70 27 10 23 28 30 55 55 66 240 127 80 85 91 127 98 120 120 155 100 0 1.00
|
| 85 |
+
//6AM
|
| 86 |
+
16 31 31 163 187 192 255 255 255 22 22 22 15 25 27 0 0 0 0 0 0 3.40 0.90 0.10 200 100 0 700.00 90.00 0.80 100 34 25 23 28 30 77 77 88 240 127 63 80 80 127 122 122 90 155 180 0 1.00
|
| 87 |
+
//7AM
|
| 88 |
+
22 22 22 190 176 169 255 255 255 125 145 151 125 145 151 0 0 0 0 0 0 0.00 0.70 0.10 80 50 0 700.00 -22.00 0.50 120 40 40 92 116 125 77 77 88 240 127 124 124 124 127 45 28 12 155 180 0 1.00
|
| 89 |
+
//Midday
|
| 90 |
+
22 22 22 190 176 169 255 255 255 125 145 151 125 145 151 10 10 0 10 0 0 2.80 0.50 0.10 80 0 120 700.00 -22.00 0.30 120 100 100 92 116 123 125 125 125 240 127 80 80 80 127 122 122 122 155 180 0 1.00
|
| 91 |
+
//7PM
|
| 92 |
+
22 22 22 190 176 169 255 255 255 125 145 151 125 145 151 0 0 0 0 0 0 3.50 1.00 0.10 80 0 0 700.00 -22.00 0.80 120 100 100 92 116 123 123 128 134 240 127 44 44 44 127 122 122 122 155 180 0 1.00
|
| 93 |
+
//8PM
|
| 94 |
+
22 22 22 190 176 169 255 255 255 34 56 62 62 72 75 0 0 0 0 0 0 0.00 1.00 0.10 80 50 0 700.00 -22.00 1.00 120 100 100 46 58 61 122 126 134 240 127 90 90 90 127 90 122 122 155 180 0 1.00
|
| 95 |
+
//10PM
|
| 96 |
+
24 28 20 222 200 200 255 255 255 15 15 20 20 22 22 10 10 0 10 0 0 1.00 1.00 0.40 200 100 0 700.00 111.00 1.00 70 27 10 23 28 30 10 70 60 240 127 64 64 100 127 69 70 87 155 20 0 1.00
|
| 97 |
+
//
|
| 98 |
+
//////////// SUNNY_SF
|
| 99 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 100 |
+
//Midnight
|
| 101 |
+
20 30 30 133 133 133 255 255 255 0 8 12 10 36 65 255 128 0 5 0 0 1.00 0.50 0.40 200 100 0 450.00 100.00 1.00 30 20 0 3 3 3 19 40 52 240 127 66 66 66 127 88 56 28 50 120 0 1.00
|
| 102 |
+
//5AM
|
| 103 |
+
20 30 30 143 143 143 255 255 255 15 22 32 4 32 66 255 128 0 255 0 0 0.00 0.30 1.00 150 100 0 454.00 100.00 1.00 70 27 10 50 43 36 21 41 56 240 127 66 99 66 127 88 47 23 50 120 0 1.00
|
| 104 |
+
//6AM
|
| 105 |
+
30 30 30 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 3.00 0.20 0.90 140 100 0 455.00 66.00 0.80 100 34 25 120 92 88 178 160 160 200 127 124 124 124 127 45 47 23 50 120 70 1.00
|
| 106 |
+
//7AM
|
| 107 |
+
24 26 30 188 188 188 255 255 255 90 205 255 187 146 116 255 128 0 255 0 0 3.30 1.00 0.10 100 50 0 455.00 66.00 0.50 120 40 40 159 142 106 145 170 170 240 127 55 62 64 127 66 66 80 50 120 0 1.00
|
| 108 |
+
//Midday
|
| 109 |
+
30 30 30 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 455.00 66.00 1.00 120 100 100 180 255 255 90 170 170 240 127 44 94 89 127 45 66 36 50 120 0 1.00
|
| 110 |
+
//7PM
|
| 111 |
+
30 30 30 163 163 163 255 255 255 109 142 157 111 155 155 255 0 0 255 0 0 3.30 1.00 0.20 110 40 0 455.00 66.00 0.80 120 40 40 200 123 96 103 95 87 240 127 33 99 99 127 66 66 44 50 120 0 1.00
|
| 112 |
+
//8PM
|
| 113 |
+
30 30 30 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.60 0.30 100 60 0 455.00 66.00 1.00 120 40 40 0 0 0 67 67 67 240 127 124 66 44 127 66 55 23 50 120 0 1.00
|
| 114 |
+
//10PM
|
| 115 |
+
13 13 30 163 163 163 255 255 255 20 15 45 13 44 65 255 5 8 5 8 0 1.00 0.50 0.50 160 100 0 455.00 66.00 1.00 70 27 10 0 0 0 44 73 96 240 127 124 124 124 127 45 47 23 50 112 0 1.00
|
| 116 |
+
//
|
| 117 |
+
//////////// EXTRASUNNY_SF
|
| 118 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 119 |
+
//Midnight
|
| 120 |
+
20 30 30 133 133 133 255 255 255 10 36 65 10 36 65 255 128 0 5 0 0 1.00 0.50 0.40 200 100 0 450.00 100.00 1.00 30 20 0 3 3 3 19 40 52 240 127 66 66 66 127 88 56 28 0 120 0 1.00
|
| 121 |
+
//5AM
|
| 122 |
+
20 30 30 143 143 143 255 255 255 4 32 66 4 32 66 255 128 0 255 0 0 0.00 0.30 1.00 150 100 0 454.00 100.00 1.00 70 27 10 50 43 36 21 41 56 240 127 66 99 66 127 88 47 23 0 120 0 1.00
|
| 123 |
+
//6AM
|
| 124 |
+
16 20 27 188 188 188 255 255 255 155 155 155 198 124 85 255 128 0 255 128 0 2.70 0.20 0.20 140 100 0 455.00 66.00 0.80 100 34 25 120 92 88 178 160 160 200 127 86 86 86 127 166 94 0 0 120 0 1.00
|
| 125 |
+
//7AM
|
| 126 |
+
12 0 0 188 188 188 255 255 255 155 155 155 198 124 85 255 128 0 255 0 0 1.70 1.00 0.10 100 50 0 455.00 66.00 0.50 120 40 40 159 142 106 145 170 170 240 127 86 86 86 127 166 94 0 0 120 0 1.00
|
| 127 |
+
//Midday
|
| 128 |
+
30 30 30 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 455.00 66.00 1.00 120 100 100 180 255 255 90 170 170 240 127 44 94 89 127 45 66 36 0 120 0 1.00
|
| 129 |
+
//7PM
|
| 130 |
+
30 30 30 163 163 163 255 255 255 109 142 157 111 155 155 255 0 0 255 0 0 3.30 1.00 0.20 110 40 0 455.00 66.00 0.80 120 40 40 200 123 96 103 95 87 240 127 33 99 99 127 66 66 44 0 120 0 1.00
|
| 131 |
+
//8PM
|
| 132 |
+
30 30 30 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.60 0.30 100 60 0 455.00 66.00 1.00 120 40 40 0 0 0 67 67 67 240 127 124 66 44 127 66 55 23 0 120 0 1.00
|
| 133 |
+
//10PM
|
| 134 |
+
13 13 30 141 141 141 255 255 255 5 25 45 13 44 65 255 5 8 5 8 0 1.00 0.50 0.50 160 100 0 455.00 66.00 1.00 70 27 10 0 0 0 44 73 96 240 127 124 124 124 127 45 47 23 0 112 0 1.00
|
| 135 |
+
//
|
| 136 |
+
//////////// CLOUDY_SF
|
| 137 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 138 |
+
//Midnight
|
| 139 |
+
30 30 30 108 108 101 255 255 255 11 11 11 11 11 11 10 10 0 10 0 0 1.00 1.00 1.00 200 100 0 1150.00 -22.00 1.00 30 20 0 23 28 30 55 55 66 240 127 64 64 12 127 88 66 66 155 0 0 1.00
|
| 140 |
+
//5AM
|
| 141 |
+
30 22 30 108 108 101 255 255 255 14 14 14 14 14 14 10 10 0 10 0 0 0.00 1.00 1.00 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 55 55 66 240 127 77 67 52 127 85 72 66 155 0 0 1.00
|
| 142 |
+
//6AM
|
| 143 |
+
30 30 30 153 153 153 255 255 255 41 46 47 31 36 37 10 10 0 10 0 0 3.40 0.90 0.90 200 100 0 1150.00 -22.00 0.80 100 34 25 23 28 30 77 77 88 240 127 64 64 64 127 77 77 77 155 0 100 1.00
|
| 144 |
+
//7AM
|
| 145 |
+
5 5 12 153 153 153 255 255 255 62 72 75 62 72 75 10 10 0 10 0 0 0.00 0.70 0.80 200 50 0 1150.00 -22.00 0.50 120 40 40 46 58 61 77 77 88 240 127 124 124 124 127 48 48 48 155 0 0 1.00
|
| 146 |
+
//Midday
|
| 147 |
+
5 5 12 122 123 123 255 255 255 125 145 151 125 145 151 10 10 0 10 0 0 2.80 0.50 0.70 80 0 120 1150.00 -22.00 0.30 120 100 100 92 116 123 125 125 125 240 127 124 124 124 127 48 48 48 155 0 0 1.00
|
| 148 |
+
//7PM
|
| 149 |
+
5 30 30 123 123 123 255 255 255 62 72 75 62 72 75 10 10 0 10 0 0 3.50 1.00 1.00 80 0 0 1150.00 -22.00 0.80 120 100 100 46 58 61 123 128 134 240 127 124 124 124 127 48 48 48 155 0 0 1.00
|
| 150 |
+
//8PM
|
| 151 |
+
30 30 30 108 108 108 255 255 255 62 72 75 62 72 75 10 10 0 10 0 0 2.00 1.00 1.00 80 50 0 1150.00 -22.00 1.00 120 100 100 46 58 61 122 126 134 240 127 64 64 55 127 48 48 48 155 0 0 1.00
|
| 152 |
+
//10PM
|
| 153 |
+
30 30 30 108 108 108 255 255 255 41 46 47 31 36 37 10 10 0 10 0 0 1.00 1.00 1.00 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 77 77 88 240 127 64 64 12 127 48 48 48 155 0 0 1.00
|
| 154 |
+
//
|
| 155 |
+
//////////// RAINY_SF
|
| 156 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 157 |
+
//Midnight
|
| 158 |
+
20 30 30 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 0.50 200 100 0 650.00 5.00 1.00 30 20 0 0 0 0 59 68 77 240 127 124 124 124 127 16 48 10 155 0 0 1.00
|
| 159 |
+
//5AM
|
| 160 |
+
20 30 30 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 0.60 200 100 0 650.00 5.00 1.00 70 27 10 0 0 0 59 68 77 240 127 124 124 124 127 0 48 20 155 0 0 1.00
|
| 161 |
+
//6AM
|
| 162 |
+
20 30 30 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 3.40 0.90 0.40 200 100 0 650.00 5.00 0.90 100 34 25 0 0 0 62 72 77 240 127 124 124 124 127 0 48 20 155 0 100 1.00
|
| 163 |
+
//7AM
|
| 164 |
+
20 30 30 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 2.50 0.70 0.40 80 80 0 650.00 5.00 0.80 120 40 40 0 0 0 107 117 122 240 127 124 124 124 127 0 48 20 155 0 0 1.00
|
| 165 |
+
//Midday
|
| 166 |
+
20 30 30 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.10 80 50 120 650.00 5.00 0.70 120 100 100 0 0 0 141 141 140 240 127 124 124 124 127 30 38 30 155 0 0 1.00
|
| 167 |
+
//7PM
|
| 168 |
+
20 30 30 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 1.00 0.50 80 50 0 650.00 5.00 0.90 120 40 40 0 0 0 116 135 144 240 127 124 124 124 127 10 46 22 155 0 0 1.00
|
| 169 |
+
//8PM
|
| 170 |
+
20 30 30 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 650.00 5.00 1.00 120 40 40 0 0 0 132 176 189 240 127 124 124 124 127 0 48 20 155 0 0 1.00
|
| 171 |
+
//10PM
|
| 172 |
+
20 30 30 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 650.00 5.00 1.00 70 27 10 0 0 0 161 176 189 240 127 124 124 124 127 0 48 20 155 0 0 1.00
|
| 173 |
+
//
|
| 174 |
+
//////////// FOGGY_SF
|
| 175 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 176 |
+
//Midnight
|
| 177 |
+
33 33 33 141 141 141 255 255 255 0 40 40 0 40 40 10 10 0 10 0 0 1.00 1.00 0.70 60 50 0 150.00 -200.00 1.00 30 20 0 0 0 0 120 120 125 240 127 124 124 124 127 30 30 32 0 120 0 1.00
|
| 178 |
+
//5AM
|
| 179 |
+
33 33 33 210 141 141 255 255 255 0 45 45 0 45 45 10 10 0 10 0 0 0.00 1.00 0.70 60 50 0 150.00 -200.00 1.00 70 27 10 0 0 0 120 120 125 240 127 124 124 124 127 30 30 32 0 120 0 1.00
|
| 180 |
+
//6AM
|
| 181 |
+
33 33 33 141 141 141 255 255 255 0 45 45 0 45 45 0 10 0 10 0 0 3.40 0.90 0.70 60 50 0 150.00 -200.00 0.80 100 34 25 0 0 0 128 128 125 240 127 124 124 124 127 30 30 32 0 120 100 1.00
|
| 182 |
+
//7AM
|
| 183 |
+
33 33 33 141 141 141 255 255 255 40 50 50 40 50 50 10 10 0 10 0 0 2.50 0.70 0.70 60 50 0 150.00 -200.00 0.60 120 40 40 0 0 0 128 128 125 240 127 124 124 124 127 30 30 32 0 120 0 1.00
|
| 184 |
+
//Midday
|
| 185 |
+
13 13 13 141 141 141 255 255 255 146 155 155 127 144 144 10 10 0 10 0 0 1.00 0.50 0.30 60 50 60 250.00 -30.00 0.30 120 100 100 0 0 0 128 128 128 240 127 124 124 124 127 30 30 32 0 120 0 1.00
|
| 186 |
+
//7PM
|
| 187 |
+
13 13 13 141 141 141 255 255 255 100 100 105 100 100 105 10 10 0 10 0 0 3.50 1.00 0.30 60 50 0 150.00 -70.00 0.80 120 40 40 0 0 0 123 123 124 240 127 124 124 124 127 30 30 32 0 111 0 1.00
|
| 188 |
+
//8PM
|
| 189 |
+
13 13 13 141 141 141 255 255 255 41 60 60 35 53 50 10 10 0 10 0 0 2.00 1.00 1.00 60 50 0 150.00 -80.00 1.00 120 40 40 0 0 0 122 121 124 240 127 124 124 124 127 30 30 32 0 120 0 1.00
|
| 190 |
+
//10PM
|
| 191 |
+
33 33 33 141 141 141 255 255 255 0 40 40 0 40 40 10 10 0 10 0 0 1.00 1.00 0.70 60 50 0 150.00 -100.00 1.00 70 27 10 0 0 0 123 124 120 240 127 124 124 124 127 30 30 32 0 120 0 1.00
|
| 192 |
+
//
|
| 193 |
+
//////////// SUNNY_VEGAS
|
| 194 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 195 |
+
//Midnight
|
| 196 |
+
25 22 22 144 137 137 255 255 255 16 7 23 24 0 37 255 255 0 5 0 0 1.00 0.30 0.80 200 100 0 1000.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 127 64 64 64 127 88 27 0 122 0 0 1.00
|
| 197 |
+
//5AM
|
| 198 |
+
24 16 25 138 138 138 255 255 255 20 4 19 31 11 27 255 128 0 255 0 0 0.00 0.30 0.80 150 100 0 1000.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 127 64 64 152 127 79 27 0 122 0 0 1.00
|
| 199 |
+
//6AM
|
| 200 |
+
0 5 10 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 255 128 0 8.40 0.40 0.10 140 100 0 1000.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 127 64 64 64 127 77 66 0 122 0 0 1.00
|
| 201 |
+
//7AM
|
| 202 |
+
13 13 1 188 188 188 255 255 255 90 205 255 90 200 255 255 128 0 255 0 0 3.30 0.20 0.10 100 50 0 1000.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 127 64 64 64 127 64 64 22 122 0 0 1.00
|
| 203 |
+
//Midday
|
| 204 |
+
13 13 1 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 0.10 0.30 150 0 150 1000.00 10.00 1.00 120 100 100 180 255 255 90 170 170 240 127 64 64 64 127 128 111 44 122 88 0 1.00
|
| 205 |
+
//7PM
|
| 206 |
+
1 1 1 163 159 163 255 255 255 109 142 157 90 200 255 255 255 255 255 255 255 3.50 0.20 1.00 110 40 0 1000.00 10.00 0.80 120 40 40 200 123 96 153 95 87 240 127 64 64 64 127 122 27 0 122 0 0 1.00
|
| 207 |
+
//8PM
|
| 208 |
+
1 1 0 137 137 137 255 255 255 181 150 84 136 110 74 255 128 0 155 0 0 2.00 0.20 1.00 100 60 0 1000.00 10.00 1.00 120 40 40 0 0 0 67 67 67 240 127 127 93 71 127 83 11 0 122 0 0 1.00
|
| 209 |
+
//10PM
|
| 210 |
+
12 6 12 138 138 138 255 255 255 31 15 44 39 24 64 255 5 8 5 8 0 1.00 0.30 0.60 160 100 0 1000.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 127 124 124 124 127 34 27 0 122 0 0 1.00
|
| 211 |
+
//
|
| 212 |
+
//////////// EXTRASUNNY_VEGAS
|
| 213 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 214 |
+
//Midnight
|
| 215 |
+
22 22 22 163 163 163 255 255 255 9 6 9 18 15 44 255 255 0 5 0 0 1.00 0.30 0.70 200 100 0 1000.00 200.00 1.00 30 20 0 3 3 3 38 38 55 240 127 77 77 77 127 88 66 41 0 30 0 1.00
|
| 216 |
+
//5AM
|
| 217 |
+
12 12 12 163 163 163 255 255 255 0 5 10 16 1 30 255 128 0 255 0 0 0.00 0.40 0.50 150 100 0 1000.00 200.00 1.00 70 27 10 50 43 36 53 62 68 240 127 124 106 116 127 52 27 0 0 90 0 1.00
|
| 218 |
+
//6AM
|
| 219 |
+
12 12 12 188 188 188 255 255 255 141 99 81 200 144 85 255 128 0 255 128 0 8.40 1.00 0.10 140 100 0 1000.00 0.00 0.80 100 34 25 120 92 88 185 160 160 240 127 66 66 66 127 90 70 20 0 90 0 1.00
|
| 220 |
+
//7AM
|
| 221 |
+
13 4 0 188 188 188 255 255 255 90 205 255 200 144 90 255 128 0 255 0 0 3.70 1.00 0.00 100 50 0 1000.00 0.00 0.50 120 40 40 159 142 106 145 170 170 240 60 124 60 60 127 89 91 44 0 90 0 1.00
|
| 222 |
+
//Midday
|
| 223 |
+
13 13 0 188 188 188 255 255 255 90 180 255 90 200 255 255 128 0 255 128 0 2.50 1.00 0.00 150 0 150 1000.00 10.00 1.00 120 100 100 180 255 255 90 170 170 240 64 64 64 64 127 90 80 33 0 90 0 1.00
|
| 224 |
+
//7PM
|
| 225 |
+
13 13 0 163 163 163 255 255 255 90 180 255 90 200 255 255 47 0 255 0 0 2.50 0.30 0.40 110 40 0 1000.00 10.00 0.80 120 40 40 200 123 96 143 121 87 240 127 64 64 64 127 114 57 27 0 90 0 1.00
|
| 226 |
+
//8PM
|
| 227 |
+
13 13 0 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.50 0.60 100 60 0 1000.00 10.00 1.00 120 40 40 0 0 0 67 67 67 240 127 55 55 55 127 120 50 0 0 90 0 1.00
|
| 228 |
+
//10PM
|
| 229 |
+
22 22 23 163 163 163 255 255 255 0 0 0 18 15 44 255 5 8 5 8 0 1.00 0.50 0.70 160 100 0 1000.00 200.00 1.00 70 27 10 0 0 0 71 46 53 240 127 77 77 77 127 122 55 33 0 30 0 1.00
|
| 230 |
+
//
|
| 231 |
+
//////////// CLOUDY_VEGAS
|
| 232 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 233 |
+
//Midnight
|
| 234 |
+
2 20 33 163 163 163 255 255 255 22 33 44 11 23 44 0 0 0 0 0 0 0.00 1.00 1.00 200 100 0 1000.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 127 66 124 124 127 34 27 0 44 0 0 1.00
|
| 235 |
+
//5AM
|
| 236 |
+
11 22 33 163 163 163 255 255 255 22 33 44 22 33 44 0 0 0 0 0 0 0.00 1.00 1.00 150 100 0 1000.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 127 66 124 124 127 34 27 0 44 0 0 1.00
|
| 237 |
+
//6AM
|
| 238 |
+
22 22 33 188 188 187 255 255 255 84 83 88 77 77 77 0 0 0 0 0 0 0.00 1.00 0.90 140 100 0 1000.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 127 64 124 124 127 34 27 0 122 0 0 1.00
|
| 239 |
+
//7AM
|
| 240 |
+
22 22 22 188 188 188 255 255 255 211 211 255 155 155 155 0 0 0 0 0 0 0.00 1.00 0.80 100 50 0 1000.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 127 64 64 64 127 66 55 21 122 0 0 1.00
|
| 241 |
+
//Midday
|
| 242 |
+
22 22 22 188 188 188 255 255 255 144 144 144 122 122 122 0 0 0 0 0 0 0.00 1.00 0.30 150 0 150 1000.00 10.00 1.00 120 100 100 88 88 88 90 170 170 240 127 124 124 124 127 66 55 21 122 0 0 1.00
|
| 243 |
+
//7PM
|
| 244 |
+
22 22 22 188 163 163 255 255 255 144 144 144 155 155 155 0 0 0 0 0 0 0.00 1.00 1.00 110 40 0 1000.00 10.00 0.80 120 40 40 88 88 88 153 95 87 240 127 64 64 64 127 66 66 50 122 0 0 1.00
|
| 245 |
+
//8PM
|
| 246 |
+
2 2 13 163 163 163 255 255 255 88 88 88 88 88 88 0 0 0 0 0 0 0.00 1.00 1.00 100 60 0 1000.00 10.00 1.00 120 52 79 88 88 88 67 67 67 240 127 124 124 124 127 34 27 0 122 0 0 1.00
|
| 247 |
+
//10PM
|
| 248 |
+
2 20 33 163 163 163 255 255 255 22 33 44 11 23 44 0 0 8 0 0 0 0.00 1.00 1.00 160 100 0 1000.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 127 124 124 124 127 34 27 0 44 0 0 1.00
|
| 249 |
+
//
|
| 250 |
+
//////////// EXTRASUNNY_COUNTRYSIDE
|
| 251 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 252 |
+
//Midnight
|
| 253 |
+
33 33 12 163 163 163 255 255 255 0 30 30 10 22 35 255 255 0 5 0 0 1.00 0.50 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 53 62 68 240 127 89 97 80 127 17 86 109 44 120 0 1.00
|
| 254 |
+
//5AM
|
| 255 |
+
22 25 25 163 163 163 255 255 255 0 30 30 10 22 35 255 128 0 255 0 0 0.00 0.40 1.00 150 100 0 1500.00 100.00 1.00 23 30 20 50 43 36 53 62 68 240 127 103 107 80 127 10 90 100 88 120 0 1.00
|
| 256 |
+
//6AM
|
| 257 |
+
23 23 23 188 188 188 255 255 255 90 145 227 200 144 85 255 128 0 255 255 255 8.40 0.30 0.90 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 127 124 124 69 127 91 9 0 75 120 0 1.00
|
| 258 |
+
//7AM
|
| 259 |
+
22 24 22 188 188 188 255 255 255 90 205 255 187 146 116 255 128 0 255 255 255 3.30 0.40 0.30 100 50 0 1500.00 5.00 0.50 120 40 40 159 142 106 145 170 170 240 127 62 64 44 127 80 36 22 81 120 0 1.00
|
| 260 |
+
//Midday
|
| 261 |
+
22 5 5 203 188 188 255 255 255 90 180 255 57 165 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 1500.00 65.00 1.00 120 100 100 180 255 255 90 170 170 240 127 60 60 46 127 86 84 52 105 120 0 1.00
|
| 262 |
+
//7PM
|
| 263 |
+
22 22 22 163 163 163 255 255 255 109 142 157 165 155 130 255 25 0 255 255 255 7.50 0.50 0.60 110 40 0 1500.00 5.00 0.80 120 40 40 200 123 96 148 134 97 240 127 66 66 46 127 80 72 32 99 120 0 1.00
|
| 264 |
+
//8PM
|
| 265 |
+
5 5 0 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.40 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 0 0 0 67 67 67 240 127 118 89 48 127 69 28 6 62 120 0 1.00
|
| 266 |
+
//10PM
|
| 267 |
+
22 22 12 163 163 163 255 255 255 20 15 45 66 66 64 255 5 8 5 8 0 1.00 0.30 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 62 62 62 124 127 132 80 40 44 120 0 1.00
|
| 268 |
+
//
|
| 269 |
+
//////////// SUNNY_COUNTRYSIDE
|
| 270 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 271 |
+
//Midnight
|
| 272 |
+
33 33 33 163 163 163 255 255 255 10 22 35 10 22 35 255 255 0 5 0 0 1.00 0.50 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 53 62 68 240 127 89 97 80 127 17 86 109 44 120 0 1.00
|
| 273 |
+
//5AM
|
| 274 |
+
22 25 25 163 163 163 255 255 255 10 22 35 10 22 35 255 128 0 255 0 0 0.00 0.40 1.00 150 100 0 1500.00 100.00 1.00 23 30 20 50 43 36 53 62 68 240 127 103 107 80 127 10 90 100 88 120 0 1.00
|
| 275 |
+
//6AM
|
| 276 |
+
23 23 23 188 188 188 255 255 255 90 145 227 200 144 85 255 255 255 122 122 0 8.40 0.30 0.90 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 185 160 160 240 127 124 124 69 127 91 9 0 75 120 0 1.00
|
| 277 |
+
//7AM
|
| 278 |
+
5 5 5 188 188 188 255 255 255 90 205 255 187 146 116 255 255 255 122 122 0 3.30 0.40 0.30 100 50 0 1500.00 5.00 0.50 120 40 40 159 142 106 145 170 170 240 127 62 64 44 127 80 36 22 81 120 0 1.00
|
| 279 |
+
//Midday
|
| 280 |
+
22 22 5 188 188 188 255 255 255 90 180 255 57 165 255 255 128 0 255 128 0 2.50 1.00 0.10 150 0 150 1500.00 65.00 1.00 120 100 100 180 255 255 90 170 170 240 127 60 60 46 127 86 84 52 105 120 0 1.00
|
| 281 |
+
//7PM
|
| 282 |
+
22 22 5 163 163 163 255 255 255 109 142 157 165 155 130 255 128 0 255 0 0 7.50 0.50 0.60 110 40 0 1500.00 5.00 0.80 120 40 40 152 123 96 148 134 97 240 127 66 66 46 127 80 72 32 99 120 0 1.00
|
| 283 |
+
//8PM
|
| 284 |
+
21 21 21 163 163 163 255 255 255 109 142 189 165 155 130 255 128 0 155 0 0 2.00 0.40 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 54 55 55 67 67 67 240 127 118 89 48 127 69 28 6 62 120 0 1.00
|
| 285 |
+
//10PM
|
| 286 |
+
33 33 33 163 163 163 255 255 255 20 15 45 66 66 64 255 5 8 5 8 0 1.00 0.30 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 62 62 62 124 127 132 80 40 44 120 0 1.00
|
| 287 |
+
//
|
| 288 |
+
//////////// CLOUDY_COUNTRYSIDE
|
| 289 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 290 |
+
//Midnight
|
| 291 |
+
12 22 35 200 200 200 255 255 255 0 9 9 1 24 32 0 0 0 0 0 0 1.00 0.30 0.40 200 100 0 1150.00 -22.00 1.00 30 20 0 23 28 30 32 43 66 240 127 77 77 77 127 99 99 83 122 0 0 1.00
|
| 292 |
+
//5AM
|
| 293 |
+
3 18 33 190 176 169 255 255 255 0 9 9 1 24 32 0 0 0 0 0 0 1.00 0.30 0.50 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 26 58 66 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 294 |
+
//6AM
|
| 295 |
+
12 22 22 190 176 169 255 255 255 41 46 47 31 36 37 0 0 0 0 0 0 3.40 0.30 0.40 200 100 0 1150.00 -22.00 0.80 100 34 25 23 28 30 42 77 88 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 296 |
+
//7AM
|
| 297 |
+
12 22 21 190 176 169 255 255 255 62 72 75 62 72 75 0 0 0 0 0 0 0.00 0.40 0.10 200 50 0 1150.00 -22.00 0.50 120 40 40 46 58 61 52 77 88 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 298 |
+
//Midday
|
| 299 |
+
2 5 5 188 188 183 255 255 255 125 145 151 125 145 151 0 0 0 0 9 9 2.00 0.30 0.30 80 0 120 1150.00 -22.00 0.30 120 100 100 92 116 123 97 125 125 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 300 |
+
//7PM
|
| 301 |
+
0 5 5 190 176 169 255 255 255 62 72 75 62 72 75 0 0 0 0 0 0 3.50 0.40 0.30 80 0 0 1150.00 -22.00 0.80 120 100 100 46 58 61 102 128 134 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 302 |
+
//8PM
|
| 303 |
+
7 5 22 190 176 169 255 255 255 36 36 40 31 36 44 0 0 0 0 0 0 2.00 0.20 1.00 80 50 0 1150.00 -22.00 1.00 120 100 100 46 58 61 105 126 134 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 304 |
+
//10PM
|
| 305 |
+
5 22 33 190 176 169 255 255 255 7 9 9 1 24 32 0 0 0 0 0 0 1.00 0.20 1.00 200 100 0 1150.00 -22.00 1.00 70 27 10 23 28 30 41 77 74 240 127 124 124 124 127 48 48 48 122 0 0 1.00
|
| 306 |
+
//
|
| 307 |
+
//////////// RAINY_COUNTRYSIDE
|
| 308 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 309 |
+
//Midnight
|
| 310 |
+
21 21 39 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 0.60 200 100 0 650.00 155.00 1.00 30 20 0 0 0 0 58 115 150 240 127 38 64 98 127 0 64 20 90 55 0 1.00
|
| 311 |
+
//5AM
|
| 312 |
+
31 31 31 135 173 197 255 255 255 50 50 50 50 50 50 0 0 0 0 0 0 1.00 1.00 0.70 200 100 0 650.00 5.00 1.00 70 27 10 0 0 0 59 68 77 240 127 94 66 55 127 22 66 33 90 120 0 1.00
|
| 313 |
+
//6AM
|
| 314 |
+
31 31 31 135 173 197 255 255 255 39 50 50 60 60 60 0 0 0 0 0 0 3.40 0.90 0.30 200 100 0 650.00 161.00 0.90 100 34 25 0 0 0 62 72 77 240 127 88 89 110 127 0 64 20 90 120 100 1.00
|
| 315 |
+
//7AM
|
| 316 |
+
21 21 21 135 173 197 255 255 255 69 69 69 79 79 79 0 0 0 0 0 0 0.00 0.70 0.50 80 80 0 650.00 5.00 0.80 120 40 40 0 0 0 107 117 122 240 127 80 61 81 127 14 61 20 90 120 0 1.00
|
| 317 |
+
//Midday
|
| 318 |
+
21 21 21 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.70 80 50 120 650.00 5.00 0.70 120 100 100 0 0 0 141 141 140 240 127 69 69 69 127 55 55 55 90 120 0 1.00
|
| 319 |
+
//7PM
|
| 320 |
+
21 21 21 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 0.80 0.80 80 50 0 650.00 5.00 0.90 120 40 40 0 0 0 116 135 144 240 127 60 90 85 127 38 42 22 90 120 0 1.00
|
| 321 |
+
//8PM
|
| 322 |
+
22 22 22 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.90 0.80 80 80 0 650.00 123.00 1.00 120 40 40 0 0 0 132 176 189 240 127 38 64 99 127 0 55 20 90 55 0 1.00
|
| 323 |
+
//10PM
|
| 324 |
+
31 31 39 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 0.20 0.50 200 100 0 650.00 188.00 1.00 70 27 10 0 0 0 80 105 144 240 127 38 64 98 127 0 55 20 90 120 0 1.00
|
| 325 |
+
//
|
| 326 |
+
//////////// EXTRASUNNY_DESERT
|
| 327 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 328 |
+
//Midnight
|
| 329 |
+
5 5 11 163 163 163 255 255 255 0 0 26 45 0 64 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 127 84 109 141 127 34 17 77 0 0 0 1.00
|
| 330 |
+
//5AM
|
| 331 |
+
5 5 15 180 163 163 255 255 255 11 0 21 80 50 58 255 128 0 255 0 0 0.00 0.70 0.50 150 100 0 1500.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 127 124 93 131 127 34 17 14 0 0 0 1.00
|
| 332 |
+
//6AM
|
| 333 |
+
5 5 22 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 155 155 155 8.40 1.00 0.10 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 159 138 120 240 127 88 88 88 127 144 77 0 0 69 0 1.00
|
| 334 |
+
//7AM
|
| 335 |
+
10 10 10 188 188 188 255 255 255 210 231 200 250 218 143 255 128 0 155 155 155 3.80 1.00 0.20 100 50 0 1500.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 127 64 64 56 127 113 55 0 0 188 0 1.00
|
| 336 |
+
//Midday
|
| 337 |
+
0 0 0 188 188 188 255 255 255 233 231 233 250 156 158 255 128 0 255 128 0 2.50 1.00 0.00 150 0 150 1500.00 111.00 1.00 120 100 100 180 255 255 126 170 140 240 127 77 77 66 127 120 69 0 0 122 0 1.00
|
| 338 |
+
//7PM
|
| 339 |
+
0 0 0 163 163 163 255 255 255 210 231 200 250 218 143 255 128 0 255 0 0 7.50 1.00 0.60 110 40 0 1500.00 10.00 0.80 120 40 40 200 123 96 139 112 87 240 127 88 88 77 127 92 20 0 0 188 0 1.00
|
| 340 |
+
//8PM
|
| 341 |
+
0 0 0 163 163 163 255 255 255 76 59 26 84 67 24 255 128 0 155 0 0 2.00 1.00 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 30 0 0 67 67 67 240 127 127 96 63 127 165 62 0 0 0 0 1.00
|
| 342 |
+
//10PM
|
| 343 |
+
5 5 11 163 163 163 255 255 255 5 11 29 54 0 64 255 5 8 5 8 0 1.00 0.50 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 127 84 109 124 127 34 17 77 0 0 0 1.00
|
| 344 |
+
//
|
| 345 |
+
//////////// SUNNY_DESERT
|
| 346 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 347 |
+
//Midnight
|
| 348 |
+
10 10 20 163 163 163 255 255 255 0 0 26 45 0 64 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 1500.00 100.00 1.00 30 20 0 3 3 3 38 38 55 240 127 84 109 141 127 34 17 77 55 0 0 1.00
|
| 349 |
+
//5AM
|
| 350 |
+
10 10 15 180 163 163 255 255 255 11 0 21 80 50 58 255 128 0 255 0 0 0.00 0.70 0.50 150 100 0 1500.00 100.00 1.00 70 27 10 50 43 36 53 62 68 240 127 124 93 131 127 34 17 14 55 0 0 1.00
|
| 351 |
+
//6AM
|
| 352 |
+
5 5 22 188 188 188 255 255 255 90 205 255 200 144 85 255 128 0 155 155 155 8.40 1.00 0.10 140 100 0 1500.00 100.00 0.80 100 34 25 120 92 88 159 138 120 240 127 88 88 88 127 144 77 0 100 69 0 1.00
|
| 353 |
+
//7AM
|
| 354 |
+
0 0 0 188 188 188 255 255 255 210 231 200 250 218 143 255 128 0 155 155 155 3.80 1.00 0.20 100 50 0 1500.00 100.00 0.50 120 40 40 159 142 106 145 170 170 240 127 64 64 56 127 113 55 0 55 188 0 1.00
|
| 355 |
+
//Midday
|
| 356 |
+
0 0 0 188 188 188 255 255 255 233 231 233 250 156 158 255 128 0 255 128 0 2.50 1.00 0.00 150 0 150 1500.00 111.00 1.00 120 100 100 180 255 255 126 170 140 240 127 77 77 66 127 120 69 0 33 122 0 1.00
|
| 357 |
+
//7PM
|
| 358 |
+
0 0 0 163 163 163 255 255 255 210 231 200 250 218 143 255 128 0 255 0 0 7.50 1.00 0.60 110 40 0 1500.00 10.00 0.80 120 40 40 200 123 96 139 112 87 240 127 88 88 77 127 92 20 0 55 188 0 1.00
|
| 359 |
+
//8PM
|
| 360 |
+
0 0 0 163 163 163 255 255 255 181 150 84 167 108 65 255 128 0 155 0 0 2.00 1.00 0.40 100 60 0 1500.00 10.00 1.00 120 40 40 30 0 0 67 67 67 240 127 81 85 40 127 66 27 0 53 0 0 1.00
|
| 361 |
+
//10PM
|
| 362 |
+
10 10 10 163 163 163 255 255 255 5 11 29 54 0 64 255 5 8 5 8 0 1.00 0.50 0.60 160 100 0 1500.00 10.00 1.00 70 27 10 0 0 0 67 67 62 240 127 84 109 124 127 34 17 77 55 0 0 1.00
|
| 363 |
+
//
|
| 364 |
+
//////////// SANDSTORM_DESERT
|
| 365 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 366 |
+
//Midnight
|
| 367 |
+
21 21 21 137 137 137 255 255 255 55 55 55 55 55 55 255 255 0 5 0 0 1.00 1.00 1.00 50 100 0 150.00 -111.00 1.00 30 20 0 3 3 3 38 38 55 240 127 64 64 64 127 56 38 0 0 12 0 1.00
|
| 368 |
+
//5AM
|
| 369 |
+
21 21 21 137 137 137 255 255 255 105 102 82 105 102 82 255 128 0 255 0 0 0.00 1.00 1.00 50 100 0 150.00 -111.00 1.00 70 27 10 50 43 36 53 62 68 240 127 64 64 64 127 56 38 0 0 12 0 1.00
|
| 370 |
+
//6AM
|
| 371 |
+
21 21 21 137 137 137 255 255 255 112 109 89 112 109 89 255 128 0 255 128 0 8.40 1.00 0.00 50 100 0 150.00 -111.00 0.80 100 34 25 120 92 88 185 160 160 192 127 64 64 64 127 56 32 0 0 12 0 1.00
|
| 372 |
+
//7AM
|
| 373 |
+
21 21 21 137 137 137 255 255 255 120 117 96 120 117 96 0 0 0 0 0 0 0.00 1.00 0.00 50 50 0 150.00 -111.00 0.50 120 40 40 159 142 106 145 170 170 230 127 64 64 64 127 99 89 77 0 12 0 1.00
|
| 374 |
+
//Midday
|
| 375 |
+
11 11 11 137 137 137 255 255 255 166 163 140 166 163 140 0 0 0 0 0 0 0.00 1.00 0.00 50 0 0 150.00 -111.00 1.00 120 100 100 180 255 255 45 90 90 240 127 64 44 33 127 99 99 77 0 44 0 1.00
|
| 376 |
+
//7PM
|
| 377 |
+
21 21 21 137 137 137 255 255 255 97 94 78 97 94 78 255 128 0 255 0 0 0.00 1.00 1.00 50 40 0 150.00 -111.00 0.80 120 40 40 200 123 96 98 95 87 240 127 64 64 64 127 99 99 99 0 255 0 1.00
|
| 378 |
+
//8PM
|
| 379 |
+
21 21 21 137 137 137 255 255 255 87 84 69 87 84 69 255 128 0 155 0 0 2.00 1.00 1.00 50 60 0 150.00 -111.00 1.00 120 40 40 0 0 0 67 67 67 240 127 64 64 64 127 56 38 0 0 255 0 1.00
|
| 380 |
+
//10PM
|
| 381 |
+
21 21 21 137 155 33 255 255 255 55 55 55 55 55 55 255 5 8 5 8 0 1.00 1.00 1.00 50 100 0 150.00 -111.00 1.00 70 27 10 0 0 0 67 67 62 240 127 64 64 64 127 56 38 0 0 0 0 1.00
|
| 382 |
+
//
|
| 383 |
+
//////////// UNDERWATER
|
| 384 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 385 |
+
//Midnight
|
| 386 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 300.00 5.00 1.00 30 20 0 0 0 0 59 68 77 192 127 104 136 83 127 24 76 16 255 0 0 1.00
|
| 387 |
+
//5AM
|
| 388 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 0.00 1.00 1.00 200 100 0 300.00 5.00 1.00 70 27 10 0 0 0 59 68 77 192 127 94 141 95 127 0 70 20 255 0 0 1.00
|
| 389 |
+
//6AM
|
| 390 |
+
21 21 21 135 173 197 255 255 255 10 10 10 20 20 20 0 0 0 0 0 0 3.40 0.90 0.90 200 100 0 300.00 5.00 0.90 100 34 25 0 0 0 62 72 77 192 127 124 174 110 127 0 64 20 255 0 100 1.00
|
| 391 |
+
//7AM
|
| 392 |
+
21 21 21 135 173 197 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 2.50 0.70 0.80 80 80 0 300.00 5.00 0.80 120 40 40 0 0 0 107 117 122 192 127 124 153 104 127 0 48 20 255 0 0 1.00
|
| 393 |
+
//Midday
|
| 394 |
+
21 21 21 186 186 186 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 1.00 0.50 0.70 80 50 120 300.00 5.00 0.70 120 100 100 0 0 0 141 141 140 255 127 124 143 109 127 0 51 24 255 0 0 1.00
|
| 395 |
+
//7PM
|
| 396 |
+
21 21 21 135 173 193 255 255 255 80 80 80 70 70 70 0 0 0 0 0 0 3.50 1.00 1.00 80 50 0 300.00 5.00 0.90 120 40 40 0 0 0 116 135 144 192 127 124 139 85 127 10 46 22 255 0 0 1.00
|
| 397 |
+
//8PM
|
| 398 |
+
21 21 21 167 198 223 255 255 255 40 40 40 70 70 70 0 0 0 0 0 0 2.00 1.00 1.00 80 80 0 300.00 5.00 1.00 120 40 40 0 0 0 132 176 189 192 127 63 124 99 127 0 87 20 255 0 0 1.00
|
| 399 |
+
//10PM
|
| 400 |
+
21 21 21 167 198 223 255 255 255 40 40 40 50 50 50 0 0 0 0 0 0 1.00 1.00 1.00 200 100 0 300.00 5.00 1.00 70 27 10 0 0 0 161 176 189 192 127 124 124 91 127 0 85 20 255 0 0 1.00
|
| 401 |
+
//
|
| 402 |
+
//////////// EXTRACOLOURS_1
|
| 403 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 404 |
+
//Midnight
|
| 405 |
+
0 0 0 166 166 166 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 41 127 64 64 64 0 0 0 0.00
|
| 406 |
+
//5AM
|
| 407 |
+
0 0 0 121 122 122 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 0.40 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 65 85 65 147 127 64 64 43 127 73 69 64 0 0 0 1.00
|
| 408 |
+
//6AM
|
| 409 |
+
0 0 0 50 50 50 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 64 64 64 0 0 0 1.00
|
| 410 |
+
//7AM
|
| 411 |
+
0 0 0 180 180 180 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 46 127 65 64 64 0 0 0 1.00
|
| 412 |
+
//Midday
|
| 413 |
+
8 2 4 22 22 22 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 87 64 85 127 64 33 33 0 0 0 0.00
|
| 414 |
+
//7PM
|
| 415 |
+
7 9 2 54 55 55 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 44 64 87 127 99 99 99 0 0 0 1.00
|
| 416 |
+
//8PM
|
| 417 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 64 146 64 0 0 0 1.00
|
| 418 |
+
//10PM
|
| 419 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 0.40 0.50 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 96 92 64 0 0 0 1.00
|
| 420 |
+
//
|
| 421 |
+
//////////// EXTRACOLOURS_2
|
| 422 |
+
//Amb Amb_Obj Dir Sky top Sky bot SunCore SunCorona SunSz SprSz SprBght Shdw LightShd PoleShd FarClp FogSt LightOnGround LowCloudsRGB BottomCloudRGB WaterRGBA Alpha1 RGB1 Alpha2 RGB2 CloudAlpha
|
| 423 |
+
//Midnight
|
| 424 |
+
0 0 0 99 99 99 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 61 53 30 127 64 64 64 0 0 0 1.00
|
| 425 |
+
//5AM
|
| 426 |
+
30 30 30 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 64 73 80 0 0 0 1.00
|
| 427 |
+
//6AM
|
| 428 |
+
0 0 0 20 20 20 255 255 255 255 255 255 50 5 50 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 78.00 50.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 16 64 127 64 64 64 0 0 0 1.00
|
| 429 |
+
//7AM
|
| 430 |
+
0 0 0 133 133 133 255 255 255 255 255 255 0 0 0 0 0 0 5 0 0 1.00 1.00 1.00 200 0 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 64 64 64 64 127 64 64 64 0 0 0 0.00
|
| 431 |
+
//Midday
|
| 432 |
+
0 0 0 0 0 0 255 255 255 255 255 255 0 0 0 0 0 0 5 0 0 1.00 1.00 1.00 200 0 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 44 44 44 127 33 64 64 234 0 0 0.00
|
| 433 |
+
//7PM
|
| 434 |
+
0 0 0 20 20 20 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 64 146 64 0 0 0 1.00
|
| 435 |
+
//8PM
|
| 436 |
+
0 0 0 50 50 50 255 255 255 255 255 255 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 64 64 64 0 0 0 1.00
|
| 437 |
+
//10PM
|
| 438 |
+
0 0 0 190 180 180 255 255 255 1 1 1 5 5 5 255 255 0 5 0 0 1.00 1.00 1.00 200 100 0 400.00 100.00 1.00 30 20 0 3 3 3 85 85 65 192 127 64 64 64 127 64 64 40 0 0 0 1.00
|
| 439 |
+
//
|
data-lite/files/SAMP/tracks2.dat
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0
|
data-lite/files/SAMP/tracks4.dat
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0
|
data-lite/files/SAMP/vehicleAudioSettings.cfg
ADDED
|
@@ -0,0 +1,278 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
; Author: fastman92
|
| 2 |
+
; Vehicle audio loader is used to apply properties
|
| 3 |
+
; Created 10/15/2011 (m-d-y)
|
| 4 |
+
;
|
| 5 |
+
; > COMMENTS <
|
| 6 |
+
; ------------
|
| 7 |
+
; TWEAK AT YOUR OWN RISK
|
| 8 |
+
;
|
| 9 |
+
; > FIELD DESCRIPTIONS <
|
| 10 |
+
; ----------------------
|
| 11 |
+
; (A) model name from IDE file : char[30]
|
| 12 |
+
; - name is not static! You CAN add a new name here if you defined a new vehicle in IDE file!!
|
| 13 |
+
;
|
| 14 |
+
; (B) VehicleType : __int16
|
| 15 |
+
;
|
| 16 |
+
; 0: car 1: motorcycle 2: bicycle 3: boat
|
| 17 |
+
; 4: heli 5: plane 6: none veh 7: used by none vehicle
|
| 18 |
+
; 8: train 9: trailer 10: special
|
| 19 |
+
;
|
| 20 |
+
; (C) EngineOnSound : __int16
|
| 21 |
+
; (D) EngineOffSound : __int16
|
| 22 |
+
; (E) field_4 : __int16
|
| 23 |
+
; (F) field_5 : float
|
| 24 |
+
; (G) field_6 : float
|
| 25 |
+
; (H) HornTon : signed char
|
| 26 |
+
; --- filled by zero 3 bytes ---
|
| 27 |
+
; (I) HornHigh : float
|
| 28 |
+
; (J) DoorSound : signed char
|
| 29 |
+
; --- filled by zero 1 byte ---
|
| 30 |
+
;
|
| 31 |
+
; (K) RadioNum : signed char
|
| 32 |
+
;
|
| 33 |
+
; 1: Playback FM 2: K Rose 3: K-DST 4: Bounce FM
|
| 34 |
+
; 5: SF-UR 6: Los Santos 7: Radio X 8: CSR 103.9
|
| 35 |
+
; 9: K-JAH West 10: Master Sounds 98.3 11: WCTR 12: User tracks
|
| 36 |
+
; 13: none
|
| 37 |
+
;
|
| 38 |
+
; (L) RadioType : char (-1 = no radio, 0 = civilian, 1 = special, 2 = may not exist, 3 = emergency)
|
| 39 |
+
; (M) field_14 : char
|
| 40 |
+
; --- filled by zero 3 bytes ---
|
| 41 |
+
; (N) field_16 : float
|
| 42 |
+
;
|
| 43 |
+
; > THE DATA <
|
| 44 |
+
; ----- standard vehicles ---------------------------------
|
| 45 |
+
;
|
| 46 |
+
; name VehicleType enginesounds field_4 field_5 field_6 HornTon HornHigh DoorSound RadioNum RadioType field_14 field_16
|
| 47 |
+
; A B C D E F G H I J K L M N
|
| 48 |
+
landstal 0 99 98 0 0.77999997138977 1.0 7 1.0 2 8 0 0 0.0
|
| 49 |
+
bravura 0 8 7 0 0.69999998807907 1.0 2 1.1892070770264 2 5 0 1 0.0
|
| 50 |
+
buffalo 0 38 37 1 0.89999997615814 1.0 2 1.0594631433487 2 7 0 2 0.0
|
| 51 |
+
linerun 0 84 83 0 0.0 1.0 9 0.84089642763138 3 2 0 3 6.0
|
| 52 |
+
peren 0 95 94 0 0.77999997138977 1.0 7 1.1224620342255 1 9 0 4 0.0
|
| 53 |
+
sentinel 0 87 86 0 0.85000002384186 1.0 3 0.94387429952621 2 4 0 45 0.0
|
| 54 |
+
dumper 0 84 83 0 0.69999998807907 0.84089642763138 4 0.79370051622391 3 2 0 6 6.0
|
| 55 |
+
firetruk 0 84 83 0 0.69999998807907 1.0 4 0.89089870452881 3 13 3 7 5.0
|
| 56 |
+
trash 0 81 80 0 0.69999998807907 1.0 5 0.89089870452881 3 3 0 8 0.0
|
| 57 |
+
stretch 0 87 86 0 0.85000002384186 1.0 2 1.0 2 10 0 9 0.0
|
| 58 |
+
manana 0 95 94 0 0.69999998807907 1.0 1 1.0594631433487 1 4 0 1 0.0
|
| 59 |
+
infernus 0 38 37 1 0.89999997615814 1.0 8 1.1224620342255 2 6 0 2 0.0
|
| 60 |
+
voodoo 0 46 45 0 1.0 1.0 2 1.1224620342255 1 6 0 10 0.0
|
| 61 |
+
pony 0 137 136 0 0.77999997138977 1.0 2 1.2599210739136 4 1 0 11 0.0
|
| 62 |
+
mule 0 137 136 0 0.69999998807907 1.3348398208618 7 0.94387429952621 4 2 0 11 5.0
|
| 63 |
+
cheetah 0 103 102 1 0.89999997615814 1.0 8 1.0 2 5 0 2 0.0
|
| 64 |
+
ambulan 0 137 136 0 0.69999998807907 1.0 7 0.94387429952621 4 13 3 12 0.0
|
| 65 |
+
leviathn 4 12 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 66 |
+
moonbeam 0 95 94 0 0.69999998807907 1.0 1 0.89089870452881 4 11 0 11 0.0
|
| 67 |
+
esperant 0 93 92 0 0.69999998807907 1.0 2 1.0594631433487 1 10 0 1 0.0
|
| 68 |
+
taxi 0 87 86 0 0.85000002384186 1.0 5 1.1224620342255 2 8 0 14 0.0
|
| 69 |
+
washing 0 95 94 0 0.69999998807907 1.0 3 0.89089870452881 2 11 0 45 0.0
|
| 70 |
+
bobcat 0 95 94 0 0.77999997138977 1.0 7 1.0 4 7 0 15 0.0
|
| 71 |
+
mrwhoop 0 79 141 0 0.69999998807907 1.0 5 0.94387429952621 4 13 0 16 0.0
|
| 72 |
+
bfinject 0 76 75 0 0.89999997615814 1.0 6 0.89089870452881 -1 6 0 17 0.0
|
| 73 |
+
hunter 4 12 -1 0 0.85000002384186 1.0 -1 1.0 0 3 0 13 0.0
|
| 74 |
+
premier 0 87 86 0 0.77999997138977 1.0 8 1.0 2 8 0 45 0.0
|
| 75 |
+
enforcer 0 81 80 0 0.69999998807907 1.3348398208618 9 1.1224620342255 3 13 3 18 0.0
|
| 76 |
+
securica 0 137 136 0 0.69999998807907 1.0 4 0.89089870452881 4 4 0 11 0.0
|
| 77 |
+
banshee 0 103 102 1 1.0 1.0 3 1.0594631433487 2 7 0 2 0.0
|
| 78 |
+
predator 3 22 21 0 0.69999998807907 1.0 -1 1.0 -1 7 0 19 0.0
|
| 79 |
+
bus 0 33 32 0 0.69999998807907 1.0 5 0.84089642763138 -1 10 0 20 0.0
|
| 80 |
+
rhino 0 84 83 0 0.89999997615814 1.0 9 0.89089870452881 3 13 -1 21 6.0
|
| 81 |
+
barracks 0 81 80 0 0.69999998807907 1.0 9 0.94387429952621 3 13 -1 6 0.0
|
| 82 |
+
hotknife 0 76 75 0 0.69999998807907 1.0 3 1.1224620342255 1 1 0 17 0.0
|
| 83 |
+
artict1 9 -1 -1 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 84 |
+
previon 0 8 7 0 0.77999997138977 1.0 1 0.89089870452881 2 8 0 1 0.0
|
| 85 |
+
coach 0 33 32 0 0.69999998807907 1.0 5 0.89089870452881 -1 11 0 20 0.0
|
| 86 |
+
;
|
| 87 |
+
; name VehicleType enginesounds field_4 field_5 field_6 HornTon HornHigh DoorSound RadioNum RadioType field_14 field_16
|
| 88 |
+
; A B C D E F G H I J K L M N
|
| 89 |
+
cabbie 0 26 25 0 0.77999997138977 1.0 4 1.0594631433487 1 4 0 14 0.0
|
| 90 |
+
stallion 0 46 45 0 0.85000002384186 1.0 7 1.1224620342255 1 3 0 22 0.0
|
| 91 |
+
rumpo 0 142 141 0 0.77999997138977 1.0 1 0.84089642763138 4 1 0 11 0.0
|
| 92 |
+
rcbandit 9 36 118 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 93 |
+
romero 0 95 94 0 0.89999997615814 1.0 5 1.1224620342255 4 13 0 23 0.0
|
| 94 |
+
packer 0 84 83 0 0.77999997138977 1.0 9 1.0 3 3 0 6 6.0
|
| 95 |
+
monster 0 71 70 0 0.89999997615814 1.0 9 1.0594631433487 2 7 0 24 6.0
|
| 96 |
+
admiral 0 87 86 0 0.85000002384186 1.0 3 1.0 2 8 0 45 0.0
|
| 97 |
+
squalo 3 22 21 0 0.69999998807907 1.0 -1 1.0 -1 3 0 19 0.0
|
| 98 |
+
seaspar 4 104 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 99 |
+
pizzaboy 1 119 118 2 1.0 1.0 1 1.0594631433487 -1 9 0 25 0.0
|
| 100 |
+
tram 8 132 133 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 26 0.0
|
| 101 |
+
artict2 9 -1 -1 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 102 |
+
turismo 0 103 102 1 0.89999997615814 1.0 8 1.0 2 5 0 2 0.0
|
| 103 |
+
speeder 3 22 21 0 0.69999998807907 1.0 -1 1.0 -1 3 0 19 0.0
|
| 104 |
+
reefer 3 22 21 2 0.85000002384186 1.0 -1 1.0 -1 3 0 19 0.0
|
| 105 |
+
tropic 3 22 21 2 0.85000002384186 1.0 -1 1.0 -1 9 0 19 0.0
|
| 106 |
+
flatbed 0 81 80 0 0.69999998807907 1.0 9 0.94387429952621 3 3 0 6 0.0
|
| 107 |
+
yankee 0 142 141 0 0.69999998807907 1.0 4 0.94387429952621 3 2 0 11 0.0
|
| 108 |
+
caddy 9 64 63 2 0.89999997615814 1.0 1 1.2599210739136 -1 2 0 27 0.0
|
| 109 |
+
solair 0 8 7 0 0.77999997138977 1.0 3 1.1224620342255 2 11 0 4 0.0
|
| 110 |
+
topfun 0 137 136 0 0.85000002384186 1.0 2 1.0594631433487 4 1 0 11 0.0
|
| 111 |
+
skimmer 5 120 54 0 0.69999998807907 1.0 -1 1.0 0 8 0 42 0.0
|
| 112 |
+
pcj600 1 125 124 2 0.69999998807907 1.1892070770264 6 1.1224620342255 -1 7 0 29 0.0
|
| 113 |
+
faggio 1 119 118 2 1.0 1.0 1 1.0594631433487 -1 10 0 25 0.0
|
| 114 |
+
freeway 1 140 139 2 0.64999997615814 1.0 1 0.84089642763138 -1 3 0 29 0.0
|
| 115 |
+
rcbaron 9 107 106 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 116 |
+
rcraider 9 109 108 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 117 |
+
glendale 0 17 16 0 0.85000002384186 1.0 5 0.94387429952621 1 6 0 45 0.0
|
| 118 |
+
oceanic 0 17 16 0 0.77999997138977 1.0 2 1.0 1 4 0 45 0.0
|
| 119 |
+
sanchez 1 48 47 2 0.85000002384186 1.0 6 0.89089870452881 -1 2 0 29 0.0
|
| 120 |
+
sparrow 4 104 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 121 |
+
patriot 0 99 98 0 0.89999997615814 1.1892070770264 9 1.2599210739136 4 3 0 0 0.0
|
| 122 |
+
quad 0 48 47 2 0.30000001192093 1.0 1 1.0 -1 2 0 30 0.0
|
| 123 |
+
coastg 3 22 21 0 0.69999998807907 1.0 -1 1.0 -1 13 3 19 0.0
|
| 124 |
+
dinghy 3 22 21 2 0.89999997615814 1.0 -1 1.0 -1 8 0 43 0.0
|
| 125 |
+
hermes 0 35 34 0 1.0 1.0 4 1.0594631433487 1 6 0 1 0.0
|
| 126 |
+
sabre 0 46 45 0 0.85000002384186 1.0 8 0.94387429952621 1 10 0 1 0.0
|
| 127 |
+
;
|
| 128 |
+
; name VehicleType enginesounds field_4 field_5 field_6 HornTon HornHigh DoorSound RadioNum RadioType field_14 field_16
|
| 129 |
+
; A B C D E F G H I J K L M N
|
| 130 |
+
rustler 5 53 54 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 131 |
+
zr350 0 8 7 1 0.89999997615814 1.0 3 1.1224620342255 2 5 0 31 0.0
|
| 132 |
+
walton 0 89 88 0 0.64999997615814 1.0 2 0.94387429952621 4 2 0 15 0.0
|
| 133 |
+
regina 0 95 94 0 0.64999997615814 1.0 7 1.1892070770264 2 9 0 4 0.0
|
| 134 |
+
comet 0 103 102 1 0.89999997615814 1.0 8 1.1224620342255 2 8 0 2 0.0
|
| 135 |
+
bmx 2 19 18 2 0.69999998807907 1.0 0 1.0 -1 13 1 41 0.0
|
| 136 |
+
burrito 0 137 136 0 0.77999997138977 1.0 7 1.1224620342255 4 6 0 11 0.0
|
| 137 |
+
camper 0 142 141 0 0.69999998807907 1.0 2 1.1224620342255 4 9 0 44 0.0
|
| 138 |
+
marquis 3 22 21 0 0.69999998807907 1.0 -1 1.0 -1 3 0 19 0.0
|
| 139 |
+
baggage 0 11 10 2 1.0 1.0 1 1.1224620342255 -1 9 0 6 0.0
|
| 140 |
+
dozer 0 89 88 0 0.69999998807907 1.0 9 1.0 -1 13 -1 32 0.0
|
| 141 |
+
maverick 4 85 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 142 |
+
vcnmav 4 85 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 143 |
+
rancher 0 99 98 0 0.85000002384186 1.0 5 0.94387429952621 2 3 0 0 0.0
|
| 144 |
+
fbiranch 0 99 98 0 0.69999998807907 1.0 5 1.0 2 13 3 0 0.0
|
| 145 |
+
virgo 0 95 94 0 0.69999998807907 1.0 3 0.94387429952621 2 4 0 1 0.0
|
| 146 |
+
greenwoo 0 95 94 0 0.85000002384186 1.0 7 1.1224620342255 2 6 0 45 0.0
|
| 147 |
+
jetmax 3 22 21 1 0.85000002384186 1.0 -1 1.0 -1 3 0 19 0.0
|
| 148 |
+
hotring 0 38 37 0 0.89999997615814 1.0 3 1.1224620342255 2 7 0 2 0.0
|
| 149 |
+
sandking 0 99 98 0 0.69999998807907 1.1892070770264 5 0.94387429952621 2 3 0 0 0.0
|
| 150 |
+
blistac 0 93 92 0 0.77999997138977 1.0 8 1.1224620342255 2 5 0 31 0.0
|
| 151 |
+
polmav 4 85 -1 0 0.69999998807907 1.0 -1 1.0 0 13 3 13 0.0
|
| 152 |
+
boxville 0 142 141 0 0.69999998807907 1.0 3 0.84089642763138 3 6 0 11 0.0
|
| 153 |
+
benson 0 84 83 0 0.64999997615814 1.3348398208618 2 0.94387429952621 3 2 0 11 3.0
|
| 154 |
+
mesa 0 8 7 0 0.85000002384186 1.0 6 1.0 2 11 0 0 0.0
|
| 155 |
+
rcgoblin 9 109 108 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 156 |
+
hotrina 0 38 37 0 0.89999997615814 1.0 3 0.94387429952621 2 3 0 2 0.0
|
| 157 |
+
hotrinb 0 101 100 0 0.89999997615814 1.0 7 1.1224620342255 2 7 0 2 0.0
|
| 158 |
+
bloodra 0 71 70 0 0.69999998807907 1.0 2 0.94387429952621 1 2 0 1 0.0
|
| 159 |
+
rnchlure 0 99 98 0 0.69999998807907 1.0 5 0.94387429952621 2 3 0 0 0.0
|
| 160 |
+
supergt 0 103 102 1 0.89999997615814 1.0 4 1.0 2 8 0 2 0.0
|
| 161 |
+
elegant 0 87 86 0 0.69999998807907 1.0 7 1.1892070770264 2 11 0 45 0.0
|
| 162 |
+
journey 0 137 136 0 0.64999997615814 1.0 4 1.1892070770264 0 9 0 44 0.0
|
| 163 |
+
bike 2 19 18 2 0.69999998807907 1.0 0 1.0 -1 13 1 41 0.0
|
| 164 |
+
mtbike 2 19 18 2 0.69999998807907 1.0 0 1.0 -1 13 1 41 0.0
|
| 165 |
+
beagle 5 134 135 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 166 |
+
cropdust 5 120 54 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 167 |
+
stunt 5 53 54 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 168 |
+
;
|
| 169 |
+
; name VehicleType enginesounds field_4 field_5 field_6 HornTon HornHigh DoorSound RadioNum RadioType field_14 field_16
|
| 170 |
+
; A B C D E F G H I J K L M N
|
| 171 |
+
petro 0 84 83 0 0.85000002384186 1.0 9 0.79370051622391 3 3 0 3 6.0
|
| 172 |
+
rdtrain 0 84 83 0 0.77999997138977 1.0 9 0.84089642763138 3 2 0 3 6.0
|
| 173 |
+
nebula 0 8 7 0 0.69999998807907 1.0 4 1.2599210739136 2 10 0 45 0.0
|
| 174 |
+
majestic 0 93 92 0 0.77999997138977 1.0 8 1.1224620342255 2 4 0 1 0.0
|
| 175 |
+
buccanee 0 46 45 0 0.69999998807907 1.0 3 1.0 1 1 0 1 0.0
|
| 176 |
+
shamal 5 -1 -1 0 0.85000002384186 1.0 -1 1.0 0 3 0 28 0.0
|
| 177 |
+
hydra 5 -1 -1 0 0.77999997138977 1.0 -1 1.0 0 3 0 28 0.0
|
| 178 |
+
fcr900 1 115 114 2 0.77999997138977 1.0594631433487 7 1.2599210739136 -1 7 0 29 0.0
|
| 179 |
+
nrg500 1 125 124 2 0.64999997615814 1.0 6 1.1892070770264 -1 5 0 29 0.0
|
| 180 |
+
copbike 1 41 40 2 0.89999997615814 1.0 6 1.0 -1 13 3 29 0.0
|
| 181 |
+
cement 0 84 83 0 0.64999997615814 1.0 4 0.94387429952621 3 3 0 6 0.0
|
| 182 |
+
towtruck 0 137 136 0 0.69999998807907 1.0 4 1.0 4 3 0 6 0.0
|
| 183 |
+
fortune 0 26 25 0 0.77999997138977 1.0 3 0.94387429952621 2 8 0 1 0.0
|
| 184 |
+
cadrona 0 8 7 0 0.77999997138977 1.0 8 1.0 2 4 0 1 0.0
|
| 185 |
+
fbitruck 0 81 80 0 0.69999998807907 1.1892070770264 5 0.94387429952621 4 13 3 18 0.0
|
| 186 |
+
willard 0 26 25 0 0.69999998807907 1.0 2 1.1892070770264 2 1 0 45 0.0
|
| 187 |
+
forklift 0 58 57 2 1.0 1.0 1 1.0594631433487 -1 13 1 33 0.0
|
| 188 |
+
tractor 0 89 88 2 0.64999997615814 1.0 7 0.89089870452881 -1 13 -1 34 0.0
|
| 189 |
+
combine 0 69 68 0 0.69999998807907 1.0 4 0.84089642763138 0 2 0 35 0.0
|
| 190 |
+
feltzer 0 93 92 0 0.85000002384186 1.0 2 1.1892070770264 2 6 0 22 0.0
|
| 191 |
+
remingtn 0 35 34 0 0.89999997615814 1.0 3 1.0594631433487 1 6 0 10 0.0
|
| 192 |
+
slamvan 0 76 75 0 1.0 1.0 7 1.1224620342255 2 1 0 10 0.0
|
| 193 |
+
blade 0 46 45 0 0.89999997615814 1.0 2 1.1892070770264 1 6 0 10 0.0
|
| 194 |
+
freight 8 132 131 0 0.69999998807907 1.0 -1 1.0 3 13 -1 39 0.0
|
| 195 |
+
streak 8 132 131 0 0.69999998807907 1.0 -1 1.0 3 13 -1 39 0.0
|
| 196 |
+
vortex 9 78 77 0 0.85000002384186 1.0 -1 1.0 -1 7 0 40 0.0
|
| 197 |
+
vincent 0 26 25 0 0.85000002384186 1.0 3 0.94387429952621 2 1 0 45 0.0
|
| 198 |
+
bullet 0 17 16 1 1.0 1.1892070770264 2 1.2599210739136 2 5 0 2 0.0
|
| 199 |
+
clover 0 46 45 0 0.64999997615814 1.0 7 1.1892070770264 1 9 0 1 0.0
|
| 200 |
+
sadler 0 95 94 0 0.77999997138977 1.0 7 1.0594631433487 1 7 0 15 0.0
|
| 201 |
+
firela 0 84 83 0 0.69999998807907 1.0 9 0.94387429952621 3 13 3 7 5.0
|
| 202 |
+
hustler 0 76 75 0 0.85000002384186 1.0 8 0.94387429952621 1 3 0 1 0.0
|
| 203 |
+
intruder 0 26 25 0 0.77999997138977 1.0 3 0.89089870452881 2 8 0 45 0.0
|
| 204 |
+
primo 0 8 7 0 0.69999998807907 1.0 1 0.94387429952621 2 4 0 45 0.0
|
| 205 |
+
cargobob 4 12 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 206 |
+
tampa 0 95 94 0 0.64999997615814 1.0 2 0.94387429952621 1 9 0 1 0.0
|
| 207 |
+
sunrise 0 26 25 0 0.69999998807907 1.0 8 0.94387429952621 2 8 0 45 0.0
|
| 208 |
+
merit 0 8 7 0 0.77999997138977 1.0 6 0.84089642763138 2 11 0 45 0.0
|
| 209 |
+
;
|
| 210 |
+
; name VehicleType enginesounds field_4 field_5 field_6 HornTon HornHigh DoorSound RadioNum RadioType field_14 field_16
|
| 211 |
+
; A B C D E F G H I J K L M N
|
| 212 |
+
utility 0 137 136 0 0.64999997615814 1.0 7 1.1224620342255 4 2 0 11 0.0
|
| 213 |
+
nevada 5 134 135 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 214 |
+
yosemite 0 26 25 0 0.85000002384186 1.0 7 1.0594631433487 2 3 0 15 0.0
|
| 215 |
+
windsor 0 101 100 0 0.77999997138977 1.0 2 1.2599210739136 1 10 0 1 0.0
|
| 216 |
+
monstera 0 71 70 1 0.89999997615814 1.1892070770264 9 1.0594631433487 2 3 0 24 6.0
|
| 217 |
+
monsterb 0 71 70 1 0.89999997615814 1.1892070770264 9 1.1224620342255 2 7 0 24 6.0
|
| 218 |
+
uranus 0 8 7 0 0.85000002384186 1.0 8 1.0594631433487 2 3 0 31 0.0
|
| 219 |
+
jester 0 93 92 1 0.89999997615814 1.0 3 1.1224620342255 2 8 0 31 0.0
|
| 220 |
+
sultan 0 87 86 0 1.0 1.0 7 1.1892070770264 2 6 0 45 0.0
|
| 221 |
+
stratum 0 87 86 0 0.77999997138977 1.0 3 1.0594631433487 2 4 0 4 0.0
|
| 222 |
+
elegy 0 8 7 0 0.85000002384186 1.0 3 1.1224620342255 2 8 0 1 0.0
|
| 223 |
+
raindanc 4 12 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 13 0.0
|
| 224 |
+
rctiger 9 113 112 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 225 |
+
flash 0 93 92 0 0.89999997615814 1.0 2 1.2599210739136 2 5 0 31 0.0
|
| 226 |
+
tahoma 0 93 92 0 0.85000002384186 1.0 3 0.94387429952621 2 1 0 45 0.0
|
| 227 |
+
savanna 0 46 45 0 0.89999997615814 1.0 7 0.94387429952621 1 6 0 10 0.0
|
| 228 |
+
bandito 0 115 114 0 0.69999998807907 1.0 7 1.2599210739136 -1 13 -1 17 0.0
|
| 229 |
+
freiflat 8 132 131 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 230 |
+
streakc 8 132 131 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 231 |
+
kart 0 62 61 2 0.77999997138977 1.0 1 1.1224620342255 -1 7 0 36 0.0
|
| 232 |
+
mower 0 62 61 2 0.89999997615814 1.0 1 0.94387429952621 -1 2 0 37 0.0
|
| 233 |
+
duneride 0 81 80 0 0.69999998807907 1.1892070770264 4 0.89089870452881 3 9 0 0 0.0
|
| 234 |
+
sweeper 0 127 126 2 0.85000002384186 1.0 5 1.1892070770264 4 1 0 11 0.0
|
| 235 |
+
broadway 0 35 34 0 0.89999997615814 1.0 3 0.89089870452881 1 10 0 10 0.0
|
| 236 |
+
tornado 0 17 16 0 0.77999997138977 1.0 5 1.1224620342255 1 6 0 10 0.0
|
| 237 |
+
at400 5 -1 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 238 |
+
dft30 0 33 32 0 0.77999997138977 1.0 4 0.84089642763138 3 1 0 6 0.0
|
| 239 |
+
huntley 0 99 98 0 0.77999997138977 1.0 7 1.0 2 11 0 0 0.0
|
| 240 |
+
stafford 0 87 86 1 0.85000002384186 1.0 2 0.89089870452881 2 11 0 45 0.0
|
| 241 |
+
bf400 1 125 124 2 0.77999997138977 1.0 6 0.89089870452881 -1 1 0 29 0.0
|
| 242 |
+
newsvan 0 137 136 0 0.69999998807907 1.0 4 1.0594631433487 4 11 0 11 0.0
|
| 243 |
+
tug 0 11 10 2 0.64999997615814 1.0 1 0.84089642763138 4 3 0 11 0.0
|
| 244 |
+
petrotr 9 -1 -1 0 0.69999998807907 1.0 -1 1.0 3 13 1 -1 0.0
|
| 245 |
+
emperor 0 87 86 0 0.77999997138977 1.0 8 1.0 2 8 0 45 0.0
|
| 246 |
+
wayfarer 1 41 40 2 0.30000001192093 0.89089870452881 7 1.1892070770264 -1 2 0 29 0.0
|
| 247 |
+
euros 0 8 7 0 0.85000002384186 1.0 5 1.2599210739136 2 9 0 31 0.0
|
| 248 |
+
hotdog 0 142 141 0 0.64999997615814 1.0 4 0.94387429952621 4 3 0 11 0.0
|
| 249 |
+
club 0 93 92 0 1.0 1.0 6 0.94387429952621 2 5 0 31 0.0
|
| 250 |
+
freibox 8 132 131 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 251 |
+
artict3 9 -1 -1 0 0.69999998807907 1.0 -1 1.0 -1 13 1 -1 0.0
|
| 252 |
+
androm 5 -1 -1 0 0.69999998807907 1.0 -1 1.0 0 3 0 -1 0.0
|
| 253 |
+
dodo 5 120 54 0 0.69999998807907 1.0 -1 1.0 0 3 0 28 0.0
|
| 254 |
+
rccam 10 -1 -1 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 255 |
+
launch 3 22 21 0 0.69999998807907 1.0 -1 1.0 -1 13 3 19 0.0
|
| 256 |
+
copcarla 0 87 86 0 0.69999998807907 1.0 2 1.0594631433487 2 13 3 38 0.0
|
| 257 |
+
copcarsf 0 87 86 0 0.69999998807907 1.0 2 1.0594631433487 2 13 3 38 0.0
|
| 258 |
+
copcarvg 0 87 86 0 0.69999998807907 1.0 7 1.0594631433487 2 13 3 38 0.0
|
| 259 |
+
copcarru 0 99 98 0 0.69999998807907 1.0 4 1.0594631433487 2 13 3 38 0.0
|
| 260 |
+
picador 0 26 25 0 0.69999998807907 1.0 7 1.1224620342255 2 6 0 15 0.0
|
| 261 |
+
swatvan 0 81 80 0 0.69999998807907 1.0 9 0.94387429952621 3 13 3 18 0.0
|
| 262 |
+
alpha 0 38 37 0 0.85000002384186 1.0 3 1.0 2 6 0 31 0.0
|
| 263 |
+
phoenix 0 101 100 0 0.89999997615814 1.0 8 1.0594631433487 1 1 0 2 0.0
|
| 264 |
+
glenshit 0 17 16 0 0.64999997615814 1.0 5 1.0594631433487 1 1 0 45 0.0
|
| 265 |
+
sadlshit 0 95 94 0 0.64999997615814 1.0 7 1.0594631433487 1 3 0 15 0.0
|
| 266 |
+
bagboxa 10 130 129 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 267 |
+
bagboxb 10 130 129 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 268 |
+
tugstair 10 130 129 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 269 |
+
boxburg 0 137 136 0 0.69999998807907 1.0 3 0.84089642763138 -1 6 0 -1 0.0
|
| 270 |
+
farmtr1 10 130 129 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 271 |
+
utiltr1 10 -1 -1 0 0.69999998807907 1.0 -1 1.0 -1 13 -1 -1 0.0
|
| 272 |
+
;------- added vehicles -----------------------------------
|
| 273 |
+
; you will add entries of new vehicles probably here
|
| 274 |
+
;
|
| 275 |
+
; name VehicleType enginesounds field_4 field_5 field_6 HornTon HornHigh DoorSound RadioNum RadioType field_14 field_16
|
| 276 |
+
; A B C D E F G H I J K L M N
|
| 277 |
+
;
|
| 278 |
+
;the end
|
data-lite/files/SAMP/vehicles.ide
ADDED
|
@@ -0,0 +1,229 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# see default.ide for id ranges
|
| 3 |
+
#
|
| 4 |
+
# flags:
|
| 5 |
+
# 0x01 gets streamed out after 1 car is generated (for dumpsters, MrWoopy etc)
|
| 6 |
+
# 0x02 Don't use. Used by code internally.
|
| 7 |
+
|
| 8 |
+
cars
|
| 9 |
+
# Id, Model name, Txd name, Type HandlingId Game name, Anims Class Frq flags Comprules
|
| 10 |
+
#
|
| 11 |
+
# cars have two extra fields wheelmodelId and wheel scale
|
| 12 |
+
# planes have one extra field model id of low level of detail
|
| 13 |
+
400, landstal, landstal, car, LANDSTAL, LANDSTK, null, normal, 10, 0, 0, -1, 0.768, 0.768, 0
|
| 14 |
+
401, bravura, bravura, car, BRAVURA, BRAVURA, null, poorfamily, 10, 0, 0, -1, 0.74, 0.74, 0
|
| 15 |
+
402, buffalo, buffalo, car, BUFFALO, BUFFALO, null, executive, 5, 0, 0, -1, 0.7, 0.7, 0
|
| 16 |
+
403, linerun, linerun, car, LINERUN, LINERUN, truck, worker, 6, 0, 0, -1, 1.1, 1.1, -1
|
| 17 |
+
404, peren, peren, car, PEREN, PEREN, null, poorfamily, 10, 0, 0, -1, 0.66, 0.66, 0
|
| 18 |
+
405, sentinel, sentinel, car, SENTINEL, SENTINL, null, richfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 19 |
+
406, dumper, dumper, mtruck, DUMPER, DUMPER, truck, worker, 5, 1, 0, -1, 2.28, 2.28, -1
|
| 20 |
+
407, firetruk, firetruk, car, FIRETRUK, FIRETRK, truck, ignore, 10, 0, 0, -1, 1.0, 1.0, -1
|
| 21 |
+
408, trash, trash, car, TRASH, TRASHM, null, worker, 5, 0, 0, -1, 1.06, 1.06, -1
|
| 22 |
+
409, stretch, stretch, car, STRETCH, STRETCH, null, executive, 5, 0, 0, -1, 0.75, 0.75, 0
|
| 23 |
+
410, manana, manana, car, MANANA, MANANA, null, poorfamily, 10, 0, 0, -1, 0.62, 0.62, 0
|
| 24 |
+
411, infernus, infernus, car, INFERNUS, INFERNU, null, executive, 5, 0, 0, -1, 0.7, 0.7, 0
|
| 25 |
+
412, voodoo, voodoo, car, VOODOO, VOODOO, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 26 |
+
413, pony, pony, car, PONY, PONY, van, worker, 10, 0, 0, -1, 0.72, 0.72, -1
|
| 27 |
+
414, mule, mule, car, MULE, MULE, null, worker, 10, 0, 0, -1, 0.76, 0.76, -1
|
| 28 |
+
415, cheetah, cheetah, car, CHEETAH, CHEETAH, null, executive, 5, 0, 0, -1, 0.68, 0.68, 0
|
| 29 |
+
416, ambulan, ambulan, car, AMBULAN, AMBULAN, van, ignore, 10, 0, 0, -1, 0.864, 0.864, -1
|
| 30 |
+
417, leviathn, leviathn, heli, LEVIATHN, LEVIATH, null, ignore, 5, 0, 0, -1, 0.54, 0.4, -1
|
| 31 |
+
418, moonbeam, moonbeam, car, MOONBEAM, MOONBM, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 32 |
+
419, esperant, esperant, car, ESPERANT, ESPERAN, null, normal, 10, 0, 0, -1, 0.64, 0.64, 0
|
| 33 |
+
420, taxi, taxi, car, TAXI, TAXI, null, taxi, 10, 0, 1f10, -1, 0.7, 0.7, 0
|
| 34 |
+
421, washing, washing, car, WASHING, WASHING, null, richfamily, 10, 0, 0, -1, 0.65, 0.65, 0
|
| 35 |
+
422, bobcat, bobcat, car, BOBCAT, BOBCAT, null, worker, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 36 |
+
423, mrwhoop, mrwhoop, car, MRWHOOP, WHOOPEE, null, worker, 4, 1, 0, -1, 0.7, 0.7, -1
|
| 37 |
+
424, bfinject, bfinject, car, BFINJECT, BFINJC, BF_injection, executive, 6, 0, 0, -1, 0.84, 0.92, -1
|
| 38 |
+
425, hunter, hunter, heli, HUNTER, HUNTER, rustler,ignore, 10, 0, 0, -1, 0.64, 0.4, -1
|
| 39 |
+
426, premier, premier, car, PREMIER, PREMIER, null, richfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 40 |
+
427, enforcer, enforcer, car, ENFORCER, ENFORCR, van, ignore, 10, 0, 0, -1, 0.936, 0.936, -1
|
| 41 |
+
428, securica, securica, car, SECURICA, SECURI, van, big, 4, 0, 3f10, -1, 0.914, 0.914, -1
|
| 42 |
+
429, banshee, banshee, car, BANSHEE, BANSHEE, null, executive, 5, 0, 0, -1, 0.7, 0.7, 0
|
| 43 |
+
430, predator, predator, boat, PREDATOR, PREDATR, null, ignore, 10, 0, 0
|
| 44 |
+
431, bus, bus, car, BUS, BUS, bus, normal, 5, 0, 0, -1, 1, 1, -1
|
| 45 |
+
432, rhino, rhino, car, RHINO, RHINO, tank, ignore, 10, 0, 0, -1, 1.3, 1.3, -1
|
| 46 |
+
433, barracks, barracks, car, BARRACKS, BARRCKS, truck, ignore, 4, 0, 1f10, -1, 1.2, 1.2, -1
|
| 47 |
+
434, hotknife, hotknife, car, HOTKNIFE, HOTKNIF, null, executive, 4, 0, 0, -1, 0.72, 0.8, -1
|
| 48 |
+
435, artict1, artict1, trailer, ARTICT1, ARTICT1, null, ignore, 6, 0, 0, -1, 1.1, 1.1, -1
|
| 49 |
+
436, previon, previon, car, PREVION, PREVION, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 50 |
+
437, coach, coach, car, COACH, COACH, coach, normal, 5, 0, 1f10, -1, 1.0, 1.0, -1
|
| 51 |
+
438, cabbie, cabbie, car, CABBIE, CABBIE, null, taxi, 6, 0, 1f10, -1, 0.7, 0.7, 0
|
| 52 |
+
439, stallion, stallion, car, STALLION, STALION, null, poorfamily, 10, 0, 3210, -1, 0.7, 0.7, 0
|
| 53 |
+
440, rumpo, rumpo, car, RUMPO, RUMPO, van, poorfamily, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 54 |
+
441, rcbandit, rcbandit, car, RCBANDIT, RCBANDT, null, ignore, 1, 0, 0, -1, 0.25, 0.25, -1
|
| 55 |
+
442, romero, romero, car, ROMERO, ROMERO, null, normal, 4, 0, 0, -1, 0.68, 0.68, 0
|
| 56 |
+
443, packer, packer, car, PACKER, PACKER, truck, worker, 5, 0, 0, -1, 1.082, 1.082, -1
|
| 57 |
+
444, monster, monster, mtruck, MONSTER, MONSTER, truck, ignore, 1, 0, 0, -1, 1.5, 1.5, -1
|
| 58 |
+
445, admiral, admiral, car, ADMIRAL, ADMIRAL, null, richfamily, 10, 0, 0, -1, 0.68, 0.68, 0
|
| 59 |
+
446, squalo, squalo, boat, SQUALO, SQUALO, null, ignore, 10, 0, 0,
|
| 60 |
+
447, seaspar, seaspar, heli, SEASPAR, SEASPAR, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 61 |
+
448, pizzaboy, pizzaboy, bike, MOPED, PIZZABO, bikev, normal, 4, 1, 0, 16, 0.464, 0.464, -1
|
| 62 |
+
449, tram, tram, train, TRAM, TRAM, van, ignore, 10, 0, 1012, -1, 0.78, 0.78, -1
|
| 63 |
+
450, artict2, artict2, trailer, ARTICT2, ARTICT2, null, ignore, 6, 0, 0, -1, 1.1, 1.1, -1
|
| 64 |
+
451, turismo, turismo, car, TURISMO, TURISMO, null, executive, 4, 0, 0, -1, 0.7, 0.75, 0
|
| 65 |
+
452, speeder, speeder, boat, SPEEDER, SPEEDER, null, leisureboat, 10, 0, 4fff
|
| 66 |
+
453, reefer, reefer, boat, REEFER, REEFER, null, workerboat, 10, 0, 3f01
|
| 67 |
+
454, tropic, tropic, boat, TROPIC, TROPIC, null, leisureboat, 10, 0, 4fff
|
| 68 |
+
455, flatbed, flatbed, car, FLATBED, FLATBED, truck, worker, 5, 0, 4fff, -1, 1.2, 1.2, -1
|
| 69 |
+
456, yankee, yankee, car, YANKEE, YANKEE, null, worker, 10, 0, 0, -1, 0.84, 0.84, -1
|
| 70 |
+
457, caddy, caddy, car, GOLFCART, CADDY, null, richfamily, 1, 0, 30123345, -1, 0.5, 0.5, -1
|
| 71 |
+
458, solair, solair, car, SOLAIR, SOLAIR, null, normal, 10, 0, 0, -1, 0.72, 0.72, 0
|
| 72 |
+
459, topfun, topfun, car, TOPFUN, TOPFUN, van, ignore, 1, 0, 0, -1, 0.7, 0.7, -1
|
| 73 |
+
460, skimmer, skimmer, plane, SEAPLANE, SKIMMER, null, ignore, 5, 0, 0
|
| 74 |
+
461, pcj600, pcj600, bike, BIKE, PCJ600, bikes, motorbike, 10, 0, 0, 16, 0.67, 0.67, -1
|
| 75 |
+
462, faggio, faggio, bike, MOPED, FAGGIO, bikev, moped, 10, 0, 0, 16, 0.464, 0.464, -1
|
| 76 |
+
463, freeway, freeway, bike, FREEWAY, FREEWAY, bikeh, motorbike, 10, 0, 0, 23, 0.654, 0.654, -1
|
| 77 |
+
464, rcbaron, rcbaron, plane, RCBARON, RCBARON, null, ignore, 1, 0, 0, -1, 0.25, 0.25, -1
|
| 78 |
+
465, rcraider, rcraider, heli, RCRAIDER, RCRAIDE, null, ignore, 1, 0, 0, -1, 0.25, 0.25, -1
|
| 79 |
+
466, glendale, glendale, car, GLENDALE, GLENDAL, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 80 |
+
467, oceanic, oceanic, car, OCEANIC, OCEANIC, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 81 |
+
468, sanchez, sanchez, bike, DIRTBIKE, SANCHEZ, biked, motorbike, 5, 0, 0, 23, 0.68, 0.62, -1
|
| 82 |
+
469, sparrow, sparrow, heli, SPARROW, SPARROW, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 83 |
+
470, patriot, patriot, car, PATRIOT, PATRIOT, null, ignore, 2, 0, 0, -1, 0.894, 0.894, -1
|
| 84 |
+
471, quad, quad, quad, QUADBIKE, QUAD, quad, normal, 4, 0, 0, -1, 0.6, 0.6, -1
|
| 85 |
+
472, coastg, coastg, boat, COASTGRD, COASTG, null, ignore, 5, 0, 3012
|
| 86 |
+
473, dinghy, dinghy, boat, DINGHY, DINGHY, null, workerboat, 7, 0, 0
|
| 87 |
+
474, hermes, hermes, car, HERMES, HERMES, null, richfamily, 4, 0, 0, -1, 0.7, 0.7, 0
|
| 88 |
+
475, sabre, sabre, car, SABRE, SABRE, null, normal, 10, 0, 2ff0, -1, 0.7, 0.7, 0
|
| 89 |
+
476, rustler, rustler, plane, RUSTLER, RUSTLER, rustler,ignore, 10, 0, 0, -1, 0.6, 0.3, -1
|
| 90 |
+
477, zr350, zr350, car, ZR350, ZR350, null, richfamily, 10, 0, 0, -1, 0.76, 0.76, 0
|
| 91 |
+
478, walton, walton, car, WALTON, WALTON, null, worker, 6, 0, 0, -1, 0.7, 0.7, 0
|
| 92 |
+
479, regina, regina, car, REGINA, REGINA, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 93 |
+
480, comet, comet, car, COMET, COMET, null, executive, 5, 0, 2ff0, -1, 0.7, 0.7, 0
|
| 94 |
+
481, bmx, bmx, bmx, BMX, BMX, bmx, bicycle, 5, 0, 0, 23, 0.54, 0.54, -1
|
| 95 |
+
482, burrito, burrito, car, BURRITO, BURRITO, van, normal, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 96 |
+
483, camper, camper, car, CAMPER, CAMPER, van, normal, 4, 0, 0, -1, 0.66, 0.66, -1
|
| 97 |
+
484, marquis, marquis, boat, MARQUIS, MARQUIS, null, workerboat, 10, 0, 0
|
| 98 |
+
485, baggage, baggage, car, BAGGAGE, BAGGAGE, null, normal, 4, 0, 0, -1, 0.6, 0.6, -1
|
| 99 |
+
486, dozer, dozer, car, DOZER, DOZER, dozer, ignore, 4, 0, 0, -1, 1.5, 1.5, -1
|
| 100 |
+
487, maverick, maverick, heli, MAVERICK, MAVERIC, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 101 |
+
488, vcnmav, vcnmav, heli, COASTMAV, SANMAV, null, ignore, 6, 0, 0, -1, 0.7, 0.7, -1
|
| 102 |
+
489, rancher, rancher, car, RANCHER, RANCHER, null, normal, 10, 0, 0, -1, 0.9, 0.9, 0
|
| 103 |
+
490, fbiranch, fbiranch, car, FBIRANCH, FBIRANC, null, ignore, 3, 0, 0, -1, 0.92, 0.92, -1
|
| 104 |
+
491, virgo, virgo, car, VIRGO, VIRGO, null, normal, 10, 0, 0, -1, 0.65, 0.65, 0
|
| 105 |
+
492, greenwoo, greenwoo, car, GREENWOO, GREENWO, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 106 |
+
493, jetmax, jetmax, boat, CUPBOAT, JETMAX, null, ignore, 8, 0, 0
|
| 107 |
+
494, hotring, hotring, car, HOTRING, HOTRING, null, ignore, 1, 0, 0, -1, 0.82, 0.82, -1
|
| 108 |
+
495, sandking, sandking, car, SANDKING, SANDKIN, null, ignore, 4, 0, 0, -1, 0.972, 0.972, -1
|
| 109 |
+
496, blistac, blistac, car, BLISTAC, BLISTAC, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 110 |
+
497, polmav, polmav, heli, POLMAV, POLMAV, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 111 |
+
498, boxville, boxville, car, BOXVILLE, BOXVILL, van, worker, 10, 0, 0, -1, 0.76, 0.76, -1
|
| 112 |
+
499, benson, benson, car, BENSON, BENSON, null, worker, 10, 0, 0, -1, 0.8, 0.8, -1
|
| 113 |
+
500, mesa, mesa, car, MESA, MESAA, null, normal, 8, 0, 0, -1, 0.8, 0.8, 0
|
| 114 |
+
501, rcgoblin, rcgoblin, heli, RCGOBLIN, RCGOBLI, null, ignore, 1, 0, 0, -1, 0.25, 0.25, -1
|
| 115 |
+
502, hotrina, hotrina, car, HOTRING, HOTRINA, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1
|
| 116 |
+
503, hotrinb, hotrinb, car, HOTRING, HOTRINB, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1
|
| 117 |
+
504, bloodra, bloodra, car, BLOODRA, BLOODRA, BF_injection, ignore, 1, 0, 4fff, -1, 0.7, 0.7, -1
|
| 118 |
+
505, rnchlure, rnchlure, car, RANCHER, RANCHER, null, normal, 10, 0, 0, -1, 0.9, 0.9, -1
|
| 119 |
+
506, supergt, supergt, car, SUPERGT, SUPERGT, null, executive, 5, 0, 0, -1, 0.7, 0.7, 0
|
| 120 |
+
507, elegant, elegant, car, ELEGANT, ELEGANT, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 121 |
+
508, journey, journey, car, JOURNEY, JOURNEY, null, worker, 4, 0, 0, -1, 0.8, 0.8, -1
|
| 122 |
+
509, bike, bike, bmx, CHOPPERB, BIKE, choppa, bicycle, 7, 0, 0, 23, 0.526, 0.612, -1
|
| 123 |
+
510, mtbike, mtbike, bmx, MTB, MTBIKE, mtb, bicycle, 7, 0, 0, 23, 0.68, 0.68, -1
|
| 124 |
+
511, beagle, beagle, plane, BEAGLE, BEAGLE, van, ignore, 10, 0, 0, -1, 0.52, 0.52, -1
|
| 125 |
+
512, cropdust, cropdust, plane, CROPDUST, CROPDST, rustler, ignore, 6, 0, 0, -1, 0.7, 0.3, -1
|
| 126 |
+
513, stunt, stunt, plane, STUNT, STUNT, rustler, ignore, 6, 0, 0, -1, 0.48, 0.48, -1
|
| 127 |
+
514, petro, petro, car, PETROL, PETROL, truck, worker, 5, 0, 0, -1, 1.106, 1.106, -1
|
| 128 |
+
515, rdtrain, rdtrain, car, RDTRAIN, RDTRAIN, truck, worker, 5, 0, 0, -1, 1.18, 1.18, -1
|
| 129 |
+
516, nebula, nebula, car, NEBULA, NEBULA, null, poorfamily, 10, 0, 0, -1, 0.75, 0.75, 0
|
| 130 |
+
517, majestic, majestic, car, MAJESTIC, MAJESTC, null, poorfamily, 10, 0, 0, -1, 0.75, 0.75, 0
|
| 131 |
+
518, buccanee, buccanee, car, BUCCANEE, BUCCANE, null, normal, 10, 0, 0, -1, 0.66, 0.66, 0
|
| 132 |
+
519, shamal, shamal, plane, SHAMAL, SHAMAL, shamal, ignore, 5, 0, 0, -1, 0.62, 0.62, -1
|
| 133 |
+
520, hydra, hydra, plane, HYDRA, HYDRA, rustler, ignore, 4, 0, 0, -1, 0.7, 0.3, -1
|
| 134 |
+
521, fcr900, fcr900, bike, FCR900, FCR900, bikes, motorbike, 6, 0, 3f341210, 16, 0.68, 0.68, -1
|
| 135 |
+
522, nrg500, nrg500, bike, NRG500, NRG500, bikes, motorbike, 10, 0, 1f341210, 16, 0.68, 0.68, -1
|
| 136 |
+
523, copbike, copbike, bike, HPV1000, HPV1000, bikes, ignore, 10, 0, 0, 16, 0.68, 0.68, -1
|
| 137 |
+
524, cement, cement, car, CEMENT, CEMENT, null, worker, 4, 0, 0, -1, 1.12, 1, -1
|
| 138 |
+
525, towtruck, towtruck, car, TOWTRUCK, TOWTRUK, van, worker, 5, 0, 0, -1, 0.92, 0.92, -1
|
| 139 |
+
526, fortune, fortune, car, FORTUNE, FORTUNE, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 140 |
+
527, cadrona, cadrona, car, CADRONA, CADRONA, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 141 |
+
528, fbitruck, fbitruck, car, FBITRUCK, FBITRUK, van, big, 4, 0, 0, -1, 0.85, 0.85, -1
|
| 142 |
+
529, willard, willard, car, WILLARD, WILLARD, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 143 |
+
530, forklift, forklift, car, FORKLIFT, FORKLFT, null, worker, 1, 0, 0, -1, 0.45, 0.45, -1
|
| 144 |
+
531, tractor, tractor, car, TRACTOR, TRACTOR, null, normal, 5, 0, 0, -1, 0.68, 1.3, -1
|
| 145 |
+
532, combine, combine, car, COMBINE, COMBINE, truck, ignore, 5, 0, 0, -1, 0.588, 1, -1
|
| 146 |
+
533, feltzer, feltzer, car, FELTZER, FELTZER, null, executive, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 147 |
+
534, remingtn, remingtn, car, REMINGTN, REMING, null, executive, 10, 0, 0, -1, 0.7, 0.7, 2
|
| 148 |
+
535, slamvan, slamvan, car, SLAMVAN, SLAMVAN, null, richfamily, 5, 0, 1f10, -1, 0.74, 0.74, 2
|
| 149 |
+
536, blade, blade, car, BLADE, BLADE, null, executive, 7, 0, 0, -1, 0.7, 0.7, 2
|
| 150 |
+
537, freight, freight, train, FREIGHT, FREIGHT, truck, ignore, 10, 0, 0, -1, 1.06, 1.06, -1
|
| 151 |
+
538, streak, streak, train, STREAK, STREAK, truck, ignore, 10, 0, 0, -1, 1.06, 1.06, -1
|
| 152 |
+
539, vortex, vortex, plane, VORTEX, VORTEX, vortex, ignore, 4, 0, 0, -1, 0.7, 0.7, -1
|
| 153 |
+
540, vincent, vincent, car, VINCENT, VINCENT, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 154 |
+
541, bullet, bullet, car, BULLET, BULLET, null, executive, 4, 0, 0, -1, 0.7, 0.75, 0
|
| 155 |
+
542, clover, clover, car, CLOVER, CLOVER, null, poorfamily, 10, 0, 0, -1, 0.74, 0.74, 0
|
| 156 |
+
543, sadler, sadler, car, SADLER, SADLER, null, normal, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 157 |
+
544, firela, firela, car, FIRETRUK, FIRELA, truck, ignore, 10, 0, 0, -1, 1.0, 1.0, -1
|
| 158 |
+
545, hustler, hustler, car, HUSTLER, HUSTLER, null, normal, 4, 0, 0, -1, 0.7, 0.7, 0
|
| 159 |
+
546, intruder, intruder, car, INTRUDER, INTRUDR, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 160 |
+
547, primo, primo, car, PRIMO, PRIMO, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 161 |
+
548, cargobob, cargobob, heli, CARGOBOB, CARGOBB, null, ignore, 5, 0, 0, -1, 0.74, 0.74, -1
|
| 162 |
+
549, tampa, tampa, car, TAMPA, TAMPA, null, poorfamily, 10, 0, 0, -1, 0.684, 0.684, 0
|
| 163 |
+
550, sunrise, sunrise, car, SUNRISE, SUNRISE, null, normal, 10, 0, 0, -1, 0.76, 0.76, 0
|
| 164 |
+
551, merit, merit, car, MERIT, MERIT, null, richfamily, 10, 0, 0, -1, 0.75, 0.75, 0
|
| 165 |
+
552, utility, utility, car, UTILITY, UTILITY, van, worker, 5, 0, 0, -1, 0.84, 0.84, -1
|
| 166 |
+
553, nevada, nevada, plane, NEVADA, NEVADA, nevada, ignore, 4, 0, 0, -1, 0.85, 0.4, -1
|
| 167 |
+
554, yosemite, yosemite, car, YOSEMITE, YOSEMIT, null, normal, 10, 0, 0, -1, 0.84, 0.84, -1
|
| 168 |
+
555, windsor, windsor, car, WINDSOR, WINDSOR, null, executive, 4, 0, 0, -1, 0.7, 0.7, 0
|
| 169 |
+
556, monstera, monstera, mtruck, MTRUCK_A, MONSTA, truck, ignore, 1, 0, 0, -1, 1.5, 1.5, -1
|
| 170 |
+
557, monsterb, monsterb, mtruck, MTRUCK_B, MONSTB, truck, ignore, 1, 0, 0, -1, 1.5, 1.5, -1
|
| 171 |
+
558, uranus, uranus, car, URANUS, URANUS, null, richfamily, 7, 0, 0, -1, 0.7, 0.7, 1
|
| 172 |
+
559, jester, jester, car, JESTER, JESTER, null, richfamily, 7, 0, 0, -1, 0.7, 0.7, 1
|
| 173 |
+
560, sultan, sultan, car, SULTAN, SULTAN, null, richfamily, 7, 0, 0, -1, 0.7, 0.7, 1
|
| 174 |
+
561, stratum, stratum, car, STRATUM, STRATUM, null, richfamily, 7, 0, 0, -1, 0.7, 0.7, 1
|
| 175 |
+
562, elegy, elegy, car, ELEGY, ELEGY, null, richfamily, 7, 0, 0, -1, 0.68, 0.68, 1
|
| 176 |
+
563, raindanc, raindanc, heli, RAINDANC, RAINDNC, null, ignore, 7, 0, 0, -1, 0.64, 0.64, -1
|
| 177 |
+
564, rctiger, rctiger, car, RCTIGER, RCTIGER, null, ignore, 1, 0, 0, -1, 0.25, 0.25, -1
|
| 178 |
+
565, flash, flash, car, FLASH, FLASH, null, richfamily, 7, 0, 0, -1, 0.64, 0.64, 1
|
| 179 |
+
566, tahoma, tahoma, car, TAHOMA, TAHOMA, null, richfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 180 |
+
567, savanna, savanna, car, SAVANNA, SAVANNA, null, poorfamily, 7, 0, 2ff0, -1, 0.7, 0.7, 2
|
| 181 |
+
568, bandito, bandito, car, BANDITO, BANDITO, null, ignore, 4, 0, 0, -1, 0.55, 0.7, -1
|
| 182 |
+
569, freiflat, freiflat, train, FREIFLAT, FRFLAT, null, ignore, 10, 0, 0, -1, 1.06, 1.06, -1
|
| 183 |
+
570, streakc, streakc, train, CSTREAK, STREAKC, coach, ignore, 10, 0, 0, -1, 1.06, 1.06, -1
|
| 184 |
+
571, kart, kart, car, KART, KART, KART, ignore, 4, 0, 0, -1, 0.26, 0.26, -1
|
| 185 |
+
572, mower, mower, car, MOWER, MOWER, null, ignore, 4, 0, 0, -1, 0.48, 0.56, -1
|
| 186 |
+
573, duneride, duneride, mtruck, DUNE, DUNE, truck, ignore, 4, 0, 0, -1, 1.14, 1.14, -1
|
| 187 |
+
574, sweeper, sweeper, car, SWEEPER, SWEEPER, null, worker, 4, 0, 0, -1, 0.5, 0.5, -1
|
| 188 |
+
575, broadway, broadway, car, BROADWAY, BROADWY, null, poorfamily, 7, 0, 2ff0, -1, 0.7, 0.7, 2
|
| 189 |
+
576, tornado, tornado, car, TORNADO, TORNADO, null, poorfamily, 7, 0, 2ff0, -1, 0.7, 0.7, 2
|
| 190 |
+
577, at400, at400, plane, AT400, AT400, coach, ignore, 10, 0, 0, -1, 1.12, 1.12, -1
|
| 191 |
+
578, dft30, dft30, car, DFT30, DFT30, truck, worker, 10, 0, 4fff, -1, 1, 1, -1
|
| 192 |
+
579, huntley, huntley, car, HUNTLEY, HUNTLEY, null, richfamily, 6, 7, 0, -1, 0.90, 0.90, 0
|
| 193 |
+
580, stafford, stafford, car, STAFFORD, STAFFRD, null, normal, 4, 0, 0, -1, 0.78, 0.78, 0
|
| 194 |
+
581, bf400, bf400, bike, BF400, BF400, bikes, motorbike, 10, 0, 3f341210, 16, 0.68, 0.68, -1
|
| 195 |
+
582, newsvan, newsvan, car, NEWSVAN, NEWSVAN, van, normal, 4, 0, 0, -1, 0.77, 0.77, -1
|
| 196 |
+
583, tug, tug, car, TUG, TUG, null, normal, 4, 0, 0, -1, 0.66, 0.75, -1
|
| 197 |
+
584, petrotr, petrotr, trailer, PETROTR, PETROTR, null, ignore, 6, 0, 0, -1, 1.12, 1.12, -1
|
| 198 |
+
585, emperor emperor, car, EMPEROR, EMPEROR, null, normal, 10, 0, 0, -1, 0.74, 0.74, 0
|
| 199 |
+
586, wayfarer wayfarer, bike, WAYFARER, WAYFARE, wayfarer,motorbike, 6, 0, 0, 23, 0.654, 0.654, -1
|
| 200 |
+
587, euros, euros, car, EUROS, EUROS, null, richfamily, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 201 |
+
588, hotdog, hotdog, car, HOTDOG, HOTDOG, van, worker, 4, 0, 0, -1, 0.86, 0.86, -1
|
| 202 |
+
589, club, club, car, CLUB, CLUB, null, normal, 8, 0, 0, -1, 0.74, 0.74, 0
|
| 203 |
+
590, freibox, freibox, train, FREIFLAT, FRBOX, null, ignore, 10, 0, 0, -1, 1.06, 1.06, -1
|
| 204 |
+
591, artict3, artict3, trailer, ARTICT3, ARTICT3, null, ignore, 6, 0, 0, -1, 1.1, 1.1, -1
|
| 205 |
+
592, androm, androm, plane, ANDROM, ANDROM, null, ignore, 4, 0, 0, -1, 0.95, 0.95, -1
|
| 206 |
+
593, dodo dodo, plane, DODO, DODO, van, ignore, 10, 0, 0, -1, 0.56, 0.56, -1
|
| 207 |
+
594, rccam, rccam, car, RCCAM, RCCAM, null, ignore, 1, 0, 0, -1, 0.25, 0.25, -1
|
| 208 |
+
595, launch, launch, boat, LAUNCH, LAUNCH, null, leisureboat, 10, 0, 0
|
| 209 |
+
|
| 210 |
+
596, copcarla, copcarla, car, POLICE_LA, POLICAR, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 211 |
+
597, copcarsf, copcarsf, car, POLICE_SF, POLICAR, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 212 |
+
598, copcarvg, copcarvg, car, POLICE_VG, POLICAR, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 213 |
+
599, copcarru, copcarru, car, POLRANGER, RANGER, null, ignore, 10, 0, 0, -1, 0.95, 0.95, -1
|
| 214 |
+
|
| 215 |
+
600, picador, picador, car, PICADOR, PICADOR, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 216 |
+
601, swatvan, swatvan, car, SWATVAN, SWATVAN, van, big, 4, 0, 0, -1, 1.366, 1.366, -1
|
| 217 |
+
602, alpha, alpha, car, ALPHA, ALPHA, null, executive, 10, 0, 0, -1, 0.7, 0.7, 0
|
| 218 |
+
603, phoenix, phoenix, car, PHOENIX, PHOENIX, null, normal, 7, 0, 0, -1, 0.7, 0.7, 0
|
| 219 |
+
604, glenshit, glenshit, car, GLENDALE, GLENSHI, null, normal, 5, 0, 0, -1, 0.7, 0.7, -1
|
| 220 |
+
605, sadlshit, sadlshit, car, SADLER, SADLSHI, null, normal, 10, 0, 0, -1, 0.7, 0.7, -1
|
| 221 |
+
606, bagboxa, bagboxa, trailer, BAGBOXA, BAGBOXA, null, ignore, 4, 0, 0, -1, 0.6, 0.6, -1
|
| 222 |
+
607, bagboxb, bagboxb, trailer, BAGBOXB, BAGBOXB, null, ignore, 4, 0, 0, -1, 0.6, 0.6, -1
|
| 223 |
+
608, tugstair, tugstair, trailer, STAIRS, TUGSTAI, null, ignore, 4, 0, 0, -1, 0.6, 0.6, -1
|
| 224 |
+
609, boxburg, boxburg, car, BOXBURG, BOXBURG, van, worker, 10, 0, 0, -1, 0.76, 0.76, -1
|
| 225 |
+
610, farmtr1, farmtr1, trailer, FARM_TR1, FARMTR1, null, ignore, 4, 0, 0, -1, 0.32, 0.32, -1
|
| 226 |
+
611, utiltr1, utiltr1, trailer, UTIL_TR1, UTILTR1, null, ignore, 4, 0, 0, -1, 0.68, 0.68, -1
|
| 227 |
+
|
| 228 |
+
end
|
| 229 |
+
|
data-lite/files/anim/anim.img
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdde1f918fb12e4b4b9e46927f8a0281b6d80b85551b716e74cca68c6c9138ae
|
| 3 |
+
size 10942464
|
data-lite/files/anim/beach.ifp
ADDED
|
Binary file (17.3 kB). View file
|
|
|
data-lite/files/anim/cuts.img
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c14266a47364899b654c224571773483b1127e878ca49a86662af59ee3edc3c
|
| 3 |
+
size 16029696
|
data-lite/files/anim/ped.ifp
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ffb25b29a43ce08b960e59696c0aab29cf0fa0609c82341dec163e7266cb437
|
| 3 |
+
size 3778466
|
data-lite/files/audio/CONFIG/AudioEventHistory.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data-lite/files/audio/CONFIG/BankLkup.dat
ADDED
|
Binary file (8.52 kB). View file
|
|
|
data-lite/files/audio/CONFIG/BankSlot.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa7035f9c914cd3b73f9535b2794a10febeebfbcdb166d340d875093eab71e72
|
| 3 |
+
size 216902
|
data-lite/files/audio/CONFIG/EventVol.dat
ADDED
|
Binary file (45.4 kB). View file
|
|
|
data-lite/files/audio/CONFIG/PakFiles.dat
ADDED
|
Binary file (468 Bytes). View file
|
|
|
data-lite/files/audio/CONFIG/SOUNDINF.DAT
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:639b880be8c20dd35b2a8702f2ec466946cf8ed44b8f3fd0a74fb8342af16d99
|
| 3 |
+
size 746760
|
data-lite/files/audio/CONFIG/STRMPAKS.DAT
ADDED
|
Binary file (272 Bytes). View file
|
|
|
data-lite/files/audio/CONFIG/TRAKLKUP.DAT
ADDED
|
Binary file (23.1 kB). View file
|
|
|
data-lite/files/audio/CONFIG/TRKHEAD.DAT
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6474abc1c02ed8647caca1c107e0d067cce2715021f9420c009c0f763ad1c0e4
|
| 3 |
+
size 15506696
|
data-lite/files/audio/SFX/FEET.osw
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43473f63e8379f65be9eb9f43ca3218bfd7cc1769041f0a417b25da3f332336
|
| 3 |
+
size 138118
|
data-lite/files/audio/SFX/FEET.osw.idx
ADDED
|
Binary file (1.22 kB). View file
|
|
|
data-lite/files/audio/SFX/GENRL.osw
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d469654805f1c457bdcdd8025f4e8840b3d6674503be53709484d8680544328
|
| 3 |
+
size 9362373
|
data-lite/files/audio/SFX/GENRL.osw.idx
ADDED
|
Binary file (20.9 kB). View file
|
|
|