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

This Month's Specials

Raging Tiger- Save $9.00
The Star and the Crescent- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 2: The Ascension Wars

View Poll Results: Are you interested?
Yes, I'll help develop a Dominions Roguelike! 9 13.85%
Yes, I'll play a Dominions Roguelike if someone develops one. 39 60.00%
No, I'm not interested. 4 6.15%
What's a Roguelike? 12 18.46%
What's Dominions? 1 1.54%
Voters: 65. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1  
Old September 11th, 2004, 10:13 AM
Nagot Gick Fel's Avatar

Nagot Gick Fel Nagot Gick Fel is offline
Major
 
Join Date: Sep 2003
Posts: 1,177
Thanks: 0
Thanked 1 Time in 1 Post
Nagot Gick Fel is on a distinguished road
Default Re: Gauging interest in a Dominions Roguelike...

Quote:
Vicious Love said:
Oh, and if you do end up using ASCII, instead of sprites, the Vampire Queen should be a navy blue, uppercase N.



Talk about undeserved honors.
__________________
God does not play dice, He plays Dominions Albert von Ulm
Reply With Quote
  #2  
Old September 11th, 2004, 09:06 PM
Ed Kolis's Avatar

Ed Kolis Ed Kolis is offline
General
 
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
Ed Kolis is on a distinguished road
Default Re: Gauging interest in a Dominions Roguelike...

OK, thanks for the advice, folks... now my little @-sign can run around the empty dungeon! Well, not exactly run as I haven't implemented the run commands yet; he can only move one square per keypress.

Now is there any trick to moving the cursor about on a console window? I tried to highlight the player with the cursor, but no matter what I did the cursor always stayed one square after the Last character printed! Is there a trick to this or is it just another Microsoft bug ? (I'm using .NET SDK 2.0 Beta so I should expect more bugs than is typical for a Microsoft product, if such a thing is possible )

Hmm, what to do next? Add monsters? Items? Terrain?

BTW, if anyone wants to see what I have so far, and is willing to download the .NET runtime 2.0 beta (or already has!), I've posted my work on my website: http://home.fuse.net/koliset/Programming/DomBand.rar . You'll need the .NET Framework 2.0 Beta runtime which you can find on Microsoft's website; sorry about the huge runtime which will soon be obsolete when the real 2.0 is released
__________________
The Ed draws near! What dost thou deaux?
Reply With Quote
  #3  
Old September 12th, 2004, 08:38 AM
Kristoffer O's Avatar

Kristoffer O Kristoffer O is offline
General
 
Join Date: Aug 2003
Location: Sweden
Posts: 4,463
Thanks: 25
Thanked 92 Times in 43 Posts
Kristoffer O is on a distinguished road
Default Re: Gauging interest in a Dominions Roguelike...

Next?

Probably some simple terrain that blocks the way. Trees or walls.

Then one simple immobile monster to kill. An Oracle perhaps. Or a Thing of Many Eyes.

Then remove the ability to hurt the enemy unless you have a weapon. Then add a spear to pick up and equip so you can wound the beast.

Good Luck!
__________________
www.illwinter.com
Reply With Quote
  #4  
Old September 12th, 2004, 11:46 AM

magnate magnate is offline
Sergeant
 
Join Date: Mar 2004
Location: London, UK
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
magnate is on a distinguished road
Default Re: Gauging interest in a Dominions Roguelike...

I was interested in the comment about not using Angband code. You could easily use a lot of the code to do stuff like draw the screen and move the character without spoiling the game for yourself. It's all in which files you look in. Try the z-*.c files for a start. (Actually start with main-ibm.c and go from there!)

For those of you who don't like Angband's somewhat arbitrary character level progression system, try Sangband. It has a skill system which is much more believable and engrossing.

My 2p on which bits of Dom2 to focus on putting into a roguelike: I'm with Vicious Love on this, it's the flavour that's important. So the 17 races are not only the character races but the monsters as well - you can add some code to prevent the player's own race turning up as monsters. The cheap units are the low-level monsters, and the more expensive ones start later on. So you start off killing scouts & LI, and work up to taking on iceclads and principes.

Setting it above ground has its advantages but is much harder to do. I'd start with a dungeon and add a wilderness once it's working.

There is already a spreadsheet which lists all the Dom2 spells, btw.

CC
__________________
There will be poor always, pathetically struggling - look at the good things you've got ...
-- from "Jesus Christ Superstar"
Reply With Quote
  #5  
Old September 13th, 2004, 03:26 AM
Tuidjy's Avatar

Tuidjy Tuidjy is offline
Major
 
Join Date: Apr 2004
Location: La La Land (California, USA)
Posts: 1,244
Thanks: 0
Thanked 30 Times in 11 Posts
Tuidjy is on a distinguished road
Default Re: Gauging interest in a Dominions Roguelike...

Do I have to do everything here?

The time period - immediately before the Ascension wars.
The hero - a disgruntled man who has an axe to grind with the Supreme Deity.
The setting - the hollowed mountain, capped by a tower, in which the One resides.
The enemies - the guards, worshippers, and piligrims from all seventeen races.
The vaults - trophies room from His ascension.
The special levels - single race levels, path themes, well known players.
The end boss - one of the pretenders of the original Dominion
The easter eggs - too many possibilities to mention

Steal, I mean borrow the code from ADOM, and Bob's your uncle.
__________________
No good deed goes unpunished...
Reply With Quote
  #6  
Old September 13th, 2004, 01:04 PM

rylen rylen is offline
Corporal
 
Join Date: Jul 2004
Location: clemson, sc
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
rylen is on a distinguished road
Default Re: Gauging interest in a Dominions Roguelike...

Quote:
Tuidjy said:
Do I have to do everything here?

The time period - immediately before the Ascension wars.
The hero - a disgruntled man who has an axe to grind with the Supreme Deity.
The setting - the hollowed mountain, capped by a tower, in which the One resides.
The enemies - the guards, worshippers, and piligrims from all seventeen races.
The vaults - trophies room from His ascension.
The special levels - single race levels, path themes, well known players.
The end boss - one of the pretenders of the original Dominion
The easter eggs - too many possibilities to mention

Steal, I mean borrow the code from ADOM, and Bob's your uncle.
Sounds really good. This was my v2 proposal.

Quote:

Another fun way to make it more Dominions themed would be to have magic site dungeons. For instance, you might find the bile marsh dungeon where you fight bog beasts, horned serpents and hydras. Or the cloud pillers packed with air elementals and storm demons. Or an overgrown graveyard with carrion animations.

Mostly what I meant by sites w/ guards on a world map. Great for down the line. Early on, I suggest just make the single theme levels.

Rylen
Reply With Quote
Reply

Bookmarks

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 On

Forum Jump


All times are GMT -4. The time now is 02:38 PM.


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