Great Doctor for RoM

Joined
Jul 5, 2004
Messages
23,562
Location
Canberra, Australia
beta only - see attachment

Testing in RoM 2.92 with AND 1.74h

This merges a number of mods into one.
  • Orion Veteran's Great Doctor mod (less his version of tenstom1's Great Bath)
  • tenstom1's python wonder Great Bath - my version ;)
  • AAranda's wonder - Hippocratic Oath
  • possibly Eusebius' diseases
  • possibly the Plague stuff from Gods of Old as incorporated into other mods (e.g. Destiny mod).
  • possibly changes to existing events

Greatly changes the heal type promotions as only the healer type units can have them now.

New Units:
  • Healer (from OV)
  • Apothecary(from OV)
  • Medic (a mix of RoM and OV)
  • Surgeon(AAranda & me)
  • Great Doctor and doctor city specialists
  • Recon units now upgrade to healer units (OV)

New Buildings:
  • Hippocratic Oath - wonder (AAranda)
  • The Great Bath of Mohenjo-daro - wonder (tenstom1)
  • Universal Health Care - national wonder (OV)
  • Health Spa - Great Doctor building (me)
  • Healer's Hut (OV, RoM, AAranda(?) )
  • Apothecary Shop (OV)

Known Problems
  • Doctor specailist is not appearing in the correct place in the city screen. The +/- buttons are not appearing next to the icon and both are "behind" the resource list and unaccessable.
  • Great Bath forgets who built it if you load from save or don't play in one session. I did a minor fix so that whoever owns it on load will get the benefit but need to make it work right.
 
Install Instructions

Not straight forward especially if you have previous versions of my or AAranda's mods.

  1. Backup your assets/python folder. This mod makes changes to files in the BUG and Screens folders.
    Spoiler :
    Files changed are
    • GPUtil.py in the BUG folder
    • still working on CvMainInterface.py in the Screens folder so it is not in this release.
  2. Remove old versions.
    • Remove the GreatDoctorHealthCareMod from Assets/Modules/DancingHoskuld folder
    • Remove the folder Hipocratic_Oath from the Modules/DancingHoskuld/Custom_Wonders folder (or the AAranda folder) - You should only need to do this once.
    • Remove the folder Great_Bath from the Modules/DancingHoskuld/tsentom1_python_wonders folder - You should only need to do this once.
  3. Extract into your Rise of Mankind folder
  4. Define the mod to BUG python. In your "Rise of Mankind/Assets/Config" folder there is an init.xml. back it up then edit it, Notepad is fine, and add the bold line
    Code:
    	[B]<load mod="Great Bath"/>[/B]
 
"Doctor specailist is not appearing in the correct place in the city screen. The +/- buttons are not appearing next to the icon and both are "behind" the resource list and unaccessable. "

This can be fixed, I fixed it in my mod's implementation and OrionVeteran opened a thread about it before saying he got it fixed in the latest versions of his healthcare mod.
 
"Doctor specailist is not appearing in the correct place in the city screen. The +/- buttons are not appearing next to the icon and both are "behind" the resource list and unaccessable. "

This can be fixed, I fixed it in my mod's implementation and OrionVeteran opened a thread about it before saying he got it fixed in the latest versions of his healthcare mod.

Unfortunately the RoM screen python is vastly different to the base one used to demonstrate "Specialist Stacker" . I have started on merging but got side tracked.
 
Top Bottom