Left 4 Dead 2

Left 4 Dead 2

Auu Menu
Näytetään 11–20 / 79
< 1  2  3  4 ... 8 >
Päivitys: 3.5.2020 klo 0.17

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

Päivitys: 26.2.2020 klo 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.

Päivitys: 11.2.2020 klo 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.

Päivitys: 13.1.2020 klo 16.53

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

Päivitys: 11.1.2020 klo 20.26

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

Päivitys: 24.12.2019 klo 16.25

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

Päivitys: 17.12.2019 klo 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.

Päivitys: 14.12.2019 klo 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.

Päivitys: 17.10.2019 klo 23.44

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

Päivitys: 9.9.2019 klo 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.