Left 4 Dead 2

Left 4 Dead 2

Auu Menu
Viser 11-20 af 79 forekomster
< 1  2  3  4 ... 8 >
Opdatering: 3. maj 2020 kl. 0:17

Version 2.17.98+ - Changed "utils.nut" TeleportEntity: added KeyValue method for teleportation.

Opdatering: 26. feb. 2020 kl. 11:34

Version 2.17.98 - Updated 'utils.nut' include: added GetVecAng func to get angles from vector; added for GetPicker default parameter. Changed pdist() - works for each entity.

Opdatering: 11. feb. 2020 kl. 22:05

Version 2.17.97 - Updated 'utils.nut' - added ppos() func to create a marks on the map in specified position for debugging; also other debug functions were replaced there; added IN_IDLE, IN_TAKEOVER custom flags. Added 'host_timescale' reset for Reset option.

Opdatering: 13. jan. 2020 kl. 16:53

Version 2.17.96+ - Updated 'utils.nut' include: changed GetPlayer() - added default parameter to find first Survivor player.

Opdatering: 11. jan. 2020 kl. 20:26

Version 2.17.96 - Changed Menu Remover option NPC: added 'survivor_bot' entity remove.

Opdatering: 24. dec. 2019 kl. 16:25

Version 2.17.95 - Changed 'menu_remover/npc.nut' removal method (oh, yes, again...) to most perfect.

Opdatering: 17. dec. 2019 kl. 16:11

Version 2.17.94 - Changes in syntax and debug text. Updated 'utils.nut' include - the name of PrintTable() has been shortened to ptable() in convenience purposes. Teleport Menu: replaced WarpToMeAny to WarpToNext (previous option can be placed in other radial menu related with entity teleportation in the future). Renamed option Saferoom to Start Area; edited 'radialmenu.txt' file.

Opdatering: 14. dec. 2019 kl. 11:11

Version 2.17.93 - Changed AutoBhop function - added fix code from 'sm_bhop.sp' file, that allows player to keep jumping at Vomitjar Boost or 'bot_player_replace' situations; also CBasePlayer specific flags (or rather FL_ONGROUND bit) aren't longer fixed, by reason player's jump animation during boost is incorrect (it's must be ACT_RUN_CROUCH_* sequence always!); removed 'm_nWaterLevel' check (we cannot swim in this game anyway) to avoid problems with jumping on some deep water maps. Renamed 'auu.nut' to 'auu_base.nut' main script. Fixed 'menu_player/director.nut' script: this may not work properly in case, if localplayer loaded to the server later, then other players; also added reset 'z_mega_mob_size' ConVar if 'director_stop' cmd is used; marked as unreadable 'sb_stop' ConVar, by cause it's not related to Director (just in case). Changed 'menu_remover/npc.nut' remove method to more stable than 'nb_delete_all' remove. Added for Menu Fun debug text in console, that shows who activates an option. Zombie Goal is now only for localplayer. Updated 'utils.nut' include.

Opdatering: 17. okt. 2019 kl. 23:44

Version 2.17.92b - Updated "utils.nut" include.

Opdatering: 9. sep. 2019 kl. 8:08

Version 2.17.91b - Updated "utils.nut" include - fixed and changed IsFuncExist() by cause incorrect work: function didn't check native functions, also loop could continue searching for the next key, even if function was found; a bit changed function structure. Added some options in "rm_tp"; changed PropStripper option - added tips in console.