Chaosforge Forum

DoomRL => Bug Reports => Topic started by: ParaSait on May 02, 2008, 12:20

Title: Starting position
Post by: ParaSait on May 02, 2008, 12:20
I recently saw Blade's video runs and I saw that he started at the right side of the level. But I always start at the top left corner o_O. I thought that was normal, until I saw the run! Is this an error?
Title: Re: Starting position
Post by: Blade on May 02, 2008, 12:27
Check doomrl.ini, value
Code: [Select]
Frontal          = FALSE;
It should be TRUE if you want to start at the front.

Also there's a lot of other useful values there.)
Title: Re: Starting position
Post by: ParaSait on May 02, 2008, 12:51
Check doomrl.ini, value
Code: [Select]
Frontal          = FALSE;
It should be TRUE if you want to start at the front.

Also there's a lot of other useful values there.)

OK, thanks.