update: I've been trying to make the mod myself. the mod loads correctly and i can see its active when i load in. the connected event fires becuase a demo client connects when i start a match,but no matter what i try, nothing ever threads onto me as the host player.
I've tried level.players, getEntByNum(0) with isplayer check,isDefined getEntByNum(0) in init,and foreach player in level.players. I've also tried putting the script in the mods folder,the storage t5 scripts mp folder,and the raw scripts mp folder in the game directory. same result everywhere.
Does anyone know how to actually catch the host player in a solo private match in BO1 plutonium? Any help appreciated!