Author |
Message |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Sat Jan 08, 2005 8:34 pm Post subject: 1.3.5 |
 |
|
|
|
I finally made a new release. Available here. I hope nothing's broken, but I didn't test it that thoroughly. Post comments here. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sat Jan 08, 2005 9:45 pm Post subject: |
 |
|
|
|
Changelog looks good.
Might I suggest (if you haven't already) removing the optional-ness of Python in the setup documentation? _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Sat Jan 08, 2005 10:11 pm Post subject: |
 |
|
|
|
Yey _________________ Performance is often the art of cheating carefully. - James Gosling |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sun Jan 09, 2005 1:04 pm Post subject: |
 |
|
|
|
arenas/scf/arena.conf needs fixing. Quote: | #include defaultarena/arena.conf | should be Quote: | #include (default)/arena.conf |
Which reminds me, does ?reloadconf just reload modified files, or force a reload of all active conf files (including open arenas and groupdef.conf). It would be good if it forced a reload so you don't have to touch groupdef.conf just for it to reload when modifying one of the files it #includes.
Edit: Just noticed exec.py isn't in there. I'm testing the windows + src distro. |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Sun Jan 09, 2005 2:36 pm Post subject: |
 |
|
|
|
Nice catch on the defaultarena line.
It reloads only modified files, which would be automatically reloaded every 15 seconds anyway. I could possibly add a flag to make it force-reload all open files, or only one specific file. Is it only groupdef.conf that you have a problem with?
Oops, exec.py is missing. Sorry about that. For now, you can get it at http://sscx.net/asss/exec.py. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sun Jan 09, 2005 3:20 pm Post subject: |
 |
|
|
|
If it's not simple to get it to reload all of the #included files, then can you at least make a ?touch <file>? That would solve the difficulty. |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sun Jan 09, 2005 5:59 pm Post subject: |
 |
|
|
|
I sometimes put custom module settings in their own file and #include it, so it's not just groupdef.conf. Maybe limit it to the arena the command was executed in if reloading the conf's on all active arenas will lag the server. |
|
Back to top |
|
 |
ExplodyThingy Server Help Squatter
Age:38 Gender: Joined: Dec 15 2002 Posts: 528 Location: Washington DC Offline
|
Posted: Sun Jan 09, 2005 6:01 pm Post subject: |
 |
|
|
|
or if youre feeling ambitious, all of the above using flags. _________________ There are no stupid question, but there are many inquisitive idiots.
Loot
Dr Brain> I hate clean air and clean water. I'm a member of Evil Conservitive Industries |
|
Back to top |
|
 |
Chambahs Guest
Offline
|
Posted: Tue Jan 11, 2005 10:05 pm Post subject: |
 |
|
|
|
ran into this problem, all i did was rename the zone, and i left everything else alone after i downloaded it and i got these messages in the exe....
starting asss...
asss 1.3.5 built at Jan 8 2005 17:01:56
Loading modules...
I <cmod> loading C module 'deadlock' from 'internal'
I <cmod> loading C module 'prng' from 'internal'
I <cmod> loading C module 'logman' from 'internal'
'import site' failed; use -v for traceback
Traceback <most recent call last>:
File "<string>", line 1, in ?
ImportError: No module named os
ImportError: No module named copy_reg
ImportError: No module named exec
Unrecoverable error <5>: Error in loading module '<py exec'
and then right after that, it immediatly closes, i had to take a screenshot at the right time to see what it said lol...any suggestions? |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Tue Jan 11, 2005 10:06 pm Post subject: |
 |
|
|
|
Looks like python isn't set up properly. Try either setting it up or removing all of the python entries from modules.conf. |
|
Back to top |
|
 |
Chambahs Guest
Offline
|
Posted: Tue Jan 11, 2005 10:09 pm Post subject: |
 |
|
|
|
worked, thanks for the help.. |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Wed Jan 12, 2005 3:16 am Post subject: |
 |
|
|
|
I overhauled ?reloadconf so that it can do basically everything that you all want. Specifically, "?reloadconf groupdef" will force a reload of groupdef.conf (and any other file that has "groupdef" in its name).
Regarding python init errors: Try downloading python 2.3.4 from python.org and installing it (the location doesn't matter). Python modules that use stuff from the python standard library (like the new exec.py) will need to have a real installation of python somewhere on the system. Most of them (hopefully) won't need it, though. |
|
Back to top |
|
 |
|