.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Shrapnel Community > The Honorably Discharged > Dungeon Odyssey

Reply
 
Thread Tools Display Modes
  #1  
Old October 15th, 2003, 06:50 AM

DarkStar DarkStar is offline
Corporal
 
Join Date: Apr 2001
Location: South Pasadena, CA
Posts: 153
Thanks: 0
Thanked 0 Times in 0 Posts
DarkStar is on a distinguished road
Default Mod Questions

I'm looking over doing a Mod for the game.

I see quite a few .TXT files I would need to change. Do these need to be changed by hand using a Text Editor or does the tilegen, and the other command line arg do it for me?

I know I would need to edit some of them by hand, but was wondering mostly about the terrain and map files.

There seems to be quite a bit that needs to be changed, can someone that has made a Mod give me an idea how much work/time we are talking about.

In my Mod I would like to add new items, monsters, and have an adventure that contains 2-3 towns, a wilderness, 4-5 dungeons each with 3-5 levels.

Maybe I should start with something smaller..
Reply With Quote
  #2  
Old October 15th, 2003, 08:23 AM
henk brouwer's Avatar

henk brouwer henk brouwer is offline
Sergeant
 
Join Date: Nov 2000
Location: netherlands
Posts: 369
Thanks: 0
Thanked 0 Times in 0 Posts
henk brouwer is on a distinguished road
Default Re: Mod Questions

Quote:
Originally posted by DarkStar:
I'm looking over doing a Mod for the game.

I see quite a few .TXT files I would need to change. Do these need to be changed by hand using a Text Editor or does the tilegen, and the other command line arg do it for me?

I know I would need to edit some of them by hand, but was wondering mostly about the terrain and map files.
Tilegen is very, very usefull for making tiles.
Just copy paste the textfiles it makes into the correct tilefile, and don't forget to change things like connection settings to their correct values. Starting dungeon oddysey with -mapgen will allow you to see wether your maps are generated the way they should, complete with monster generation and items, very usefull.

There are also a couple of usefull programs in the utilities folder, It's possible to make terrain files with the classfilegenerator (could have the name wrong) program, but you will need to change a lot of values manually afterwards. I haven't used the other two programs much, one can be used to search for and replace certain lines, I haven't used the other one.

Quote:

There seems to be quite a bit that needs to be changed, can someone that has made a Mod give me an idea how much work/time we are talking about.

In my Mod I would like to add new items, monsters, and have an adventure that contains 2-3 towns, a wilderness, 4-5 dungeons each with 3-5 levels.

Maybe I should start with something smaller..
My advice, from experience, would be to definitely start with something smaller . or at least make a first release after finishing your first town and dungeons. (That's what I'm doing, the current module has only 5 levels, but future Versions will have far more)

[ October 15, 2003, 07:25: Message edited by: henk brouwer ]
__________________
Dungeon odyssey modules:

Christmas module v1.05 (attached to first post)

Xerathul's Revenge v0.5
Reply With Quote
  #3  
Old October 17th, 2003, 09:38 PM

ace joh ace joh is offline
Corporal
 
Join Date: Aug 2002
Location: belgium
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
ace joh is on a distinguished road
Default Re: Mod Questions

Well, I've been lurking the forums some time , but have come up with some questions myself :
1. Are corpses implemented yet? I've seen them in some data files, but nothing uses it.
2. Is it possible to give a creature a natural ranged attack? I know you can set it's range and firing fx, but it doesn't seem to use it?? Do I always have to use spells in irder to let monsters shoot?
3. which of the "syspics" can be overwritten by a module? The manual only says some can't like MainUI...

I've got more, but can't remember them right now . Thanks all, and hi
__________________
http://www.projectxenocide.com
Reply With Quote
  #4  
Old October 17th, 2003, 10:05 PM
Akachaki's Avatar

Akachaki Akachaki is offline
Corporal
 
Join Date: Sep 2002
Location: Québec, Canada
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
Akachaki is on a distinguished road
Default Re: Mod Questions

Quote:
Originally posted by ace joh:
3. which of the "syspics" can be overwritten by a module? The manual only says some can't like MainUI..
I tryed adding a new spells.bmp to my mod folder to create a new spell picture and it was'nt working. But manual says that only the syspics that are'nt already loaded can be overwritten. spells.bmp should logicly only be loaded when loading a mod. I think it's a bug and I hope it'll be arranged, if there is a new patch...

[ October 17, 2003, 21:07: Message edited by: Akachaki ]
Reply With Quote
  #5  
Old October 17th, 2003, 11:23 PM
Rollo's Avatar

Rollo Rollo is offline
Brigadier General
 
Join Date: Jul 2001
Location: Kiel, Germany
Posts: 1,896
Thanks: 0
Thanked 0 Times in 0 Posts
Rollo is on a distinguished road
Default Re: Mod Questions

Quote:
Originally posted by ace joh:
Well, I've been lurking the forums some time , but have come up with some questions myself :
1. Are corpses implemented yet? I've seen them in some data files, but nothing uses it.
2. Is it possible to give a creature a natural ranged attack? I know you can set it's range and firing fx, but it doesn't seem to use it?? Do I always have to use spells in irder to let monsters shoot?
3. which of the "syspics" can be overwritten by a module? The manual only says some can't like MainUI...

I've got more, but can't remember them right now . Thanks all, and hi
1. Not sure if corpses are working, but you could always make the monster 'drop' a corpse item when it is slain. I have seen several corpses in Henk's new module. So it must work one way or other.

2. Natural range range attacks are not possible to my knowledge. One thing I did with the elvish archers in my mod is give them a magic missle which looks like an arrow . That is the closest I got.

[ October 17, 2003, 22:24: Message edited by: Rollo ]
__________________
SE4
Devnull Mod Gold:
Version 1.80
Dungeon Odyssey:
Hack and Slash
Version 0.53e
Reply With Quote
  #6  
Old October 18th, 2003, 08:33 AM

ace joh ace joh is offline
Corporal
 
Join Date: Aug 2002
Location: belgium
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
ace joh is on a distinguished road
Default Re: Mod Questions

Ok, thanks all for replying. I guess it's waiting for a new patch to include these features then . Although my guess is Aaron will first work some more on starfury...

yeah, I tried including a new spellfxmissiles pic, but didn't work either. Also tried adding a new pic in the 'effects.txt' file
Number Of Effect Bitmaps := 6
Bitmap 1 Name := spellfxmissiles.bmp (tried changing this one in something else)
Bitmap 2 Name := SpellFXAnim1.bmp
Bitmap 3 Name := SpellFXAnim2.bmp
Bitmap 4 Name := SpellFXAnim3.bmp
Bitmap 5 Name := SpellFXAnim4.bmp
Bitmap 6 Name := SpellFXAnim5.bmp

but the game didn't seem to take it into account. I also wonder why MainUI is actually loaded on startup, the main menu and submenus seem logical, but MainUI is used only once you have actually started the game, right?

[ October 18, 2003, 07:38: Message edited by: ace joh ]
__________________
http://www.projectxenocide.com
Reply With Quote
  #7  
Old October 18th, 2003, 04:34 PM
Akachaki's Avatar

Akachaki Akachaki is offline
Corporal
 
Join Date: Sep 2002
Location: Québec, Canada
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
Akachaki is on a distinguished road
Default Re: Mod Questions

The best thing would be that the game reload all the syspics when loading a game or a mod. This would be something prety interesting to see in a new patch. But Aaron will probably make one for starfury first as you said.

I guess patience is the only possibilty.

Justin
Reply With Quote
  #8  
Old October 20th, 2003, 10:16 AM
henk brouwer's Avatar

henk brouwer henk brouwer is offline
Sergeant
 
Join Date: Nov 2000
Location: netherlands
Posts: 369
Thanks: 0
Thanked 0 Times in 0 Posts
henk brouwer is on a distinguished road
Default Re: Mod Questions

Quote:
Originally posted by ace joh:
Ok, thanks all for replying. I guess it's waiting for a new patch to include these features then . Although my guess is Aaron will first work some more on starfury...
I hope he will make a new patch for DO, it might help if the forums pick up some speed, and if there are some more modules released.

oh, and welcome to the forums!
__________________
Dungeon odyssey modules:

Christmas module v1.05 (attached to first post)

Xerathul's Revenge v0.5
Reply With Quote
Reply

Bookmarks


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 On

Forum Jump


All times are GMT -4. The time now is 09:11 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.