The Dink Network

IMPORTANT: To all playing "The Green Voice in my Head"

Green Voice in my Head (The) - Part 1 - Hangover & Agony

October 5th 2003, 01:05 PM
peasantmg.gif
Raven
Peasant He/Him Sweden
 
When I tested the game, I always pressed SPACE when taking the tournament info paper. Doing that, the four sentences Dink and SBV says will be said faster and the game will not be frozen - so when looking at the tournament info paper, press space for every sentence dink and SBV says (which will make them go away faster) and there will be no problem.

I will fix this to next version, but you can fix it yourself to if you want, and you don't have to download any patch, it's not complicated. Do like this:

You have open the "story" folder inside the "TGVimH1.1" folder. Find the file "sicu2.d"

Replace those four lines:

say_stop("`3 Oh dear, oh dear...", &current_sprite);
wait(3000);
say_stop("`3 It can't, It can't be true *sob*", &current_sprite);
wait(3000);

with

say_stop_npc("`3 Oh dear, oh dear...", &current_sprite);
wait(3000);
say_stop_npc("`3 It can't, It can't be true *sob*", &current_sprite);
wait(3000);

and everything will be just fine. The whining port guard script, disturbs the paper script, when not using the say_stop_npc.
sorry.
//Raven
October 6th 2003, 03:42 AM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
Why are these .d files... not compressed? Just curious... as I can open it with notepad and not get the psuedo encryption .d files usually are?
October 6th 2003, 04:32 AM
peasantmg.gif
Raven
Peasant He/Him Sweden
 
Because I don't know how to compress them.

//Raven
October 6th 2003, 06:14 AM
death.gif
Windows XP won't open the file sicu2.d but offers to send you to a site where you can dl c++ or others to help read the file. I didn't dl since I'm not familiar with this nor able to determine which option was the best one. Is the uncompressed file why windows couldn't read it?

Correction: windows couldn't OPEN it.
October 6th 2003, 08:26 AM
peasantmg.gif
Raven
Peasant He/Him Sweden
 
Strange. I can open it in "notepad". Anyway, I have sent in a patch that fixes this freeze-bugg, to redink. It will probable be on the Dink Network soon.

//Raven
October 7th 2003, 04:56 AM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
Compressing them is extremely simple. Download FFCreate 2 and run it in your story directory. I'm not sure if this still applies in Redink's version, but in the original version it is important you keep your filenames are only 8 characters long.

Tell me, you didn't manually change each and every file's extension did you
October 7th 2003, 05:06 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Er... FFCreate 2 is for graphics, silly Kyle. compile.exe and compall.bat (in the develop directory) are for 'compiling' scripts.
October 7th 2003, 05:51 AM
peasantmg.gif
Raven
Peasant He/Him Sweden
 
No Kyle i didn't compiled them manually

I just tought that .d was a script file and .c the compiled version.

//Raven