256 Commits

Author SHA1 Message Date
JezuzLizard
d02a9efd43 Update scripts to better decompiled scripts. 2023-10-26 13:13:39 -07:00
JezuzLizard
26ba037e40
Update readme.md 2022-05-10 20:07:29 -07:00
JezuzLizard
d85d35ba1a Revert "[Zombie Core] Replaced all scripts with scripts decompiled by..."
This reverts commit 0d2c068adb59b2b7bce6ab744a74b10fb59df130.
2022-04-20 01:58:46 -07:00
JezuzLizard
f97389d9da [ZM] Added zm_prison and zm_highrise GSCs 2022-03-09 12:30:35 -08:00
JezuzLizard
8ccce7f949 [MP] Added remaining MP GSCs. 2022-03-08 06:51:12 -08:00
JezuzLizard
0d8e9c835a [Buried] Added gsc-tool decompiled GSCs. 2022-02-25 22:09:59 -08:00
JezuzLizard
0d2c068adb [Zombie Core] Replaced all scripts with scripts decompiled by...
Xensik's gsc-tool.
2022-02-25 22:03:12 -08:00
JezuzLizard
5467e47fa8 Fix issue with zgrief.gsc. 2021-12-09 21:56:03 -08:00
JezuzLizard
7a990cd59f Fixed inconsistencies. 2021-12-07 22:03:12 -08:00
JezuzLizard
ad26d49f84
Update compiler limitations.md 2021-11-02 02:07:37 -07:00
JezuzLizard
652fd1bb32
Update compiler limitations.md 2021-11-02 02:04:41 -07:00
JezuzLizard
fe45c69381 Reorganized the scripts so its easier to search thru. 2021-08-07 11:41:57 -07:00
JezuzLizard
98bfc67831 Added all the remaining scripts not previously included. 2021-08-07 11:29:26 -07:00
JezuzLizard
cf8d60b2d0 Removed 18 Player Fixes, moved to its own repository. 2021-07-30 08:06:46 -07:00
JezuzLizard
0f172f59d2 Added _zm_power.gsc to 18 Player ZM Fixes. 2021-07-30 01:47:05 -07:00
JezuzLizard
3a545d917a Removed comments. 2021-07-29 09:28:07 -07:00
JezuzLizard
e85e3a4a52 Removed many unneeded stat initialization for better child variable usage. 2021-07-29 06:49:11 -07:00
JezuzLizard
837092465c Added several files for ffotd purposes for each map. 2021-07-29 06:48:30 -07:00
JezuzLizard
1b4967c150 Added more scripts for potential optimization. 2021-07-29 06:47:24 -07:00
JezuzLizard
ec7445207a Removed comments from _zm_zonemgr.gsc and _visionset_mgr.gsc 2021-07-28 23:45:14 -07:00
JezuzLizard
72fef3bb00 Added _zm_zonemgr.gsc to 18 Player ZM Fixes 2021-07-28 20:08:12 -07:00
JezuzLizard
798e0af549 Added _visionset_mgr.gsc to 18 Player ZM Fixes 2021-07-28 19:22:41 -07:00
JezuzLizard
bb3a659501 Checked _visionset_mgr.gsc 2021-07-28 19:17:51 -07:00
JezuzLizard
26a2872ceb Adding _zm_stats as an 18 player fix package.
Removing unneeded or obsolete code to reduce child script variables used.
2021-07-26 07:39:09 -07:00
JezuzLizard
c6c5ec86a6
Merge pull request #39 from mjkzy/master
dm.gsc compiles with no errors now
2021-07-21 15:54:55 -07:00
m
5e8c1f0dbb
compiles 2021-07-20 04:35:02 -05:00
JezuzLizard
c4c8104f48
Update compiler limitations.md 2021-03-26 14:13:23 -07:00
JezuzLizard
f4d36781ec Commented 2 assert functions out in patch_mp/maps/.mp/gametypes/_globallogic.gsc. 2021-03-22 11:19:42 -07:00
JezuzLizard
007237c544 Fixed syntax error preventing compilation of patch_mp/maps/mp/gametypes/_globallogic.gsc. 2021-03-22 11:16:09 -07:00
JezuzLizard
9c9a729150 Minor fixes for already checked scripts. 2021-03-18 14:58:37 -07:00
JezuzLizard
26c957ebed Checked patch_mp/maps/mp/gametypes/_globallogic.gsc against cerberus version. 2021-03-17 13:56:18 -07:00
JezuzLizard
ca798eb1f5 Checked _zm_riotshield_prison.gsc 2021-03-14 11:20:53 -07:00
JezuzLizard
86f24361a4 _zm_blockers.gsc: Probably fixed all errors. 2021-03-11 02:23:27 -08:00
JezuzLizard
8c4a9ecf8c Removed debug code from _zm_magicbox.gsc. 2021-03-11 02:23:00 -08:00
JezuzLizard
84b8567c59 Possibly fixed dug up zombies not spawning. 2021-03-09 00:01:26 -08:00
JezuzLizard
e8f0f71b87 Fixed some errors preventing ctf.gsc compilation. 2021-03-08 23:41:28 -08:00
JezuzLizard
fe4fae6a9d Checked zm_prison_patch/maps/mp/zm_alcatraz_traps.gsc. 2021-03-07 05:07:28 -08:00
JezuzLizard
eeae412f6d Numerous minor fixes. 2021-02-25 15:17:52 -08:00
JezuzLizard
91b0a75736 zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc Used is_true instead. 2021-02-07 05:38:59 -08:00
JezuzLizard
ed1f1f7b5c Checked maps/mp/gametypes_zm/zstandard.gsc for all maps.
All maps used the same version of the gametype. All are in No Known Errors category now.
2021-02-07 05:38:10 -08:00
JezuzLizard
e4f1b3350d zm_nuked_patch/maps/mp/zm_nuked_perks.gsc Added a missing return and fixed a type.
zm_nuked_perks.gsc moved to No Known Errors.
2021-02-07 05:11:22 -08:00
JezuzLizard
b6c9c8c81d zm_nuked_patch/maps/mp/zm_nuked.gsc Removed debugging code.
Also fixed some errors.
2021-02-07 05:08:52 -08:00
JezuzLizard
b1df33a2a9 Checked 2 zm_buried_patch scripts.
Moved both zm_buried_gamemodes.gsc and zm_buried_turned_street.gsc to No Known Errors.
2021-02-07 05:03:37 -08:00
JezuzLizard
c54829744d patch_mp/maps/mp/bots/_bot.gsc removed debugging code. 2021-02-07 05:01:54 -08:00
JezuzLizard
11863c1c92 Fixed a missed bit of code when converting from a foreach to a for loop. 2021-02-06 15:28:58 -08:00
JezuzLizard
facd670155 Checked dev call for giving keys. 2021-02-06 15:04:56 -08:00
JezuzLizard
cdae047b49 Fixed errors preventing compilation for 5 patch_mp scripts.
_acousticsensor.gsc, _scrambler.gsc, _sensor_grenade.gsc, _globallogic_player.gsc and _weaponobjects.gsc all required fixed function pointers.
2021-01-29 02:28:00 -08:00
JezuzLizard
4d3669b782 zcleansed.gsc fixed several errors preventing compilation.
Moved to category Major Errors.
2021-01-26 00:35:48 -08:00
JezuzLizard
e9cbef934d Initial Check: zm_buried_patch/gametypes_zm/zcleansed.gsc 2021-01-26 00:14:19 -08:00
JezuzLizard
19d6c7dd04 _supplydrop.gsc fixed script errors. 2021-01-25 21:54:55 -08:00