Page 1 of 1

Posted: 22 Jun 2004, 18:59
by Mr. DNA
I found this on a modding JPOG forum. It makes the Viewing Dome Feeder available! It's and upgrade to the Viewing Dome. Open Research.ini in notepad. Paste this code under Viewing Dome:

Code: Select all

ViewDomeFeedingSystem 
{ 
// requirement[Research] = HuntingPlatform; 
effect[UpgradeUnit] 
{ 
unit = hvdome; 
icon = ResearchIcon_ViewDomeFeedingSystem; 
} 
retractable = false; 
time = 30; 
price = 60; 
category = Visitors; 
icon = ResearchIcon_ViewDomeFeedingSystem; 
name = $ResearchName_ViewDomeFeedingSystem; 
description = $ResearchHelp_ViewDomeFeedingSystem; 
// mailavailable = true; 
mailcomplete = true; 
}
You then have to research it and it upgrades all your Viewing Domes!

Posted: 08 Jul 2004, 04:25
by Khusa
wish i knew the site too this modding forum your talking about

Posted: 09 Jul 2004, 18:05
by Mr. DNA