.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 > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #111  
Old October 31st, 2007, 09:02 AM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

From a previous post:
Quote:
Are you now running SemiRandom from within the RanDom frontend? or are you running it directly by SemiRandom.exe?

If you are using just SemiRandom.exe directly, then you will have to manually change the SemiRandom.cfg settings. It sounds like SemiRandom is looking for a map named GANPLAINS.map and (odds are) not finding it, so generating this error.

If that is the case, try running it from RanDom, and remember to change the map name (bright yellow & red field) to a valid map (minus the '.map' extension).

Hope that helps!
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #112  
Old February 11th, 2008, 04:05 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

Attached to this post is a quick patch for SemiRandom. Upgrades SemiRandom v106 to v107.

To apply:
Replace SemiRandom.exe in your dominions3/SemiRandom folder with the one included in SemiRandom107patch.zip.

Fixes:
Start placement code will no longer ignore "nostart" flags in custom maps.
Attached Files
File Type: zip 580660-SemiRandom107patch.zip (125.3 KB, 651 views)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #113  
Old March 6th, 2008, 12:12 AM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

Attached to this post are a four new GAN province files in zip format.

Valley of the Sisters

To apply:
Paste the four ".gan" files into your SemiRandom/GAN_BIN directory and add the following four lines to GanList.txt (located in your SemiRandom/LIST_CRATE directory):

SISTERSET1_VL_U_R_OR_EMT_S_N_L_
SISTERSET2_VL_U_R_OR_FST_S_N_L_
SISTERSET3_VL_U_R_OR_WST_S_N_L_
SISTERSET4_VL_U_R_OR_PLN_S_N_L_

These are new and were not included in RanDom version 203.
Attached Files
File Type: zip 585712-ValleyOfTheSisters.zip (3.4 KB, 716 views)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #114  
Old March 12th, 2008, 09:57 PM

jscott jscott is offline
Private
 
Join Date: Feb 2008
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
jscott is on a distinguished road
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Updated

I am trying to use RanDOM and I get an error about my COMDLG32.OCX not being installed correctly or one of its dependencies not being installed correctly.

I have VB 6 installed and I re-downloaded it from Microsoft just to be sure.
Reply With Quote
  #115  
Old March 12th, 2008, 11:51 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

Sorry that you are having trouble jscott. I suspect that you have an older version of COMDLG32.OCX.

I have attached a version that should work for you. Just unzip and drop the control (file: COMDLG32.OCX) in your dominions3 folder with RanDom.exe. This should fix your problem without having to mess with the one in your system32 folder & without having to fiddle with your system registry.

Let me know if you are still having trouble.
Attached Files
File Type: zip 587981-Comdlg32.zip (60.7 KB, 746 views)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #116  
Old March 13th, 2008, 08:14 PM

jscott jscott is offline
Private
 
Join Date: Feb 2008
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
jscott is on a distinguished road
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

That did not work. I receive the same error message.

Both RanDom and the comdlg32.ocx file are now in my dominions3 main directory.
Reply With Quote
  #117  
Old March 14th, 2008, 12:07 AM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

You should be able to find comdlg32.ocx in your windows\system32 directory. It may be that you just need to re-register it by typing "regsvr32 comdlg32.ocx" from the command line in the system32 directory.

In case you are not familiar with the command line I will include more detail below.
You can get a command line from:
Start->Programs->Accessories->Command Prompt.

You should get a window with a black background and a blinking cursor. Type cd\ to take you back to root and then type cd windows\system32 to switch to the system directory.

Now type:
regsvr32 comdlg32.ocx

Then:
Exit

This will re-register the control and then exit command prompt.

Hope that helps.
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #118  
Old March 19th, 2008, 07:52 PM

jscott jscott is offline
Private
 
Join Date: Feb 2008
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
jscott is on a distinguished road
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

That did not work because the comdlg32.ocx file is not in my systems32 directory.

I used the one you sent me that I placed in my dominions3 directory and got an error that I could not register it. Research on the error indicated an elaborate fix involving permissions and regedit.

I'm giving up. Probably on Dom3 as a whole in fact. I'm not going to play MP and if the AI can't pick its dominion/scales even remotely intelligently, then I don't know why I'm bothering to play SP.
Reply With Quote
  #119  
Old March 26th, 2008, 11:54 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

Attached to this post are 32 new GOD pretender files and an updated Nations.cfg file in zip format.

NewGods.zip

To apply:
Paste the new Nations.cfg file in your SemiRandom directory. (This updates SemiRandom/RanDom2 to include the new Dominions3 v3.15 nations.)
Paste the 32 ".god" files into your SemiRandom/GOD_BIN directory and add the following lines to GodList.txt (located in your SemiRandom/LIST_CRATE directory):

BARIAN1_13_A_EA_
BARIAN2_13_A_EA_
BARIAN3_13_A_EA_
BARIAN4_27_A_MA_
BARIAN5_28_A_MA_
BARIAN6_29_A_MA_
BARIAN7_30_A_MA_
BARIAN8_31_A_MA_
BARIAN9_14_A_EA_
BARIAN10_32_A_MA_
BARIAN11_33_A_MA_
BARIAN12_34_A_MA_
BARIAN13_35_A_MA_
BARIAN14_36_A_MA_
BARIAN15_37_A_MA_
BARIAN16_38_A_MA_
BARIAN17_39_A_MA_
BARIAN18_40_A_MA_
BARIAN19_41_A_MA_
BARIAN20_42_A_MA_
BARIAN21_43_A_MA_
BARIAN22_44_A_MA_
BARIAN23_46_A_MA_SEA_
BARIAN24_47_A_MA_SEA_
BARIAN25_48_A_MA_SEA_
BARIAN26_69_A_MA_
BARIAN27_27_A_MA_
BARIAN28_29_A_MA_
BARIAN29_30_A_MA_
BARIAN30_31_A_MA_
BARIAN31_32_A_MA_
GANDALF1_40_A_MA_

These are new and were not included in RanDom version 203.
Attached Files
File Type: zip 591882-NewGods.zip (17.2 KB, 735 views)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #120  
Old March 27th, 2008, 11:51 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: RanDom v2.03 - Map gen & Semirandomizer... Upd

Attached to this post are 66 (number 7 was missing from my pack) new GAN province files in zip format created and contributed by Foodstamp.

JasonGanSet.zip

To apply:
Paste the 66 ".gan" files into your SemiRandom/GAN_BIN directory and add the following lines to GanList.txt (located in your SemiRandom/LIST_CRATE directory):

JASON1_U_R_OR_FST_S_N_L_
JASON2_U_A_OR_PLN_EMT_MNT_WST_SWP_FST_FRM_S_
JASON3_U_R_WST_L_
JASON4_U_A_OR_PLN_MNT_FST_FRM_S_N_L_
JASON5_U_A_OR_SEA_DEP_S_N_L_
JASON6_U_A_OR_PLN_FRM_S_N_L_
JASON8_U_A_OR_PLN_MNT_WST_SWP_FST_FRM_S_N_L_
JASON9_U_A_OR_PLN_SEA_DEP_EMT_MNT_WST_SWP_FST_FRM_ S_N_L_
JASON10_U_A_OR_MNT_S_N_L_
JASON11_M_A_OR_PLN_EMT_MNT_WST_SWP_FST_FRM_S_N_L_
JASON12_U_A_OR_PLN_FST_S_N_L_
JASON13_U_A_OR_SEA_DEP_S_N_L_
JASON14_U_A_OR_FST_S_N_L_
JASON15_U_A_OR_MNT_SWP_FST_S_N_L_
JASON16_LK_U_R_OR_SEA_DEP_S_N_L_
JASON17_U_A_OR_FST_S_N_L_
JASON18_U_A_OR_FST_S_N_L_
JASON19_U_R_OR_SWP_S_N_L_
JASON20_M_A_DS_
JASON21_IS_U_R_
JASON22_U_A_OR_FST_S_N_L_
JASON23_CLD_U_A_N_
JASON24_CLD_U_A_N_
JASON25_CLD_U_R_WST_N_
JASON26_U_A_OR_PLN_MNT_FST_FRM_S_N_L_
JASON27_U_A_OR_PLN_FRM_S_N_L_
JASON28_U_A_OR_FST_S_N_L_
JASON29_U_A_OR_EMT_MNT_FST_S_N_L_
JASON30_CLD_U_A_OR_S_N_L_
JASON31_U_A_OR_FST_S_N_L_
JASON32_U_A_OR_PLN_FST_FRM_S_N_L_
JASON33_U_A_OR_EMT_MNT_S_N_L_
JASON34_U_A_OR_SEA_DEP_WST_S_N_L_
JASON35_U_A_OR_SEA_DEP_S_N_L_
JASON36_TMP_U_A_OR_FST_FRM_S_N_L_
JASON37_TMP_U_A_OR_FST_S_N_L_
JASON38_HOT_U_R_OR_EMT_MNT_S_N_L_DS_
JASON39_U_A_OR_PLN_L_
JASON40_TMP_U_A_OR_PLN_FST_FRM_S_N_L_
JASON41_TMP_U_A_OR_PLN_SWP_FST_FRM_S_N_L_
JASON42_TMP_U_R_OR_PLN_N_L_
JASON43_CLD_U_A_MNT_S_
JASON44_TMP_U_A_FST_N_
JASON45_TMP_U_A_SWP_N_
JASON46_U_A_S_
JASON47_CO_U_A_OR_S_N_L_
JASON48_HOT_VC_U_A_OR_S_N_L_
JASON49_VL_U_A_OR_S_N_L_
JASON50_U_A_OR_SEA_WTR_S_N_L_
JASON51_CLD_U_A_CAV_N_
JASON52_TMP_U_A_FST_N_
JASON53_U_A_WTR_S_
JASON54_M_A_OR_EMT_S_N_L_
JASON55_U_A_WST_WTR_S_
JASON56_U_A_OR_EMT_FST_WTR_S_N_L_
JASON57_M_A_OR_SEA_DEP_S_N_L_
JASON58_M_A_OR_DEP_S_N_L_
JASON59_M_A_OR_CAV_S_N_L_
JASON60_M_A_OR_EMT_S_N_L_FS_
JASON61_VC_U_A_OR_S_N_L_
JASON62_CO_U_A_L_ES_
JASON63_U_A_EMT_FST_L_WS_NS_
JASON64_PN_M_A_OR_S_N_L_
JASON65_U_A_EMT_FST_S_
JASON66_U_A_OR_S_N_L_DS_
JASON67_U_A_OR_S_N_L_BS_


These are new and were not included in RanDom version 203.

Foodstamp has done a great job with this set. It has a nice mix of beefy, hard to tackle provinces and nice thematic additions to the standard fare. Very cool.
Attached Files
File Type: zip 592318-JasonGanSet.zip (25.6 KB, 691 views)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
Reply

Bookmarks

Tags
custom, generator, gods, independents, map, provinces, random, semirandom, starts


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 04:15 AM.


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