FuhrerDarqueSyde
Reactions
Comments
-
Grats peoples!
-
Cat bus room on one of the NS1 maps. Forget which one.
-
Changelog
---
2017-10-22 20:34 Central (U.S.)
Added note about Windows Firewall.
2017-10-22 20:22 Central (U.S.)
Removed avicap32.dll as a dll required to be transferred. It does not appear to be required. -
Multi-core improvements in server logic would be delicious to reduce the higher clock rate required to run a server.
-
That would be nice, we have a sourcemod plugin on our TF2 servers that has that exact same function and we use it all the time to discuss things. It operates like this (for all functions).
console command: sm_command <message> or /… -
I did not say everyone was. What is with all of the selective reading and lack of critical thinking in this thread?
(Quote)
If he justifies it, sure fine. If he just hops in the command chair, drops a lerk egg and 2 whips and then hops… -
you start with 50 res and 1rt, by dropping a lerk egg and 2 whips, you use ALL of your team res and provide no way to now expand and obtain an additional RT. This could severely cripple your team. It depends on if the commander or whoever use…
-
Not going to advertise my server but I have already banned quite a few of them and usually keep a pretty vigilant watch over this kind of stuff. I've even went as far as adding a new menu to the web admin for displaying DAK Admin Kit's enhanced logs…
-
didnt know if it queued messages in a /var/spool/mail folder or something.
-
the load layout is Script.Load of dak's base loader, its config loads my plugin which loads lua/RingBuffer.lua on its own (even though Shared.lua has a load for it, i need it in my code and it wasnt loaded yet). The event is registered here but for …
-
I think what they're afraid of is one that it was stored unencrypted and two that it may be stored in a sent box for the mail server in the clear. Since the user entered the password, it is already logical to assume they know their password, it isn'…
-
I just went ahead and edited the ServerWebInterface.lua to not return if it doesnt hit any of the if statements and i added one for getserverstate and adjusted the rcon.js to call that to get the server state.
Not an ideal solution but i… -
RIght. I hear you. I'm ramming my face into a problem of my own with WebRequest event. Good luck, maybe they'll adjust the functionality for you.
-
Hmm, so ClientConnect does fire prior to ClientConnected? Seems broken. The only other thing you could do is find a function that gets fired prior to being fully connected that is also not 'local' and hook it (read: not event).
I had to … -
hmm, wish the wiki was updated. k i'll dig in the lua files and see what i can find.
Im guessing maybe reserve slot is using ClientConnected but not ClientConnect, which has the following comment:
/**
* Called when a player f… -
http://wiki.unknownworlds.com/ns2/Lua/Libraries/Event/Hook
This wiki indicates there is a ConnectRequested event that fires. Not sure if that could b… -
STEAM_0:0:64141512
128283024
as said earlier, it is just the last part times 2 + the number between the colons. Since the first number of thwe steam id is always 0, the next is either 0 or 1 and the other is the unique identifier f… -
EN.json should be a copy of the default.json, as such, EN.json should have all of the string you need to edit as DAK automatically adds the strings and config options to the default.json on first run.
that said, this is what you want to … -
Make a copy of the lang/Default.json and name it to the language of your messages (EN for English). For example, lang/EN.json and then edit to to modify your messages.
-
F12 for steam in-game screenshots by default.
-
Votekick would not deter the trolls as they'd just rejoin and be like "you mad? lololololol" and then change their name to match someone elses like they like to do and try and take over the chair again at their next opportunity. Voteban is too power…
-
Currently, it is available in the DAK Admin Kit mod (might be in other mods as well) but not available stock. Also the server administrator must enable that plugin, however I do believe it is enabled by default.
-
make sure it is not in the -mods command line option (and server.txt), not in the mapcycle.json. Anything in the mods sections can and will yellow your server.
-
Tested v0.1.408a. Confirmed ns2 steam id format working now with sv_kick (and probably others). Ty xDragon.
-
I try to be active in my server as much as possible, I've already banned the Inv Joe imposter on two separate steam ids and the Mr Fox 1 (assuming that is an imposter as well, either way) on one id.
If I see any more i'll be sure to ban … -
I've only ever had this happen when I've banned someone but it hasn't changed maps yet.
-
You're a champ. This is one of the more annoying things about the Web Admin. The other is lack of real-time ban listing (banning someone won't show on my ban ui til map change, even with refresh).