Castle Paradox Forum Index Castle Paradox

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Gamelist   Review List   Song List   All Journals   Site Stats   Search Gamelist   IRC Chat Room

Compiling

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
Leonhart




Joined: 25 Feb 2004
Posts: 383
Location: Philippines

PostPosted: Thu Mar 11, 2004 1:02 am    Post subject: Compiling Reply with quote

Ok, now can anyone give me step-by-step instructions on how to compile plotscripts in hssed. I'm using windows XP ryt now. I'm still stuck in compiling!!!! Where should i save the file? how can i compile? what should be the file name? Pissed off!
Back to top
View user's profile Send private message
Setu_Firestorm
Music Composer




Joined: 26 Mar 2003
Posts: 2566
Location: Holiday. FL

PostPosted: Thu Mar 11, 2004 5:35 am    Post subject: Reply with quote

Wow. A question in this board that I can answer.

Okay. HSSED is probably not your best shot at compiling, since it won't compile anything on my computer either. So here's what you need to do.

When you got OHRRPGCE, you also got a program called HSpeak.exe. This is the compiling program that HSSED is supposed to call on when you choose to compile. If HSSED won't do it, then take your script (I don't know if it works also with HSS files, but if not, you should be able to Copy and Paste your script in NotePad and save it as a .txt) and drag it into the HSpeak. Here, it will compile your script or tell you if you made a mistake in your code.

So, to summarize my garble:
- Drag your script file (HSS or TXT) into HSpeak
- It will automatically begin compiling unless it already has a compiled script under that name. If this is the case and you want to overwrite it, just press "Y" when it asks.
_________________


Facebook: http://www.facebook.com/georgerpowell
Newgrounds: http://setu-firestorm.newgrounds.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
TMC
On the Verge of Insanity




Joined: 05 Apr 2003
Posts: 3240
Location: Matakana

PostPosted: Thu Mar 11, 2004 9:35 pm    Post subject: Reply with quote

There is no reason to resave your scripts file as a txt. In fact, I didn't know it accepted txt's. Just drag your hss file onto HSpeak.

It is also a very good idea to disable 'close window on exit', so that you can actually read the error messages. To disable it, right click on HSpeak.exe, goto Properties --> Program --> Unselect 'Close on Exit' at the bottom.
_________________
"It is so great it is insanely great."
Back to top
View user's profile Send private message Send e-mail
Flamer
The last guy on earth...




Joined: 04 Feb 2003
Posts: 725
Location: New Zealand (newly discovered)

PostPosted: Fri Mar 12, 2004 2:58 am    Post subject: Reply with quote

it accepts *.txt
just like it accepts *.hss
because *.hss is a *.txt, only renamed *.hss
try it, drag a *.txt file onto HssEd and it'll open it all the same
_________________
If we were a pack of dogs, IM would be a grand Hound, CN would be a very ficious little pitball, and Giz...well, it doesn't matter breed he is, he'd still be a bitch Raspberry!
(no offense to anyone that was mentioned)
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Shineyest
What I say is what I am




Joined: 10 Mar 2004
Posts: 21
Location: Here

PostPosted: Fri Mar 12, 2004 7:55 am    Post subject: Reply with quote

It accepts all files because it is a text only editor with more functions than notepad
_________________
I am making a game about thieves
Back to top
View user's profile Send private message Send e-mail MSN Messenger
TMC
On the Verge of Insanity




Joined: 05 Apr 2003
Posts: 3240
Location: Matakana

PostPosted: Fri Mar 12, 2004 3:55 pm    Post subject: Reply with quote

No, I meant I did not know HSpeak accepted files other than those with an hss extension.


Quote:
Just drag your hss file onto HSpeak.



Looking through the HSpeak source code, it accepts all (Linux/DOS?) filenames but *.hs .
_________________
"It is so great it is insanely great."
Back to top
View user's profile Send private message Send e-mail
Me
HI.




Joined: 30 Mar 2003
Posts: 870
Location: MY CUSTOM TITLE CAME BACK

PostPosted: Fri Mar 12, 2004 4:44 pm    Post subject: Reply with quote

I use Windows XP, and HssEd compiles for me.
Leon, does it pop up with a "can't find the compiler" message every time? If that is the case, then click the "browse" button in the message box and find and double click on HSpeak.exe (it should be in the same directory as Custom.exe and game.exe). You only need to do this ONCE. After that, try compiling again. If your computer acts like mine, it should pop up with the same error message again. Not to worry, though - it actually HAS compiled your script. I don't know why it asks, but just click OK. Now, in the same directory as HSpeak.exe, there should be an HTML file called HS_ERROR.HTM. Open this file. It is the error messages that HSpeak.exe generates. If the file is blank, then your script has no problems and was compiled as <name of .hss file>.hs, and can be imported into Custom.exe. Otherwise, fix the errors, recompile with HssEd, and check HS_ERROR.HTM again.
_________________
UP DOWN UP DOWN LEFT LEFT RIGHT RIGHT A B START
Back to top
View user's profile Send private message AIM Address
Leonhart




Joined: 25 Feb 2004
Posts: 383
Location: Philippines

PostPosted: Fri Mar 12, 2004 8:29 pm    Post subject: Reply with quote

I'll try to check for errors...
thanks
Back to top
View user's profile Send private message
Leonhart




Joined: 25 Feb 2004
Posts: 383
Location: Philippines

PostPosted: Sat Mar 13, 2004 5:28 am    Post subject: Reply with quote

The problem wasn't Hssed at all.
The plotsripts that I copied and pasted were all wrong all along!

But I have a new problem=
Everytime I open GAME. EXE, this msg always show=

Either .EXE is already running or it terminated incoreectly last time it was run and was unable to clean up its temporary files. The operating systme is denying access to the files in C\WINDOWS\TEMP\playing.tmp

If this problem persists, manually delete playing.tmp


What the heck am I supposed to do? I can't test my game!
Back to top
View user's profile Send private message
TMC
On the Verge of Insanity




Joined: 05 Apr 2003
Posts: 3240
Location: Matakana

PostPosted: Sat Mar 13, 2004 2:35 pm    Post subject: Reply with quote

Do exactly as it says. Delete C:\Windows\Temp\playing.tmp. Please read the error message next time.

You don't need to go to the trouble of opening HS_ERROR.HTM if you just turn off 'close window on exit' for HSpeak.
_________________
"It is so great it is insanely great."
Back to top
View user's profile Send private message Send e-mail
junahu
Custom Title: 45 character limit




Joined: 13 Jan 2004
Posts: 369
Location: Hull, England

PostPosted: Thu Mar 25, 2004 6:10 am    Post subject: Reply with quote

The Mad Cacti wrote:
It is also a very good idea to disable 'close window on exit', so that you can actually read the error messages. To disable it, right click on HSpeak.exe, goto Properties --> Program --> Unselect 'Close on Exit' at the bottom.


Wow... I wonder why I didn't think of doing that. I used print screen to try and capture the brief half second the program displays the errors before terminating. Ha ha ha! silly me
_________________
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP! All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group