ok thank you. ill do it this afternoon and i'll put thomas tipman there. ill write back to tell you if it has worked
To help you with your testing you may also want to do the following ( if you have not already )
Enable error logging see item #5 in this post---> http://forum.piratesahoy.net/index.php/topic/14915-build-mod-and-forum-faq/page__view__findpost__p__352879
If things don't work this will help find the problem - the logs are generated in the Pirates of the Caribbean folder.
Enable cheats see item #2 in this post ---> http://forum.piratesahoy.net/index.php/topic/14915-build-mod-and-forum-faq/page__view__findpost__p__352880
InternalSettings.h is in the PROGRAM folder
This helps ( especially god-mode so you don't get killed when testing something, or if you need money )
Also at the bottom of InternalSettings.h near enable cheat mode:-
Code:
// ======================================
// Testing toggles
// ======================================
#define RANDOM_LOCS_TOGGLE 0
#define DISARM_MODE 0
#define VISIBLE_LOCATORS 0
#define FREE_CAMERA 0
#define UNLIMITEDLOOT 0 // Prevent morale from plummeting if you have 1000000 gold over the estimated salaries and are not sharing with your crew
#define ENABLE_CHEATMODE 1 // Cheats can be triggered with numpad buttons
there is #define VISIBLE_LOCATORS --- change this from 0 to 1
This will enable you to see all the locators where you can place people & things etc. Makes the game look strange when you play it, but very useful for making changes.
See image for example:
Hope this helps a bit.