Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
DooMBoy

Quick Question

Recommended Posts

So let's say I have a texture I've imported. How do I turn this texture into a flat, and furthermore how do I import the flat using Deepsea?
Thanks.

Share this post


Link to post

DoomBoy, you know that there is this cool Help button in DeePsea....here and there? :)

Hit F7, hit DeePsea Graphics Editor, click the help button. You will see things like this:



Using DeePsea to add FLATs:

Depending on whether you play stock DOOM or one of the newer ports, the rules are slightly different for the engine recognizing new FLATs in your PWAD.

Stock DOOM looks for an F_END in your PWAD for the end of any new flats. The DOOM ports are a bit smarter and you insert a FF_START in front of your first FLAT and and FF_END after the last new FLAT.

You can create FLATs 3 different ways:


1. Make new graphic BMPs (sized to 64x64, unless you want hi-res FLATs) and import them using the F7/Import tool.

2. Create all the new FLATs as PWAD file(s) using DeePsea’s Graphic Editor Drawing Menu/Export all FLATs.

3. Draw or cut/paste images using DeePsea’s Graphics Editor Texture Drawing tool and save them directly or as new PWADs.

Various ways to put the new FLAT graphics in a PWAD:


A. Using the Group Command (registered only)

1. Use the the Group command (File menu) to combine them into one PWAD. When you create them in drawing they are automatically made part of your Open Files. If you cleared (Closed) the file, Open each FLAT file again.

2. Select Close All files (or else the next step won’t work).

3. Use the Rename/Ins/Del/Move option (F7 or Edit menu) and select the Grouped file with the new FLATs.

4. Add FF_START before the the first new FLAT and add FF_END and F_END after the last FLAT you have added. You can use Move to group them together if you like. (FF_START is only required - if - the names are new and did not exist before in the game.)

5. You can now read the file back in.

B. Using the F7/Import tool

1. Select your Target PWAD (the file to receive the FLATs).

2. Select your new BMPs that are the new FLATs.

3. Check the FLATS Import Option

4. Position the right Target lump location where you want to insert the FLATS

5. Press "Insert Target" if there is no FF_START in the level yet and make the lump name FF_START

6. Press "Insert Target" if there is no FF_END in the level yet and make the lump name FF_END (right after FF_START).

7. Press "Insert Target" and add F_END after FF_END for compatibility.

8. Now put the cursor at the FF_START and click to it hi-lights the Target list box

9. Press Save All Files and the new FLATs will be inserted after FF_START.

Hi-Res FLATS

Normally FLATs are 64x 64. For some ports you can make larger FLATs and these will be much bettter looking. It’s real simple to do this with DeePsea. Make your BMPs a multiple of 64x64, for example, 128x128. Then when you import this BMP the FLAT is automatically 64x64. Sizes available are 64x64, 128x128, 256,256, 512,512, 1024x1024 and 2048x2048.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×