| Author |
Message |
|
Soulwound
Staff Sergeant
Joined: Sat Sep 25, 2004 2:00 am Posts: 15 Location: USA
|
I've used the open source (precompiled) release, and the pack 2 scripts worked fine for me. My guess is that the authentication server isn't active anymore due to the new version being Free.
|
| Mon Mar 14, 2005 4:40 am |
|
 |
|
severian
Chief Warrant Officer
Joined: Mon Feb 11, 2002 3:00 am Posts: 187 Location: USA
|
I also could not get a pack2 script to run, it told me I needed to authenticate first. I guess I need to get the open version, but someone tell me (I am fairly TWX Ignorant) if the scripts from others (CK, Rammar and/or OZ) work on the open version? I could live without the pack 2 stuff as long as the 3rd party scripts work...
_________________ Severian
Don't wait for your "ship to come in" and feel angry and cheated when it doesn't. Get going with something small.
- Irene Kassorla
|
| Mon Mar 14, 2005 12:05 pm |
|
 |
|
Speed Demon
Lieutenant
Joined: Tue Feb 24, 2004 3:00 am Posts: 676 Location: USA
|
Hummm, funny I just used 2_worldtrade.ts last night it worked fine for me also my ck combat pack would not work if TWX can’t authorize and tough’s scripts are working just fine for me so far. Am I suppose to change over from 2.02 or something?
_________________ Speed Demon launched a Photon Missile somewhere! Speed Demon invaded Mt EverHard!! Speed Demon captured Farscape's StarMaster! Speed Demon DESTROYED Farscape's *** Escape Pod ***! Speed Demon launched a Photon Missile somewhere!
|
| Mon Mar 14, 2005 4:27 pm |
|
 |
|
Ahab
Gameop
Joined: Mon Dec 16, 2002 3:00 am Posts: 241 Location: USA
|
I have the same problem, Speed. I can use TWXProxy 2.03 just fine, run any script i want, until I try to use one of cherokee's scripts like refresh fig. Then I get the message: sctipt load error: script file is an incorrect version. Then the script terminates. I am going to write Cherokee about this to see what he says.
_________________ Ahab
ahabstwgs.game-host.org msn orkidz4u@hotmail.com yahoo orkidz4u@yahoo.com msn IM Ahab yahoo IM Orkidz4u
|
| Mon Mar 14, 2005 4:50 pm |
|
 |
|
Speed Demon
Lieutenant
Joined: Tue Feb 24, 2004 3:00 am Posts: 676 Location: USA
|
Yea, that script needs to be recompiled for 2.03 is all.
I’m at work right now so I can’t try it out to see if it is working or not but I was having no problems last night with the scripts that check to see if TWX is registered or not but I’ll try it again tonight when I get home.
_________________ Speed Demon launched a Photon Missile somewhere! Speed Demon invaded Mt EverHard!! Speed Demon captured Farscape's StarMaster! Speed Demon DESTROYED Farscape's *** Escape Pod ***! Speed Demon launched a Photon Missile somewhere!
|
| Mon Mar 14, 2005 5:49 pm |
|
 |
|
typh00n
Chief Warrant Officer
Joined: Sun Mar 30, 2003 3:00 am Posts: 186 Location: USA
|
aye, previously compiled .cts scripts don't seem to run in 2.03. It was made clear this was the case with the beta, apparently its the case with this last release as well. I've also gotten some interesting error messages when loading some of my .ts scripts,
i.e.
Script compilation error: IF/WHILE .. END structure mismatch, line 647
However the script is only 646 lines long. The script also runs fine under 2.02 - which is fairly good at catching sloppy code. I'm not really on the up and up wit regards to the finer details of a compiler, so I don't have any insight to offer, except that this seems to make 2.03 slightly impractical for active gameplay in the nearest future.
|
| Mon Mar 14, 2005 6:20 pm |
|
 |
|
Slim Shady
Gameop
Joined: Thu Jun 06, 2002 2:00 am Posts: 2371 Location: USA
|
typhoon, i had that EXACT thing happen long ago.
i don't however recall the fix...
heh.
talk to hoggie, he might remember.
_________________ Ask Slim!
--==[The Outfit]==--
|
| Mon Mar 14, 2005 6:24 pm |
|
 |
|
Mantis
Warrant Officer
Joined: Sun Dec 12, 2004 3:00 am Posts: 97 Location: USA
|
Typhoon - my guess would be you have an IF or a WHILE statement somewhere in the script without a corresponding END statement and the compiler is checking past the last line looking for the missing END.
|
| Mon Mar 14, 2005 7:00 pm |
|
 |
|
ElderProphet
Commander
Joined: Tue Oct 07, 2003 2:00 am Posts: 1134 Location: Augusta, GA
|
Mantis is dead on. 2.02 wasn't as picky about the End statement, allowing some improperly terminated If/While statements to slip through. Xide added a check in 2.03 to ensure that each If/While statement was properly terminated with a corresponding End.
Slim, the fix was to either find the unterminated If/While, or be sloppy and just tack on an End as the last line.
If anyone would like to post the necessary changes to the source .pas files so that it can be compiled with later versions of Delphi, that would be most helpful. The more detail, the better.
+EP+
_________________ Claim to Fame: only guy to ever crack the TW haggle algorithm, and fig/shield/hold price formula, twice.
|
| Mon Mar 14, 2005 11:43 pm |
|
 |
|
Kimsanee2
Gunnery Sergeant
Joined: Tue Mar 08, 2005 3:00 am Posts: 23 Location: USA
|
EP check the readme file in .\components\ics. That should pretty well explain the changes neccesary.
Kimsanee
|
| Tue Mar 15, 2005 8:15 am |
|
 |
|