Jay
Rank: Site Admin
Joined: 27 Mar 2005
Posts: 338
|
Hey. Thank you so much for your time ! It is very appreciated.
Now, about the config thing. It is perfectly normal for that to be executed on every map, due to the nature of that update, I had to change that exact method to fix the problem.
The problem was when it changed maps with bot_add in your server.cfg, it errored executing any "exec *.cfg" flavour commands during LevelInit so I moved them to round_start.
I will remove that execing of the hosti config file on non cs_ maps for next update.
Second, do those player_death logs show up without hosti_log enabled ? If they do ill fix it because their only a debug log.
Lastly, I am currently re-writing the entire plugin from scratch. Since starting this and GoreMod I have come to have a lot better of an understanding of the HL2SDK and C++ as a whole, and can see that my coding styles need to be changed. This doesnt mean the current versions are not stable or anything like that, it means they are harder to maintain and develop on or for so this is my reasonage.
Ontop of that, I am also adding a menu for both this and GoreMod which will enable changing of cvars without changing .cfg files and during the game. It will auto-save and load the settings too so no hastle to the admin at all.
I have allready added a beta version of this to GoreMod and it seems to be running just fine.
I am also adding a language file, so people who use either can add their own language files. This is mostly because most of the my plugin users seem to come from France and mostly EU countries.
Again, thank you for your time and I hope we can do things together in the future again sometime
|