BadCompany Posted November 20, 2009 Hi, I'm again. How I can create endless (optic) horizons? When I building a normal level, a wall closing them. But I would create a open-air level. I know, the ceiling setting to height 0 (at floor height) is a option, but it's show like very stupidly without floor behind the level border. I use DoomBuilder 1, (G)Zdoom in Doom format. 0 Quote Share this post Link to post
Ultraboy94 Posted November 20, 2009 find the line you want to make a horizon and add linedef 9 to it. 0 Quote Share this post Link to post
Guest DILDOMASTER666 Posted November 20, 2009 Ultraboy94 said:find the line you want to make a horizon and add linedef 9 to it. Not in ZDoom in Doom format, you don't. There is no valid special in ZDoom in Doom format that equates to Line_Horizon, as far as I know. 0 Quote Share this post Link to post
Blzut3 Posted November 20, 2009 Fisk said:Not in ZDoom in Doom format, you don't. There is no valid special in ZDoom in Doom format that equates to Line_Horizon, as far as I know. You can always make one. ZDoom has had xlat lumps for a long time which describe how to translate doom format maps into hexen format. 0 Quote Share this post Link to post
Graf Zahl Posted November 20, 2009 ... and look what the default xlat contains: 337 = 0, Line_Horizon () 0 Quote Share this post Link to post
BadCompany Posted November 21, 2009 Can you me tell about "xlat translation"...? What is it? How I do to this? Must I transform doom format to hexen format? (I wouldn't doing to this.) 0 Quote Share this post Link to post
Enjay Posted November 21, 2009 When Zdoom plays a normal Doom format map, it converts it "on the fly" at run time. I think the xlat files are what Zdoom uses internally to to do this. You can find them in zdoom.pk3. Reading them will show you the line type numbers etc in Doom format that correspond to Hexen-style features. So, from what Graf posted, you can use line type 337 in Doom format to get the same effect as line type 9 ( Line_Horizon) in Hexen format. 0 Quote Share this post Link to post
BadCompany Posted November 21, 2009 Very thanks. It's running. :-D Where I can find a list about Translate lindef numbers? In zdoom.pk3? 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.