View previous topic :: View next topic |
Author |
Message |
Leonhart

Joined: 25 Feb 2004 Posts: 383 Location: Philippines
|
Posted: Thu Mar 11, 2004 1:02 am Post subject: Compiling |
|
|
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?  |
|
Back to top |
|
 |
Setu_Firestorm Music Composer

Joined: 26 Mar 2003 Posts: 2566 Location: Holiday. FL
|
Posted: Thu Mar 11, 2004 5:35 am Post subject: |
|
|
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 |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Thu Mar 11, 2004 9:35 pm Post subject: |
|
|
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 |
|
 |
Flamer The last guy on earth...

Joined: 04 Feb 2003 Posts: 725 Location: New Zealand (newly discovered)
|
Posted: Fri Mar 12, 2004 2:58 am Post subject: |
|
|
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
(no offense to anyone that was mentioned) |
|
Back to top |
|
 |
Shineyest What I say is what I am

Joined: 10 Mar 2004 Posts: 21 Location: Here
|
Posted: Fri Mar 12, 2004 7:55 am Post subject: |
|
|
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 |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Fri Mar 12, 2004 3:55 pm Post subject: |
|
|
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 |
|
 |
Me HI.

Joined: 30 Mar 2003 Posts: 870 Location: MY CUSTOM TITLE CAME BACK
|
Posted: Fri Mar 12, 2004 4:44 pm Post subject: |
|
|
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 |
|
 |
Leonhart

Joined: 25 Feb 2004 Posts: 383 Location: Philippines
|
Posted: Fri Mar 12, 2004 8:29 pm Post subject: |
|
|
I'll try to check for errors...
thanks |
|
Back to top |
|
 |
Leonhart

Joined: 25 Feb 2004 Posts: 383 Location: Philippines
|
Posted: Sat Mar 13, 2004 5:28 am Post subject: |
|
|
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 |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Sat Mar 13, 2004 2:35 pm Post subject: |
|
|
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 |
|
 |
junahu Custom Title: 45 character limit

Joined: 13 Jan 2004 Posts: 369 Location: Hull, England
|
Posted: Thu Mar 25, 2004 6:10 am Post subject: |
|
|
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. silly me _________________
 |
|
Back to top |
|
 |
|