I have read the players guide top to bottom, and the "Getting Started" part is only a handful of lines, quoting it:
"About installation and basic OFP stuff I won’t go into detail, because then I could write
even much more than this. For playing the game you need to copy the GDCE_Campaign.pbo to
your campaigns folder."
That is all that is mentioned about installation of the maps. Now, after reading the readme I learnt (but please correct me if wrong) that it is not actually a campaign, but instead 2 single phase missions set on Everon (Eden). So there is really no help from there.
I will explain what I have in the unRARed folder, two guides (players guide and ME (mission editor) guide), the licence agreement, the readme, two PBOed files (which I'm assuming are the missions), and two unPBOed folders containing all the mission stuff (scripts, mission file etc.).
Here is what I have done:
I have placed BOTH the GDCE110wp1.eden.pbo AND the GDCE110ep1.eden.pbo file into my /Operation Flashpoint/Missions folder, and have placed the the NON Pbo equivalents into my /Operation Flashpoint/Users/[ME]/Missions folder.
Both the PBO and non PBO missions seem to be identical, right down to debug mode being activated by default in the west versions.
Although today I haven't had a chance to test the missions again (I worked 12 till 9) I will go on the assumption that someone didn't alter the files while I was at work and tell you what I found in the scripts when I checked them too see if my rudimentary knowledge could find why it was spawning missions in water.
I only checked the three main scripts in the mission file folder (init, GDC_init1 and GCD_Globals) for the west version, and I found that:
1)GDC_DebugMode was = true (I've set it to false which got rid of messages etc.)
2)At the part where it says:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
;at start all support is disabled, since you're not on (a) mission
it reads:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
GDC_UsedSF = true
GDC_UsedAirStrike = true
GDC_UsedGround = true
;GDC_UsedAirSupp = true
GDC_UsedMortar = true
;GDC_UsedArtillery = true
Now, I'm hesitant to change this, but shouldn't they all be uncommented?
3)Now, I was also dabbling a bit into the spawn scripts to see if there was something in there, and I noticed this:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
_dispersion = _this select 4
;dispersion is the max x or y deviation from the actual position (150 is reasonable)
; use smaller dispersion on small islands, to avoid water
; use larger dispersion on flat desert terrain
Now, since the majority of coding I use in my missions uses local variables, I was thinking that it may be possible that the spawns are sending the script a too high a number in the dispersion variable, and that is causing all the units to spawn in water, but thats just from a noob.
Since I don't start work till 5pm tomorrow I will take a look and see if playing around with things (I understand) will have an effect (other than ruining it).
N.B.
If there are any spelling errors or this was too hard to read, I'm sorry, it's eleven right now and I'm dead tired.
Edit: A few errors i could still spot.
Edit2: Wow, I'm really uncoordinated tonight.
Edit3: (I'm on a roll).
I have uploaded the RAR Exactly as I got it to filefront:
http://files.filefront.com/GDCE+110/;9410792;/fileinfo.html
If that doesn't work:
http://hosted.filefront.com/muwahahaha/
Also, I have just remembered:
When I first attempted to play the west version, I can remember an error message coming up before the whole "Initialising" thingo, I am used to them with the amount of addons in my folder, but it came up and said:
"Could not load mission, missing addons: BIS Resistance" ... eh? it had no effect that I could see, despite it being odd.
Anyway, after all this I'm going to bed, thanks for such a quick reply by the way, I appreciate the help.