PDA

View Full Version : Hum... another weird problem!!!


jbc21
10-24-2002, 01:03 PM
OK, this time, I got another strange annoying problem :o :

I made 4 consecutive levels and, in the script, I left the "play all levels" enabled.
I can play all levels separately by choosing each one from the main menu. They load fine.

But when I tried to play them as one game, I have a problem to load from level 2 to level 3. The game simply crashes when level 3 loads. I can hear the first fraction of second of the music starting in the third level and then, the game crashes. Now, if I try to load the third level directly from the menu, it loads without any problem. How can this be? :confused:

Does anyone have an idea and a solution???? Oh, btw, it seems that this happens ONLY between level 2 and 3.

jbc21
10-24-2002, 01:44 PM
...bump...:(

Data
10-24-2002, 01:49 PM
Piega appears to be an expert at this so I would suggest that you send him a PM on the subject. I hope you have success. ;)

Collin
10-24-2002, 02:56 PM
Did you set it up right? I've had some problems with level jumping too, and you can read all about it in this thread (http://forums.eidosgames.com/showthread.php?s=&threadid=3266). Also, I've heard you need the same Lara (animations and stuff) in all the levels, or the game will crash...

jbc21
10-24-2002, 03:01 PM
Well, I don't think the problem comes from level jumping because I just connected the two levels in a normal way. And also both wads come from the same source. only a few objects are differents in the two wad.
But anyway thanks for the suggestions. I'll try to re-edit the wad.

Thanks also to Data for the idea of contacting Piega... I might do it a bit later (it's getting late here where I live... :o <-- it's me yawning)

psiko
10-26-2002, 09:33 AM
Originally posted by psiko
the resethub line is something more complex :)
It enables you to use different LARAs in the same game like TR3 :)
It works in this way:

resethub= #number of the level where lara has to go#

If in the script your first outfit is in the level number 3 and after this levels she has to go in the level 5 with a new outfit (or a new 3D and new weapons) simply write in the third level in the script this line:

resethub= 5

It works great.

in this case, on the script for your 2nd level write:

resethub= 3

(EDIT: ooops pardon me, sorry I haven't read the following posts... I found this on a previous explanation of this when someone had a similar problem.. uffff really sorry)

(2nd EDIT: for levels where you have to go up and down -as that linked tread asks- you have to use compatible laras so no problem going up and down, because the reset-hub-line in the script will make you to lose ALL the previous artefacts not used)

jbc21
10-26-2002, 09:40 AM
PSIKO!!!!!

......:cool: grazie mille :cool:....

I'll try that immediatly!!!!

Jbc21