Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: syther on July 24, 2006, 10:20:22 PM

Title: ULX V2 and 1.13 help
Post by: syther on July 24, 2006, 10:20:22 PM
Ok, I installed V2, but I kept getting a error when trying to use rcon "say" and talk through console. (Main console has it too) Sorry, I don't know what it is. I think it is line 116 though  ???

1.13
After unchecking read only, everytime someone banns someone, it overwrites the whole banned_user.cfg, and addes the 1 person. So instead of the 16 people I banned, I know have 1. I had to create a backup .cfg to store all the new bans, and it's probably not thathard for me to fix, but I don't know how.

Thanks.
Title: Re: ULX V2 and 1.13 help
Post by: JamminR on July 25, 2006, 03:09:32 AM
Syther,
 Are you using "ulx rcon say", or just "rcon say" in your V2 problem?
 Please provide the exact error.

 As for your v1.13 problem, has your 1.13 always done this?
Make sure you are exec'ing your banned files in your server (or listenserver).cfg
If you don't exec your banned_user.cfg file from your server.cfg, the previous bans you have aren't in memory to be written, or to deny access to those banned users.
I forget the exact names of the two files, but somewhere in your server.cfg file (or listenserver.cfg if a listen server), you have to have...
exec banned_user.cfg
exec banned_ip.cfg
(again, those two banned files might be wrong named)

I'll have to do more testing, but my apologies, I can't do it for another ~13 hours (work and dinner)
Title: Re: ULX V2 and 1.13 help
Post by: JamminR on July 25, 2006, 03:11:08 PM
Ok, as for the banned list problem syther, make sure you have the following in server.cfg (for dedicated) or listenserver.cfg (for listen servers)

   exec banned_user.cfg
   exec banned_ip.cfg

When you (or ULX for you) writeid or writeip, any banned users, both loaded from those files, and recently added during your current session, will get written back to those two files, banned_*.cfg
If you haven't loaded them at server start, theres nothing to get written back.

It will be a few more hours before I can test the rcon proble you're having.
Title: Re: ULX V2 and 1.13 help
Post by: JamminR on July 25, 2006, 04:35:19 PM
Syther, all, I created bug post in ULX Bugs regarding the ulx rcon say problem.
See http://forums.ulyssesmod.net/index.php/topic,297.msg1454/topicseen.html#msg1454
Title: Re: ULX V2 and 1.13 help
Post by: syther on July 25, 2006, 08:05:21 PM
Ok, I added those lines to server.cfg.