Cacodemon
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Texturing and Things questions
 
Author
All times are GMT. The time now is 16:18. Post New Thread    Post A Reply
foul_owl
Warming Up


Posts: 27
Registered: 11-11


Do flats have offsets?

Can Upper and Lower offsets be changed individually?

Can I define new Things in my levels? For example, create a new hanging corpse rather than just modify an existing one? Basically just interested in decorations for now.

Thanks!

Old Post 12-26-11 11:41 #
foul_owl is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
jdagenet
Junior Member


Posts: 168
Registered: 07-11


UDMF can do the first two and as for the corpse, you'll need to know DECORATE but, since you're just wanting to create a corpse (which isn't hard to do), you can probably look at the original DooM corpse's and just copy some of the properties.

Old Post 12-26-11 16:25 #
jdagenet is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Tango
Senior Member


Posts: 1148
Registered: 04-06


indeed, you can't manually align flats regularly, unless you are using a zdoom-based port and you can align it via script. second one is also a no (except UDMF apparently), but if you aren't already aware of the upper/lower unpegged settings, those may help you out, depending on what it is you want to do.

Old Post 12-26-11 20:20 #
Tango is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
foul_owl
Warming Up


Posts: 27
Registered: 11-11


No big deal for the first two, just wondering how vanilla doom handled those things. Interesting engine limitations, but not without workarounds. (could just use a texture that has the bitmap offset if needed)

For the last one, I will check out DECORATE. That looks promising, thanks!

Old Post 12-26-11 20:43 #
foul_owl is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
foul_owl
Warming Up


Posts: 27
Registered: 11-11


Wait, is decorate only for Zdoom? My target engine is vanilla/chocolate doom. I would like to be able to add new decorations without modifying the engine.

Old Post 12-26-11 20:45 #
foul_owl is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Olympus
Junior Member


Posts: 181
Registered: 12-10


Yes, DECORATE is for zdoom and zdoom-based ports, such as skulltag. To add a "new" corpse in vanilla doom, you will have to use Dehacked, and you can only replace things, as far as I know. That's about as much info as I can give, I'm a noob when it comes to this stuff :P

Old Post 12-26-11 21:32 #
Olympus is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
Kappes Buur
Member


Posts: 497
Registered: 11-02


With Doombuilder r1486 it is possible to align flats visually when the UDMF format is used.

http://i.imgur.com/vvzcl.png

Last edited by Kappes Buur on 12-26-11 at 22:26

Old Post 12-26-11 22:09 #
Kappes Buur is offline Profile || Blog || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
jdagenet
Junior Member


Posts: 168
Registered: 07-11



foul_owl said:
Wait, is decorate only for Zdoom? My target engine is vanilla/chocolate doom. I would like to be able to add new decorations without modifying the engine.

Yeah, you're probably out of luck then if you're using vanilla or chocolate.

Old Post 12-26-11 22:11 #
jdagenet is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Gez
Why don't I have a custom title by now?!


Posts: 7036
Registered: 07-07



foul_owl said:
I would like to be able to add new decorations without modifying the engine.

If it were possible, DECORATE and its equivalents wouldn't have been created.

And no, DeHackEd patches do not count. First, they modify the engine; secondly, they merely allow you to change how existing stuff behaves, not to add anything new.


Your choices are:
1. Forget about adding new decorations.
2. Sacrifice a number of existing mobj types equal to the amount of new decorations you want to add and wrap your brain around dehacked.
3. Use DECORATE, EDF, DDF, etc. to make your new decorations compatible with as many ports as possible; knowing that vanilla/Chocolate and PrBoom+ will be out.


For the offset stuff, you'll need either ACS or UDMF, which means ZDoom again. Alternatively, you can cheat by adding new flats and textures where you've set the offsets directly in the image.

Old Post 12-26-11 22:33 #
Gez is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
HXCpr0n
Mini-Member


Posts: 56
Registered: 08-10



foul_owl said:
Can Upper and Lower offsets be changed individually?
I was actually curious about this if anyone knows the answer, eg for the upper and lower offsets of a window or something. Otherwise, other methods work fine.

Old Post 12-27-11 16:59 #
HXCpr0n is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
EarthQuake
9.5 on the Richter!


Posts: 2745
Registered: 05-03


Not in vanilla. The only way you can get around this is by understanding how those flags work and design the map architecture around them, or in more severe cases, create custom textures that will fit on the walls you've already created by editing the texture, manually offsetting it, and reinserting it into your wad.

Old Post 12-27-11 20:10 #
EarthQuake is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
printz
CRAZY DUMB ZEALOT


Posts: 6838
Registered: 06-06


Actually, you won't really lose anything if you use Dehacked to define a few more decorations. You can sacrifice the dead lost soul, the duplicate gibbed player and even the dead monsters (you'll produce dead monsters anyway as a player). And you can safely replace SS nazi, commander Keen and final boss frames if you don't intend to use those.

Old Post 12-27-11 22:00 #
printz is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
EarthQuake
9.5 on the Richter!


Posts: 2745
Registered: 05-03


Also don't forget the blocking and non-blocking hanging corpse variations. I never could find a use for both types in a single wad...

Old Post 12-28-11 00:30 #
EarthQuake is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
foul_owl
Warming Up


Posts: 27
Registered: 11-11


Yeah those are good ideas! Thanks!! I might start by replacing those, then if I need more I could try Zdoom.

Old Post 12-28-11 02:03 #
foul_owl is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 16:18. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Texturing and Things questions

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is ON
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory