Ouchface
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 > Doom Builder 64 Released (Updated 9/25/11)
Pages (7): « 1 2 3 [4] 5 6 7 »  
Author
All times are GMT. The time now is 15:02. Post New Thread    Post A Reply
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00


There is no action defines after 254. Actions marked as 256 and beyond is considered to be a macro.

Old Post 09-24-11 07:00 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10


What is the "Thing Fade Out" action used? I see it mostly used in original maps before spawning a monster.

About my map, it is about to be finished, but lets hope it is enjoyable.

Old Post 09-24-11 17:20 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



C30N9 said:
What is the "Thing Fade Out" action used? I see it mostly used in original maps before spawning a monster.

About my map, it is about to be finished, but lets hope it is enjoyable.



Simple, the tag is the thing TID and will cause it to fade out and be removed from level.

Old Post 09-24-11 17:42 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



Mithran Denizen said:
Awesome. Can we expect some kind of Dehacked/DECORATE/EDF mobj definition method in the near future? Or is one already present and I've passed it over entirely? Or am I an overeager ungrateful fool who should be happy with what he has been given? :)


Decorate support IS planned and is one of the top things to do for modding features. It may not be fully compatible with zdoom but it will support the majority of the basic mechanics.

Old Post 09-24-11 17:45 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10



Kaiser said:


Simple, the tag is the thing TID and will cause it to fade out and be removed from level.



Yeah it makes sense. But why it is used before spawning a monster? (MAP23, 3 Hell Knights before the 3 keys sequence code)

Also I found several issues, figured about pointing them out:

1- Baron of Hell's sprite image is actually one of Hell Knight's sprites.
2- I believe there are no variety in colors when editing more than 1 sector. After clicking Ok all sectors' colors will be identical with the one first selected.
3- If a line with the action "Marco" edited. All of batches will be deleted from the Marco sequence.

You probably know these already. :P

EDIT: I remember while playing Absolution. There was a map that has a key, when approached, it will jump to another floor. I think it was one of Doomsday things. If it is here too I would totally use this effect.

Old Post 09-24-11 17:58 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
skadoomer
Member


Posts: 554
Registered: 01-01



Kaiser said:
There is no action defines after 254. Actions marked as 256 and beyond is considered to be a macro.


Oh wait, i get it now. I was thinking that they triggered a macro with different conditions instead of being a storage label for the macro sequence its-self.

Follow up question about batches: what are the conditions that would cause you to say "enough stuff has been put with this one batch, I need a new one". I'm assuming that unless otherwise stated, all batches execute sequentially from first to last when triggered. That being said, is there any significance to why some increment by 5 and others by 10?

Old Post 09-24-11 19:25 #
skadoomer is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10


First custom map :) (Not technically):
http://www.speedyshare.com/files/30459482/64_test.wad

This is a test map, but if it gets liked it is going to /idgames.

Please note the water teleport pad is not working, so you have to "noclip" back. I don't know, and whoever finds the reason tell me.

Hope you enjoy!

Old Post 09-24-11 20:28 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



skadoomer said:


Oh wait, i get it now. I was thinking that they triggered a macro with different conditions instead of being a storage label for the macro sequence its-self.

Follow up question about batches: what are the conditions that would cause you to say "enough stuff has been put with this one batch, I need a new one". I'm assuming that unless otherwise stated, all batches execute sequentially from first to last when triggered. That being said, is there any significance to why some increment by 5 and others by 10?



The way batches work is that it will execute all actions in that batch and then it will wait until the last action in that batch has finished. Once it has finished, it will begin executing everything in the next batch.

Old Post 09-24-11 21:24 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Dragonsbrethren
Forum Regular


Posts: 764
Registered: 03-09



skadoomer said:
Follow up question about batches: what are the conditions that would cause you to say "enough stuff has been put with this one batch, I need a new one". I'm assuming that unless otherwise stated, all batches execute sequentially from first to last when triggered. That being said, is there any significance to why some increment by 5 and others by 10?

The only thing I noticed was that when I first tried creating a fake bridge, if I grouped the floor and ceiling moves together in the same batch the ceiling (which came later in the batch) would never move, even though the movement actions were instant. So apparently any separate movements affecting the same sector need to be batched separately.

Old Post 09-24-11 22:19 #
Dragonsbrethren is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
hardcore_gamer
Fáviti Member


Posts: 1685
Registered: 03-07



C30N9 said:
First custom map :) (Not technically):
http://www.speedyshare.com/files/30459482/64_test.wad

This is a test map, but if it gets liked it is going to /idgames.

Please note the water teleport pad is not working, so you have to "noclip" back. I don't know, and whoever finds the reason tell me.

Hope you enjoy!



When I drag and drop the WAD on the doom64.exe or the launcher it just I just get an error message that says it can't read/use the WAD.

How are you suppose to use custom WADS with Doom64 anyways?

Old Post 09-25-11 01:35 #
hardcore_gamer is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00


in the launcher type -file <wad file> at the bottom

Old Post 09-25-11 01:53 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Dragonsbrethren
Forum Regular


Posts: 764
Registered: 03-09



C30N9 said:
First custom map :) (Not technically):
http://www.speedyshare.com/files/30459482/64_test.wad

This is a test map, but if it gets liked it is going to /idgames.

Please note the water teleport pad is not working, so you have to "noclip" back. I don't know, and whoever finds the reason tell me.

Hope you enjoy!


Some of the areas feel a bit cramped for the number of monsters you fight in them, but other than that and the broken teleporter this is pretty good.

Old Post 09-25-11 03:42 #
Dragonsbrethren is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
BlazingPhoenix
I was KingofFlames


Posts: 411
Registered: 10-05


Had to rename the file to get -file to see it. I thought it was a pretty enjoyable map but yeah I agree with Dragonsbrethren about the crampedness of the map.

Old Post 09-25-11 04:25 #
BlazingPhoenix is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
hardcore_gamer
Fáviti Member


Posts: 1685
Registered: 03-07



Kaiser said:
in the launcher type -file <wad file> at the bottom


That sounds a bit cumbersome compared to how you play Pwads for Doom/Doom 2 where you just drag and drop the files into the exe.

I personally find it easier to just load the first level in the Pwad into Doom Builder 64 and then press the "test" button.

Old Post 09-25-11 04:35 #
hardcore_gamer is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00


I could probably update the launcher where you can just browse for wads to add to the game.

Old Post 09-25-11 04:46 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Mithran Denizen
Senior Member


Posts: 1093
Registered: 05-10



hardcore_gamer said:
That sounds a bit cumbersome compared to how you play Pwads for Doom/Doom 2 where you just drag and drop the files into the exe.
If you just want a quick way to load Doom64 pwads via drag and drop, here is a windows batch file which took about 3 seconds to make:
code:
doom64.exe -file %1 %2 %3 %4
If you save that in a text file wherever DOOM64.EXE is, and change the .txt extension to .cmd, you should be able to drag pwads (up to 4 at a time) onto it to run them. If you add a full path to your executable, then you won't even need to keep the batch file in the Doom64 Ex directory.

Old Post 09-25-11 05:04 #
Mithran Denizen is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
footman
gimme DWJ3!


Posts: 1063
Registered: 03-01


http://www.mediafire.com/?8v57kh7r57fmih8

Here's one I threw together real quick. It's based off an old map I've done. Obviously I can do much better now, but critique is still welcome. :)

Old Post 09-25-11 06:37 #
footman 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



Mithran Denizen said:
you should be able to drag pwads (up to 4 at a time)


Here's a better batch file:
code:
doom64.exe -file %*

You should be able to drag pwads (up to sixteen billion gajillions and a half at a time). Disclaimer: requires Windows NT 4 or newer; so it won't work in Win98.

Old Post 09-25-11 09:29 #
Gez is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10



Dragonsbrethren said:

Some of the areas feel a bit cramped for the number of monsters you fight in them, but other than that and the broken teleporter this is pretty good.



Yeah, I'm not used to "Demon sized" Imps and some other monsters.

Footman, it was a good map. Nuff said. BTW how did you change the name? (Footman 1 in the auto-map)

Old Post 09-25-11 10:52 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
footman
gimme DWJ3!


Posts: 1063
Registered: 03-01



C30N9 said:


Yeah, I'm not used to "Demon sized" Imps and some other monsters.

Footman, it was a good map. Nuff said. BTW how did you change the name? (Footman 1 in the auto-map)

Mapinfo lump. :)

Old Post 09-25-11 11:13 #
footman is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
hardcore_gamer
Fáviti Member


Posts: 1685
Registered: 03-07



C30N9 said:


Yeah, I'm not used to "Demon sized" Imps and some other monsters.



In my opinion the fact that the monsters are much larger in Doom 64 is one of the things that made Doom 64 cool.

Also, whenever I start Doom Builder 64 I get some kind of an error about Skulltag and Zdoom, yet I can still make maps. Anyone else getting this?

Old Post 09-25-11 13:18 #
hardcore_gamer is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Gez
Why don't I have a custom title by now?!


Posts: 7036
Registered: 07-07



hardcore_gamer said:
Also, whenever I start Doom Builder 64 I get some kind of an error about Skulltag and Zdoom, yet I can still make maps. Anyone else getting this?


Do not install DB 64 in the same directory as DB 2.

Old Post 09-25-11 13:34 #
Gez is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10



Gez said:


Do not install DB 64 in the same directory as DB 2.



It doesn't matter, mine is on separate folder, and I still get the same errors.

Do you mean not putting the 2 builders in the same outer directory? (Program Files\Doom Builder 2 and Program Files\Doom Builder 64)

Old Post 09-25-11 13:42 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
hardcore_gamer
Fáviti Member


Posts: 1685
Registered: 03-07



C30N9 said:


It doesn't matter, mine is on separate folder, and I still get the same errors.

Do you mean not putting the 2 builders in the same outer directory? (Program Files\Doom Builder 2 and Program Files\Doom Builder 64)



I was wondering about this as well.

Doom Builder 2 is installed at:

C/program files(x86)/Doom Builder 2

While Doom Builder 64 is installed at:

C/program files(x86)/Doom Builder 64

And I still get those errors.

Old Post 09-25-11 18:32 #
hardcore_gamer is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00


If you can still use the editor then IGNORE THEM.

Old Post 09-25-11 19:58 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Dragonsbrethren
Forum Regular


Posts: 764
Registered: 03-09


I already sent Kaiser an email about this but for anyone else using the editor, be careful undoing changes while you're in 3D mode, I've had it crash on me a couple times now.

Old Post 09-25-11 23:13 #
Dragonsbrethren is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
gothic
Green Marine


Posts: 40
Registered: 12-10


Is it possible to add new music?

Old Post 09-26-11 01:41 #
gothic is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



gothic said:
Is it possible to add new music?


Yes, however it only accepts MIDI.

Old Post 09-26-11 01:43 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Mithran Denizen
Senior Member


Posts: 1093
Registered: 05-10


I crammed some notes into the Basic Overview article. The format could use some work, and I'm not sure how well it addresses the point of the article title, to be honest. What other sort of information should be included in the overview page?

Anyway, I tried to include some useful starting info, but I it might be a little much, I don't know. Some of it could likely be condensed, seperated into other articles, or perhaps deleted. Hopefully I didn't add in any stuff that is outright wrong, but there are a few points which I'm not 100% certain about, like whether or not the engine supports non-indexed color PNGs. (I know it doesn't seem to like the greyscale PNGs saved by Photoshop, but I haven't bothered to check any further than that.)

At least it's a start. I'll try to revise the page in the near future, and I have ideas for a few basic level tutorials as well, but it could probably use some love from another editor.

Old Post 09-26-11 04:40 #
Mithran Denizen is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



Dragonsbrethren said:
I already sent Kaiser an email about this but for anyone else using the editor, be careful undoing changes while you're in 3D mode, I've had it crash on me a couple times now.


Fixed now.. I hope.

Old Post 09-26-11 05:01 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 15:02. Post New Thread    Post A Reply
Pages (7): « 1 2 3 [4] 5 6 7 »  
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Doom Builder 64 Released (Updated 9/25/11)

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