Author Topic: Advanced Remote Soldat Server Enchanter [v1.2.7] (build 14)  (Read 177852 times)

0 Members and 1 Guest are viewing this topic.

Offline chrisgbk

  • Inactive Staff
  • Veteran
  • *****
  • Posts: 1739
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #40 on: June 26, 2006, 07:29:36 pm »
Last time I checked CrossKylix wont compile GUI apps.

It will compile GUI apps, but you have to use CLX instead of VCL, which means you essentially have to re-code the entire GUI in order to compile.
Qt is actually a very nice toolkit; but the transition is a bit of a learning experience.

Some of the issues involved: http://www.midnightbeach.com/KylixForDelphiProgrammers.html
http://www.rick-ross.com/papers/k3/k3deploy.html

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #41 on: June 26, 2006, 08:09:02 pm »
And KeFear would have to go open source if he used Kylix, damn you GPL! :)

Offline KeFear

  • Soldier
  • **
  • Posts: 181
  • ARSSE Creator
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #42 on: June 27, 2006, 04:41:43 am »
Well, this will have to wait.. for a long time i guess.

Anyway, here's another fast update on the beta:

-fixed Team scores, Avarage Ping, Avarage/Total Score, Avarage/Total Deaths refreshed with delay on Tab change

Also fixed the teamkills.ini, it should save the names and kills without double entries now.

Click

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #43 on: July 01, 2006, 02:41:21 pm »
When players do !rate, the K:D needs to be rounded, preferably to no more than 3 decimal places.  Sometimes people will do it and get 10-14 digits, and thats a tad bit excessive

Offline KeFear

  • Soldier
  • **
  • Posts: 181
  • ARSSE Creator
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #44 on: July 01, 2006, 03:43:21 pm »
Thanks for noticing, it will be fixed in the next release.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #45 on: July 02, 2006, 07:02:04 am »
A request,
Have Auto-Balance enabled in specific tabs only. I have 3 tabs, 2 of which are climbing servers where everyone has to be one team and a Dodgeball one which needs even teams. Compensate me?

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #46 on: July 02, 2006, 01:27:51 pm »
* FliesLikeABrick compensates EnEsCe

Another thing noticed, when a spectator joins a game, the Score and Deaths show up as 65535, it'd be much better if you replaced that with N/A for specs.

Offline esko

  • Major
  • *
  • Posts: 50
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #47 on: July 02, 2006, 11:37:37 pm »
requests,

when !admin, have a local time appear on the arsse popup.
a tick box for auto-scroll the main window (that actually works), for easy viewing of logs. at the moment its easiest to disconnect arsse while reading the lines.
have ARSSE refresh the memory or dumb the memory every now and then. i have 3gb or ram (with 3gb switch in the windows' boot.ini file) and it still goes 'OOM' if i leave running for longer period.

keep up the good work,
esko

in finland we have this thing called 'pilkunnussinta'

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #48 on: July 03, 2006, 12:10:23 pm »
Since we make requests I would like also to make one :) It would be nice if there was a "On Refresh" event at the script editor.

Offline KeFear

  • Soldier
  • **
  • Posts: 181
  • ARSSE Creator
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #49 on: July 03, 2006, 12:47:37 pm »
@Enesce: I'm planning to seperate server config files, so this will be possible in a near-future release

@Flies: i did that, will be available in the next release

@esko i will improve the scripting engine, so you will be able to set a custom message for the !admin popup, even current time. I'm also trying to solve the scrolling issue of the main consoles and the memory leaks.

@Leo: what variables would you like to see in the OnRefresh event?

Thanks for the suggestions/notices

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #50 on: July 03, 2006, 12:55:34 pm »
Quote
@Leo: what variables would you like to see in the OnRefresh event?

Well, I would like for example to run a command, whatever command, whenever arsse refreshes.

Offline KeFear

  • Soldier
  • **
  • Posts: 181
  • ARSSE Creator
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #51 on: July 04, 2006, 04:51:12 am »
New beta:

-fixed !rate sometimes show 10-14 digits for K:D rate, now it shows in a 0.00 format
-added OnRefresh event
-modified main window's layout: version info and 'by RiA|KeFear' is now displayed in title
-modified Spectators' score, death and ratio are replaced with N/A
-modified scrolling mechanism of main console
-removed 'automatically scroll to the end of the message box' from Settings

Download


Offline KeFear

  • Soldier
  • **
  • Posts: 181
  • ARSSE Creator
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #53 on: July 04, 2006, 05:40:36 am »
Enesce: that needs massive modifications, that's why it's not in yet. Plus i have to learn for my final exam now, so i dont have much time. i just released a version with the current modifications i did untill now (+added onrefresh, which only needed like 3 extra lines of code)

server-specific settings will be next, i promise.

Offline FLiPbOy GL

  • Major(1)
  • Posts: 13
  • Green Lantern Boy
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #54 on: July 04, 2006, 06:31:20 am »
a way to hide the kills from the main console so only chat and admin actions will be seen...

and to highlight things in the message box w/o it auto scrolling


-thanx and great program
« Last Edit: July 04, 2006, 07:32:09 am by FLiPbOy GL »
Member of
#plus.soldat @Quakenet
Realistic Soldat - www.realsol.org
#lrs @ Quakenet

Offline drinkduff

  • Major(1)
  • Posts: 37
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #55 on: July 04, 2006, 01:27:00 pm »
Since scripting support is still limited.

Anyway to ban certain names that use characters that aren't part of any language and can't be reached with just normal keyboard input?

Offline FLiPbOy GL

  • Major(1)
  • Posts: 13
  • Green Lantern Boy
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #56 on: July 04, 2006, 03:17:37 pm »
i fell asleep and when i woke up this came up


and it happened again while i was at spect mode...
Member of
#plus.soldat @Quakenet
Realistic Soldat - www.realsol.org
#lrs @ Quakenet

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #57 on: July 04, 2006, 04:00:30 pm »
i fell asleep and when i woke up this came up


and it happened again while i was at spect mode...

Yep, I have same problem. This error, all the time.

Offline chrisgbk

  • Inactive Staff
  • Veteran
  • *****
  • Posts: 1739
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #58 on: July 04, 2006, 09:45:38 pm »
i fell asleep and when i woke up this came up


and it happened again while i was at spect mode...

Yep, I have same problem. This error, all the time.

ARSSE is trying to do something with the values of the spectator (see the spectator in the screenshot, with N/A for 3 columns, and N/A in the error message); it should be an easy fix.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #59 on: July 05, 2006, 06:40:02 am »
heh chris very observant find