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

This Month's Specials

BCT Commander- Save $6.00
World Supremacy- Save $10.00

   







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

Reply
 
Thread Tools Display Modes
  #1  
Old February 28th, 2004, 06:34 PM
PvK's Avatar

PvK PvK is offline
National Security Advisor
 
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
PvK is on a distinguished road
Default Re: More Modding Questions

It probably is harder to code, but it would be nice to be able to add pretenders. One drawback is that it's hard to limit which nations can use the modded pretenders, since most pretenders can be used by more than one nation. Also it can be a giveaway when such a mod is used in MP - the human players know that their opponents are not using any pretenders which have been replaced.

PvK
Reply With Quote
  #2  
Old February 28th, 2004, 06:42 PM
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: More Modding Questions

Quote:
Originally posted by Ctennyson:
I wanted to add a Niefel Giant to the Jotun choices for jotunheim....
What is wrong with the Son of Niefel?
__________________
www.illwinter.com
Reply With Quote
  #3  
Old February 28th, 2004, 07:28 PM

Ctennyson Ctennyson is offline
Corporal
 
Join Date: Jan 2004
Location: Canada
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Ctennyson is on a distinguished road
Default Re: More Modding Questions

Different graphic? Hey, choice is good!

2 problems with the swap out approach. to do a swap out I'd need to ADD a graphic to the game, and my artistic skills are not pretty. Plus, the Niefel Giant has a perfectly good and usable picture already. Ripping the art out of the game files would be neat, but I'm not that good, either.

The Niefel Giant would have a different magic path than the Son of Niefel, which is the real reason, also, Son of Niefel sounds patronizing to me, somehow, and modding the name, while certainly easiest, wasnt the initial approach I chose to take.

It may turn out just modding the Son is what I do, but like wanting ambidexterity for the Demon Pretender I modded, but not wanting to use the Moloch, this time its adding a pretender to a nation.

#reccom
#recunit
#recpretender?

Why not, add the pretender to the list. There is already easy functionality for removing a mod from your list when starting the game, to prevent MP from being ruined.
Reply With Quote
  #4  
Old February 28th, 2004, 07:35 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: More Modding Questions

Lists are important things in programming. You often have to set the size at the very beginning and not exceed it. Plus you are asking it to go from an absolute that can be set in the beginning to a flexible one that will have to check itself each time the game is brought up. Thre are other considerations for display also. Many checks would have to be added to make sure that nothing is done that can crash the game.

As far as ripping graphics as far as I know that hasnt been done at all yet. I think everyone just plays the game and captures the image of what they want. When its on the screen hit the "print screen" key in the upper right of the keyboard. That will capture whatever you are looking at. Open a paint program (even that free one that came with the machine) and hit "Edit" then "Paste", trim and save.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote
  #5  
Old February 28th, 2004, 10:29 PM

Ctennyson Ctennyson is offline
Corporal
 
Join Date: Jan 2004
Location: Canada
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Ctennyson is on a distinguished road
Default Re: More Modding Questions

I have a diploma in programming, so I have an excellent idea of whats likely to be difficult and what isnt. Judging from how the nations are setup, changing which and what pretenders would not be hard to code. The only possible snag I see, and possibly why it hasnt been enabled, is that it may mess with multiplayer, enabling people to play with "cheated" gods. As far as how lists are important, Jotunheim has 20 gods, and Marignon has 14, so obviously the ability to have more and less gods is in there. I'd postulate that each nations #nation file that we CANT see, has a Pretender list, and that Johan and Kris could easily add a pretender to it by adding a #addpretender newguy to it. Or whatever the specific code is.

I play SP only, so far, so I dont much care about the cheating aspect, but I'd like to be able to add pretenders instead of replacing. I'd like to add Nataraja to some other nations, as well, for example. I don't really sweat over balance, but I'd love to test some stuff out. It isnt like my head will pop off if I cant do it, or anything, but it'd be swell.

Edit: Many checks are already in the game to make sure you cant crash it, and adding a Pretender check is redundant, since its already in the game. Try adding something illegal to an existing pretender for evidence. Nagot Gick Fel!
I also have Photoshop 8, but I am not terribly competent at cutting, editing, and managing images, so I dunno that getting a picture of a pretender will work out...

[ February 28, 2004, 20:33: Message edited by: Ctennyson ]
Reply With Quote
  #6  
Old February 29th, 2004, 07:28 AM

Ctennyson Ctennyson is offline
Corporal
 
Join Date: Jan 2004
Location: Canada
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Ctennyson is on a distinguished road
Default Re: More Modding Questions

More issues. When modding the moloch, and using #clear, it clears ambidextrous. Lol!

No way to add it back, so if you need to remove the demonic/etc stuff, but you want an ambidextrous pretender, looks like it'll need to wait.

[ February 29, 2004, 05:30: Message edited by: Ctennyson ]
Reply With Quote
  #7  
Old March 1st, 2004, 06:16 AM
Vger's Avatar

Vger Vger is offline
Corporal
 
Join Date: May 2001
Location: Oxon Hill, Md. USA
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Vger is on a distinguished road
Default Re: More Modding Questions

Hi,

Hope you don't mind my barging in. I've redone Unwise's flags and wanted to know where to send the mod? Do I send it to info@illwinter?

Thanks,
V'ger gone
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 10:35 AM.


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