View Single Post
  #126  
Old April 4th, 2011, 12:20 PM

Calahan Calahan is offline
BANNED USER
 
Join Date: Nov 2007
Location: San Francisco, nr Wales
Posts: 1,539
Thanks: 226
Thanked 296 Times in 136 Posts
Calahan is on a distinguished road
Default Re: ANDalusian Sun: Anonymous LA Game for experienced players. (Submit Pretenders)

@ Amhazair - Found a few errors in your mod relating to the Holy Sites. The basic problem seems to be that each site can only provide 5 "things". With "things" being units, gems, scale shifts etc. So in the mod code for the sites, these "things" appear to be everything between the #rarity and #end commands.

(Edit- The game doesn't crash or anything due to this, it's just that only the first 5 "things" will appear in the site, and anything else is ignored. ie. Basically the gem income you've added to sites which already had 5 "things")

I've had a quick look through, and the following have more than 5 (think they all have 6)

849
843
832
829
828
827

Search the mod file for #newsite (number) to find them.

I can try and make some suggestions if you like for what to get rid off in each site to bring them down to 5. (I'll try and create a map as well for you to see all the new Holy sites, so that you can see first hand the changes without having to guess/hope the sites are working as planned)

--------

Edit

#newsite 849
#name "Dvaraka"
#path 8
#level 3
#rarity 2
#loc 256
#mon 573 (Amber clan warrior) --- 1
#com 575 (amber clan mage) --- 2
#com 576 (amber clan priest) --- 3
#gems 2 1 --- 4
#gems 4 1 --- 5
#decscale 5 --- 6 ***Problem***
#end


#newsite 843
#name "The Cathedral of the Tablet"
#path 8
#level 2
#loc 16607
#rarity 1
#com 3489 (HOLY TABLET)
#mon 3473 (HIGH GUARD)
#com 3475 (MYSTIC)
#gems 3 1
#gems 4 1
#decscale 0
#end


#newsite 832
#name "Fanatical Congregation"
#path 8
#level 0
#loc 81
#rarity 1
#mon 217 (FLAGELLANT)
#mon 3465 (FOLLOWER pitchfrok)
#mon 3466 (FOLLOWER torch
#com 3478 (RABBLE ROUSER)
#com 3479 (PREACHER)
#gems 0 1
#end


#newsite 829
#name "Large Chapterhouse"
#path 8
#level 2
#loc 85
#rarity 1
#mon 3452 (CRUSADER)
#mon 3453 (TEMPLAR)
#mon 3451 (TEMPLAR KNIGHT)
#com 3456 (TEMPLAR COMMANDER)
#gems 4 1
#res 40
#end


#newsite 828
#name "The Destination"
#path 8
#level 2
#loc 223
#rarity 1
#mon 3450 (PILGRIMS)
#mon 3467 (BATTLE PILGRIMS)
#mon 3451 (TEMPLAR KNIGHT)
#com 3454 (TEMPLAR MONK)
#com 3456 (TEMPLAR COMMANDER)
#gems 4 1
#end


#newsite 827
#name "Church of the Relic"
#path 8
#level 1
#loc 16465
#rarity 0
#mon 3473 (HIGH GUARD)
#com 3488 (SAINT RELIC)
#com 3487 (PRIEST)
#com 241 (HIGH PRIEST)
#gems 4 1
#decscale 0
#end


The above is the code relating to each site error I listed.

----

Edit 2

Attached is a map and save file that acn be used to see the Holy Sites. If you edit your Andalusian mod, then the cahgnes will appear in the game after a restart.
Attached Files
File Type: zip Holy Sites Map and Save Game.zip (21.4 KB, 138 views)

Last edited by Calahan; April 4th, 2011 at 12:49 PM..
Reply With Quote