yea, i cant get the rcon feature to do the admin add. creating the directory dont work. i tried with ip, without ip, everything almost, could it be the server is hosted with gameservers? but everything else works. just not the admin add.
Printable View
yea, i cant get the rcon feature to do the admin add. creating the directory dont work. i tried with ip, without ip, everything almost, could it be the server is hosted with gameservers? but everything else works. just not the admin add.
i am on a gameservers dedi and i added myself manually with the sapp/users.txt file.
app works fine.
okay, make sure you create the sapp folder in the same place as this screenshot:
http://i65.photobucket.com/albums/h2...hcefolders.jpg
As you can see, the users.txt file is inside of there. Like Bacon, my server is also hosted on gameserver so there's no reason why it should not work. Try restarting your server again.
When you try to add yourself do you do sv_players beforehand to see what index number you have?
I mean, just using 'rcon rconpass adminadd yourplayernumber ' should work just fine.
is there an event for capping the flag?
also, you should add various shortcuts (or the ability to make shortcuts) for any given commands...
for example... instead of having to do /sv_map bloodgulch ctf you can just do /m bloodgulch ctf .... or like rec0s app, /m bg ctf
you were able to make shortcuts for players as well, so make a shrtcut for [HIV]bacon™ to be just b... and it would be possible to do /k b (to kick me)
also, things like /team to switch your team and /spd for speed would be very welcome, if your scared of abuse you can make it so any command like that is viewable to everyone in the server.... or like rec0s app, make a /stunts command that enables various things such as speed and teleporting...
anyway, great app, keep up the good work.
Aka, we want rec0 to come back and make app work on 1.08 since Korn wont give out the source. Or, try and make it exactly like rec0's but better. You'll get there eventually. :)
pfft, tbh rec0s app is highly unstable, and termy has a far better way of getting it onto dedis.
termy also already has alot of great features that arent in rec0s, so if he just keeps adding to it, we will have a real winner.
Hay bacon, lets go have a tea party so I can smash you with my cup! OFF WITH YOUR HEAD!!!!!!!!!!! And tbh, what features does this have that rec0's doesn't? And it really needs to be more user friendly like rec0's app. Shortcuts, easy / commands, I'm just soo used to rec0's app I'm going to be very fussy until it gets more similar, but I agree he is doing a great job.
Hey Termy, yesterday when I saw you on the its server my question was going to be similar to what bacon was suggesting here (the ability to make shortcuts). Would that be possible? I think it'd be a good way to avoid having to code more trivial/specific commands since it would now be up to the user to do so.
The syntax could be something along the lines of:
addcommand mnext 'sv_map_next'
addcommand bgctf 'say * "Next Map - Bloodgulch - CTF";sv_map bloodgulch ctf'
addcommand lo3 'say * "Get Ready!";wait 5000;say * "3";wait 500;sv_map_reset;say * "2";wait 500;sv_map_reset;say * "1;wait 500;sv_map_reset;say * "GO!"'
Maybe that last one's a bit too long, but you get the idea. If it even let you call a custom command within a custom command then that'd be better.
Once in game, the administrator would then be able to execute it by adding a slash before it (via ingame chat) or by calling it via rcon if necessary (eg. rcon rconpass bgctf ).
Here's hoping that's actually a possibility. Thanks again. :D
Does /voteban work, or is that a command I made up?
Nice idea, Kaishounashi, i will add that commands soon as well as events for game start, changing team, ping_kick, flags, afk_kick and glitching.
Also adding admins should work even if sapp/users.txt cannot be created, you will simple lost admin list after server restart.
This is syntax of users.txt file
admin_name and priviledge_level fields are not used yet so it should look like:Code:admin_name:id:hash:priviledge_level:ip_list
:0:404509hf455443593459349599924:0:83.4.0.0/24 43.34.3.0/8
83.4.0.0/16 43.34.3.0/8 means that admin will only be an admin only if his ip range is from 83.4.0.0 to 83.4.255.255 or from 43.34.3.0 to 43.34.3.255