Author Topic: ULX V2 and 1.13 help  (Read 2922 times)

0 Members and 1 Guest are viewing this topic.

Offline syther

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
ULX V2 and 1.13 help
« 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.
« Last Edit: July 24, 2006, 10:22:10 PM by syther »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX V2 and 1.13 help
« Reply #1 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)
« Last Edit: July 25, 2006, 04:30:59 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX V2 and 1.13 help
« Reply #2 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.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX V2 and 1.13 help
« Reply #3 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
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline syther

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: ULX V2 and 1.13 help
« Reply #4 on: July 25, 2006, 08:05:21 PM »
Ok, I added those lines to server.cfg.