New Doom Forums  
Using InFine and XG secs,walls etc. ? - New Doom Forums
Go Back   New Doom Forums > NEW DOOM > DOOM Series

Reply
 
Thread Tools Display Modes
Old July 20th, 2004, 06:16 AM   #1
Hannibal
Guest
 
Posts: n/a
Question Using InFine and XG secs,walls etc. ?

hi there!

Not to be a nOOb, but there is something I just cant find out, and I wasnt able to find any help in other posts... the tutorials are listing every command, but not how to use the script(s) in the map.

How do I integrate written InFine-scripts in a wad-file // preferably a single-wad, not the doom.wad

And btw, how do I use these XG-things? Can I edit then with a map-editor, or do I have to script them and how do I integrate the script afterwards?

Any help would be welcome here, 'cause I like mapping very much (I even mapped in the original-doom and Wolf3D times) and now with jDoom, I want to be able to create everything that is possible. I saw this xgtest.wad and.... wow, a red light sector in DooM !! Only knew this from the olde duke3D times...
  Reply With Quote
Old July 20th, 2004, 06:40 AM   #2
Wicked Anime Kid
Commander Keen
 
Join Date: Aug 2003
Location: The Lowlands
Posts: 3,135
This thread belongs in DHQ, but anyhow

InFine is just code that you code via into a ded with the InFine commands (read the ded reference).
XG is code for sectors and lines and some other stuff that you have to code yourself and give it a specific ID number and insert that with doombuilder for a line or sector type.

It all involves self coding and no editor stuff.

Hope that helps
Wicked Anime Kid is offline   Reply With Quote
Old July 20th, 2004, 09:12 AM   #3
Hannibal
Guest
 
Posts: n/a
yea... right....

the question is how do I insert the written XGcode in my map?
I haven't found any option in doombuilder for this and when I open some of the example-maps(xgtest.wad) I cant find seperate scripts in the Wad file, so where and how do I put in my code-file?
  Reply With Quote
Old July 20th, 2004, 10:06 AM   #4
DaniJ
 
Join Date: Apr 2003
Location: UK
Posts: 4,916
There are various different ways that DED and XG data can be included with your map. You can either supply them seperately in a mywad.ded (pure text file editable in any text editor), embed the data into the DD_DEFNS lump in your wad or put all the data files for your wad into a pk3 file. If you use XG you also have another option of compiling your XG data into a special lump called DD_XGDATA.

The method you choose depends on what you need to do and of course the method you prefer.

Do you use Doom Builder Hannibal?

Method 1: (for people who use Doom builder and want their ded built into the wad)
Open Doom Builder and when you start a new map select the jDoom game profile. Now when the map appears go to the file menu and click on Scripts. This menu contains all the jDoom specific lumps that can be edited in Doom Builder (DD_XGDATA has to be compiled so doesn't appear in this list). The one you want to choose is DD_DEFNS, this will open Doom Builders Script window. If you haven't already created a DD_DEFNS lump then you will now need to click the Make Script button.

This is where you can insert all your DED definitions and your XG line/sector classes (which is more convienient because the DD_DEFNS lump doesn't need to be compiled.

Ok so lets make a sector with a red light. Type this into Doom Builders script editor:
Code:
Sector Type {  Comment= "My Red Light"
  ID= 8000
  Red fn= "z"
  Green fn= "a"
  Blue fn= "a"
}
Once you've done that close the script editor. Now choose a sector you want your red light in and set the Sector Effect to 8000 (the ID number in the above Sector Type).

Thats it! Save your map then fire up Doomsday.

Hope that helps

Last edited by DaniJ; July 20th, 2004 at 10:18 AM.
DaniJ is offline   Reply With Quote
Old July 20th, 2004, 11:49 AM   #5
Hannibal
Guest
 
Posts: n/a
Talking

Thanks!

Now, I'll spend the whole night trying out scripts...

One more question: When I'm done with a map, where shall I put it online?
  Reply With Quote
Old July 20th, 2004, 12:46 PM   #6
Xerxes
Commander Keen
 
Xerxes's Avatar
 
Join Date: Apr 2004
Location: France
Posts: 715
Hm... interesting
thank DaniJ
Xerxes is offline   Reply With Quote
Old July 20th, 2004, 04:22 PM   #7
-Ki-
Commander Keen
 
Join Date: May 2004
Location: Inside a Sector
Posts: 368
Try looking up on the web "free website" and take you're pick.
-Ki- is offline   Reply With Quote
Old July 20th, 2004, 04:37 PM   #8
Mystic
 
Mystic's Avatar
 
Join Date: Mar 2004
Location: Edinburgh, Scotland
Posts: 2,975
you can upload or download doom stuff from these links. Use something like Cuteftp or ws_ftp.

ftp://3darchives.in-span.net/pub/idgames/incoming/
VIEW HERE

ftp://archives.3dgamers.com/pub/idgames/incoming/
UPLOAD HERE
__________________
so long and thanks for all the fish
Mystic is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:32 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
NewDoom.com © 2000-2009 Mindless Games & Entertainment. All Rights Reserved.