Commit Graph

14 Commits

Author SHA1 Message Date
04c4467ded fixed several syntax errors and replace for loops with continues with while loops
For loops and foreaches with continues cause an infinite loop with the current compiler. As a result they can only be used in a while loop so any instances of a foreach or for loop with a continue must be converted to a while loop.
2020-05-07 15:29:11 -07:00
fdffeb40bb fixed some newly found errors in _zm_gametype and replaced _globallogic with a better dump 2020-05-07 15:23:12 -07:00
dd94baef78 checked the remaining 6 gametypes scripts
ctf, dem, dom, hq, koth, and oneflag have all been checked.
2020-05-05 12:41:38 -07:00
20883d4bec checked 8 gametype related scripts
Checked conf(kill confirmed), dm(deathmatch), gun(gungame), oic(one in the chamber), sas(sticks and stones), sd(search and destroy), shrp(sharpshooter), and tdm(team deathmatch).
2020-05-03 19:32:17 -07:00
046d571f12 rechecked bot scripts 2020-05-02 10:32:24 -07:00
6d2b484585 minor bot script related fixes
I also included a plutonium specific fix for the bot difficulty to work.
2020-04-30 21:56:02 -07:00
0e620dcd6f Update readme.md 2020-04-30 11:16:12 -07:00
419e026387 checked the 3 main bot scripts
Checked _bot again since there was an oversight when converting a foreach to a while loop. _bot_combat and _bot_loadout are checked but not tested.
2020-04-30 11:15:36 -07:00
09e3ff45ed checked 10 more scripts
8 are for mp and zm _healthoverlay, _hostmigration, _menus, and _tweakables. Additionally _zm_chugabud, and _zm_equipment were checked for zm.
2020-04-30 09:03:46 -07:00
535c5c1737 checked _bot.gsc 2020-04-29 14:27:07 -07:00
a36e6f7fdf uploaded 11 bot related scripts as a baseline 2020-04-29 12:16:18 -07:00
1970197ae0 checked 5 gametypes series scripts
_callbacksetup.gsc, _damagefeedback.gsc, _hud.gsc, _perplayer.gsc, and _serversettings have been checked for both patch_zm and patch_mp.
2020-04-29 12:15:40 -07:00
18b5824147 properly uploaded mp scripts instead of zm versions
Checked_weapon_utils for both mp and zm.
2020-04-29 11:02:01 -07:00
c53abf5d1f I've decided to start working on mp scripts
I am intending on checking both the gametypes_zm and gametypes scripts at the same time. If I am correct they should be very similar to each other so this should be killing 2 birds with 1 stone.
2020-04-29 09:49:47 -07:00