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

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Multiplayer and AARs

Reply
 
Thread Tools Display Modes
  #61  
Old August 5th, 2007, 03:03 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

If you can wait some hours then we'll have the complete mod ready.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #62  
Old August 5th, 2007, 03:51 PM

Sombre Sombre is offline
BANNED USER
 
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
Sombre is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

Don't know where the original is gone, but attached is a version from me. It should be identical, but with some minor bug or something fixed and lacking a bit of the documentation.
Attached Files
File Type: zip 541325-CBcomplete 1.1 sombre.zip (45.6 KB, 284 views)
Reply With Quote
  #63  
Old August 5th, 2007, 03:59 PM
Jazzepi's Avatar

Jazzepi Jazzepi is offline
Major General
 
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
Jazzepi is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

I'll just wait for Ich's version

You know, I wish the mods exsisted in single folders. I think it was a big mistake to design the mod system so that you have a folder + a file outside the folder. It's very difficult to keep track of which files outside the folder belong to which mods, making cleaning up old/irrelevant mods difficult.

Jazzepi
Reply With Quote
  #64  
Old August 5th, 2007, 09:52 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

Status on the combined script:

Directory structure is prepared.
Nation IDs are aligned.
Namespaces are no trouble.

Unfortunately, monster, weapon and site IDs are used twice in quite a lot of cases, and not just for some mods. I tried to use a script by DrP to automate the reassignment of IDs, but it does not work too well (in particular with copystats), so I'll have to do it by hand. I'll catch some sleep before that.

After that, there are two more hurdles: description texts and sprites. I hope that there aren't too many of those...
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #65  
Old August 5th, 2007, 11:49 PM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

What are the copystats that it doesn't work on?

If copystats isn't one of the fields it recognizes, you just add it to the list of fields for monster IDs and it'll swap out the copystats ID with the indexed ID; if you can bounce me the input I can try it myself and see if something else is wrong.
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
Reply With Quote
  #66  
Old August 6th, 2007, 07:54 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

Quote:
DrPraetorious said:
What are the copystats that it doesn't work on?
There are a lot of copystats for unit id 2170 in Sombre's mods, Avernum for example but others aswell, and after mod mixing that ID is suddenly overwritten by the Enthralled Villagers from Sanguinia. Also, your script does not filter out multiple #modname, #description, #icon, #version, #domversion tags. I stopped checking for more after that.

On second thought, I think the copystats in Avernum may be an error. Sombre only defines the monster ID 2170 in Skaven.dm. I'm not sure if he doesn't copystats from CBcomplete somewhere, though, and it looks like your script does not fix copystats which happen across different mods.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #67  
Old August 6th, 2007, 08:44 AM

Sombre Sombre is offline
BANNED USER
 
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
Sombre is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

You're correct, it's an error in the avernum dm. Here is how to fix it.

Change all instances of 2170 in Avernum to 2797.

Then add this code to it.

#newmonster 2797
#copystats 1447
#armor "nothing"
#end

It's designed to give partial darkvision without getting a bunch of unwanted armour.

I'll update the files in the forums and let people know to redownload.
Reply With Quote
  #68  
Old August 6th, 2007, 08:44 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: New Game: Mods over Europe (recruiting players

ID reassignment is finished.
No sprite errors were encountered.
I had to scrap a lot of descriptions, will upload the combined mod shortly.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #69  
Old August 6th, 2007, 11:45 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Mod is ready

Okay, here is the combined mod that we're going to use for playing: deleted, use the one from http://www.shrapnelcommunity.com/thr...?Number=542057

Download and unpack into your mods folder. You only need to enable the "Mods over Europe" mod and create a new Mid Era game. You'll notice that the nation descriptions and national pretender descriptions are missing aswell as some descriptions of new units in the game. I tried to remove only redundant, useless or rarely encountered stuff, but since Dom3 has a severe limitation of description texts for mods, I had to scrap quite a bit.

If you want to see all the description texts for your nation for playtesting, go into the "ModsOverEurope-testing" folder and move the CBcomplete_1.2.dm file and the file for your nation into the mods folder, then enable them both in the mod preferences instead of using the "Mods over Europe" mod.

If you encounter some grave error, game crashes or similar, then please report them immediately. Your pretender files are in your savedgames/newlords folder. I expect that you create your pretender over the next days now and send it to me by Wednesday at the latest, together with the password you have chosen for it.

P.S.: You don't need to have any mod other than "Mods over Europe" enabled. You only need to enable the CBcomplete mod when you want to use your nation exclusively to see all the descriptions.
P.P.S.: If you want to use one of your national pretenders, then please tell me about it. I will add his description text to the final mod and remove some others instead.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief

Last edited by llamabeast; June 7th, 2009 at 05:58 AM..
Reply With Quote
  #70  
Old August 6th, 2007, 11:57 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Mod is ready

The map I will be using has around 100 land and 35 water provinces. That means 12.5 land provinces per player on average. I could maybe divide some of the provinces to increase the number, if somebody thinks that's not enough.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
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 11:48 AM.


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