View Single Post
RevilleAJ
Junior Member
Join Date: Dec 2020
Location: United Kingdom
Old 01-24-2021 , 17:40   Re: [TF2] Give Bots More Weapons (v1.8 dated 05Jan2021)
Reply With Quote #53

After fussing around a lot and eventually just installing Sourcemod from scratch (this time a 1.11 dev build instead of 1.10 stable), the log folder actually began to dump a bit more info. Right now, the only addons I have are the default Sourcemod ones, this one, GiveBotsMoreCosmetics, tf_bot_improve (fixed version found on https://forums.alliedmods.net/showth...=314510&page=4), tf2attributes, tf2botchatter, mvm_bot_collect_money, mvm_fake_bot_upgrades and mvmready.

There are three log files: 20210124-tf2botchatter.log (which is just the bot chatter dialog from the session), errors_20210124.log and L20210124.log.

errors_20210124.log contains:
L 01/24/2021 - 22:24:42: SourceMod error session started
L 01/24/2021 - 22:24:42: Info (map "ctf_landfall") (file "C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\addons\sourcemod\logs\errors_20210124.lo g")
L 01/24/2021 - 22:24:42: [tf2attributes.smx] Could not initialize call to CEconItem::SetCustomName


L20210124.log contains (and I apologise for the wall):
L 01/24/2021 - 22:25:20: SourceMod log file session started (file "C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\addons\sourcemod\logs\L20210124.log") (Version "1.11.0.6654")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_health_critical_ratio") (value "0.4")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_max_point_defend_range") (value "3000")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_aim_error") (value "0.0")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_choose_target_interval") (value "10.0f")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_choose_target_interval") (value "0.0f")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_melee_range") (value "100")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_flee_range") (value "1000")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_spot_min_range") (value "2000")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_patience_duration") (value "8")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_sniper_personal_space_range") (value "1500")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_min_setup_gate_sniper_defend_rang e") (value "5000")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_medic_cover_test_resolution") (value "100")
L 01/24/2021 - 22:25:20: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "tf_bot_medic_max_call_response_range") (value "999999")


It crashed at around 22:29 (10:29PM), and keep in mind that basecommands.smx is a default Sourcemod plugin. Obviously, I need tf2attributes.smx for the mod to even work, so I don't think that's causing the crashes.
RevilleAJ is offline