Doom Comic
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 » ... Last »  
Author
All times are GMT. The time now is 15:01. Post New Thread    Post A Reply
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00


Update: Doom Builder 2 has been updated. Current link should redirect to the updated editor. This update includes fixes (temp workaround) to the nodebuilder and cleanup/fixes for the setup installer.

9/25/11 Fixes:
* Removed configs in scripting folder to avoid warnings on editor startup
* Fixed crash when undoing created sectors/lines while in visual mode

Decided to just release the editor now instead of waiting until all the tutorials are done. I barely have time to work on the tutorials and seems fair to just release the editor now instead of having to wait forever.

Download: https://sourceforge.net/projects/do...ols/builder64/?

A wiki has been added to document any tutorials related to Doom 64 modding. This wiki, while VERY bare, can be found here: https://sourceforge.net/apps/mediaw...title=Main_Page

I suggest anyone to read up on the Doom Builder 64 page to follow up on the changes and improvements.

I plan on adding more content to the wiki as time goes on but hopefully people can contribute tutorials and whatnot to the wiki.

This thread is to also discuss about the editor, what can be done to improve productivity and how-to's. I will be more than happy to answer any question related to level editing. And yes, the editor is still in development so expect some oddities.

Anyways, I am looking forward to what people can come up with.

Last edited by Kaiser on 09-26-11 at 04:55

Old Post 09-21-11 03:58 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Mechadon
Senior Member


Posts: 1787
Registered: 12-06


*high-five*

Your the man Kaiser! I'll play with this the first chance I get.

Old Post 09-21-11 04:32 #
Mechadon is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Marnetmar
Forum Staple


Posts: 2023
Registered: 09-10


Kaiser, if I was a woman I'd totally suck your dick.

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


Posts: 2672
Registered: 08-00



Marnetmar said:
Kaiser, if I was a woman I'd totally suck your dick.


That's pretty scary.

Old Post 09-21-11 05:02 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
footman
gimme DWJ3!


Posts: 1063
Registered: 03-01


Is it possible to use custom textures at all?

Old Post 09-21-11 05:03 #
footman is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



footman said:
Is it possible to use custom textures at all?


Yes. Simply create the TT_START and TT_END markers and place your PNG textures in between. Done. I also have a screenshot demonstrating custom textures in that post-your-doom-screenshot thread.

Doom64 though has zero tolerance for non-power of two textures.

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


Posts: 1063
Registered: 03-01



Kaiser said:


Yes. Simply create the TT_START and TT_END markers and place your PNG textures in between. Done. I also have a screenshot demonstrating custom textures in that post-your-doom-screenshot thread.

Doom64 though has zero tolerance for non-power of two textures.

Ah, nice. Thanks!

Old Post 09-21-11 05:08 #
footman is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
CodeImp
Moderator


Posts: 1461
Registered: 12-03


Good work! I like this.

Old Post 09-21-11 07:17 #
CodeImp is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
footman
gimme DWJ3!


Posts: 1063
Registered: 03-01


In testing my map, I get this error:
code:
********* ERROR ********* P_LoadLeafs: seg out of range: 1102 - 1101
Any idea what's up?

Old Post 09-21-11 07:27 #
footman is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
CodeImp
Moderator


Posts: 1461
Registered: 12-03


Two small issues:

- The setup installer overwrites the Doom Builder shortcut in the start menu. It would be nicer if it adds a Doom Builder 64 shortcut next to the original Doom Builder one. Let me know if you need help changing that.

- When starting the editor I get two errors:
code:
Unable to load the script configuration "ZDoom_ACS.cfg". Error: No such compiler defined: 'zdoom_acc' Unable to load the script configuration "Skulltag_ACS.cfg". Error: No such compiler defined: 'skulltag_acc'
But maybe I accedentially installed over an older version, so if you don't have this problem with a clean install then it is probably my mistake.

Old Post 09-21-11 07:33 #
CodeImp is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



footman said:
In testing my map, I get this error:
code:
********* ERROR ********* P_LoadLeafs: seg out of range: 1102 - 1101
Any idea what's up?


This is a dreaded bug with the node builder. Do expect this to happen often. Try recompiling. If that doesn't work then try removing sections and see if it fixes it. You can also send me the map so I can try to troubleshoot on why the nodebuilder is failing.

I really need someone with expertise to help me out with this sort of thing as I have very little experience with node builders.

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


Posts: 2672
Registered: 08-00



CodeImp said:
Two small issues:

- The setup installer overwrites the Doom Builder shortcut in the start menu. It would be nicer if it adds a Doom Builder 64 shortcut next to the original Doom Builder one. Let me know if you need help changing that.

- When starting the editor I get two errors:
code:
Unable to load the script configuration "ZDoom_ACS.cfg". Error: No such compiler defined: 'zdoom_acc' Unable to load the script configuration "Skulltag_ACS.cfg". Error: No such compiler defined: 'skulltag_acc'
But maybe I accedentially installed over an older version, so if you don't have this problem with a clean install then it is probably my mistake.


It was meant to be installed seperately so it might have accidentally overwritten your exising installation.

I'll look at the shortcut issue. This is my first time messing with Inno Setup 5

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


Posts: 1897
Registered: 10-00


Awesome work Kaiser, really great work that you have already done towards the modability of Doom64!

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


Posts: 764
Registered: 03-09


Awesome, can't wait to make something with this.

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


Posts: 1015
Registered: 11-10


Let's make a 64 community project! :P

EDIT: Some kind of a problem, a line with the action Macro is not triggered by dead monsters.

The role is a switch (which I don't know how to make its animation alive, on a one sided texture) that spawns mobs with TID "1". I have checked "Trigger on Death" on things and checked "Triggered by Dead things" on the Macro line. It should trigger a batch with the Floor Lower Fast action. But no results.

(The Macro line is from a dummy sector)

Last edited by C30N9 on 09-21-11 at 12:55

Old Post 09-21-11 09:04 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
DaniJ
Senior Member


Posts: 1740
Registered: 08-03



Kaiser said:


This is a dreaded bug with the node builder. Do expect this to happen often. Try recompiling. If that doesn't work then try removing sections and see if it fixes it. You can also send me the map so I can try to troubleshoot on why the nodebuilder is failing.

I really need someone with expertise to help me out with this sort of thing as I have very little experience with node builders.


Shoot me a PM Kaiser, I may be able to help with this.

Old Post 09-21-11 13:34 #
DaniJ is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



C30N9 said:
Let's make a 64 community project! :P

EDIT: Some kind of a problem, a line with the action Macro is not triggered by dead monsters.

The role is a switch (which I don't know how to make its animation alive, on a one sided texture) that spawns mobs with TID "1". I have checked "Trigger on Death" on things and checked "Triggered by Dead things" on the Macro line. It should trigger a batch with the Floor Lower Fast action. But no results.

(The Macro line is from a dummy sector)



Make sure the thing's TID matches the triggered line's tag.

Old Post 09-21-11 15:58 #
Kaiser 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



Kaiser said:
Simply create the TT_START and TT_END markers


Not T_START/T_END?

Old Post 09-21-11 16:00 #
Gez is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
Kaiser
Doom64 Guru


Posts: 2672
Registered: 08-00



Gez said:


Not T_START/T_END?



That's for the IWAD, TT_START/TT_END are for pwads. Though I think it MAY work if you use the T_START/END markers as well...

Old Post 09-21-11 16:09 #
Kaiser is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Carniverous Goat
Green Marine


Posts: 49
Registered: 07-09


Looks like your making more history here Kaiser. Can I safely assume there's gonna be a new frontier of projects regarding Doom Absolution? Not as in your old TC, but referring to Doom64's original name. Midway choose the title to be "The Absolution", but Nintendo wanted to change the name to "Doom64" for console recognition. Maybe you should give it the old name back in honor of Midway's contribution to the Doom series.

But aside from that, I'm really happy you got the Builder released! I hope to see more strides in this this particular Doom game itself.

Old Post 09-21-11 16:36 #
Carniverous Goat is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
D_GARG
Forum Regular


Posts: 797
Registered: 12-09


OOMG!!11! I will drown in this!

Im totaly flying for this

Old Post 09-21-11 16:46 #
D_GARG is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10



Kaiser said:


Make sure the thing's TID matches the triggered line's tag.



Actually it turned out my problem was another line tagged with "1", which solved the problem by adding a Macro instead of direct action. Thanks anyway.

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


Posts: 1015
Registered: 11-10


I'm going to add tutorials at the wiki, since I used the builder before.

Old Post 09-21-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:
I'm going to add tutorials at the wiki, since I used the builder before.


Be sure they're Doom64-specific, thanks!

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


Posts: 1015
Registered: 11-10


I wish I could help but I'm not allowed, I have to be an "editor".

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


Posts: 2672
Registered: 08-00


It's set to allow all users to edit. Maybe it doesn't allow anonymous users?

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


Posts: 1015
Registered: 11-10


I'm a member. "C30n9"

Old Post 09-21-11 18:05 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Mithran Denizen
Senior Member


Posts: 1093
Registered: 05-10


Assuming I can get off my ass, I'm willing to write up some tutorial stuff as well. Over the last couple of weeks I've had a lot of fun playing with the new lighting and macro systems, as well as the fake 3d architecture. I've also been quite pleased about how the game accepts custom textures without having to build a TEXTUREx lump.

Old Post 09-21-11 18:11 #
Mithran Denizen is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
C30N9
Senior Member


Posts: 1015
Registered: 11-10



Mithran Denizen said:
as well as the fake 3d architecture.


You gotta teach me that!

Old Post 09-21-11 18:15 #
C30N9 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
D_GARG
Forum Regular


Posts: 797
Registered: 12-09


what .. wait, a DOOM64 copy?

now I dont understand how this is DoomBuilder for Doom64

or should I take some file and insert it my DB directory?

Old Post 09-21-11 18:18 #
D_GARG is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 15:01. Post New Thread    Post A Reply
Pages (7): [1] 2 3 4 » ... Last »  
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