On 2nd thought, ignore this, it's outdated
It's been a looong time since I've done anything, but if I remember correctly it goes something like this.
You need cryect's tools, not sure where you can download them. but you need em.
Noggit
I believe the floating lands are themselves .wmo's . So you have to find the adt file that the island is on, (can't help you there). When you find it, drag and drop it onto fileinfo.exe. It will create a text file with the same name of the adt file.
Open that up and you should see something like this inside of it
Code:
MMDX 4
0 world\generic\orc\passive doodads\jars\jarorc05.mdx
1 world\generic\orc\passive doodads\jars\jarorc02.mdx
2 world\generic\orc\passive doodads\jars\jarorc03.mdx
3 world\generic\orc\passive doodads\jars\jarorc01.mdx
MWMO 0
MDDF 5
0 174906 17776.810547 -7.690251 19606.367188 0.000000 0.000000 0.000000 1382
1 174908 17775.574219 -7.673909 19607.373047 0.000000 0.000000 0.000000 1075
2 174907 17776.111328 -7.674948 19606.839844 0.000000 0.000000 0.000000 1689
2 174910 17774.398438 -7.697154 19614.150391 0.000000 0.000000 0.000000 1279
3 325564 17713.281250 -43.709541 19209.064453 -5.500000 425.843475 -6.500000 1035
MODF 0
Thats a really empty .adt, you will see alot more unless you cleared everything off of it.
What you need to edit is
MMDX 4
Code:
0 world\generic\orc\passive doodads\jars\jarorc05.mdx
1 world\generic\orc\passive doodads\jars\jarorc02.mdx
2 world\generic\orc\passive doodads\jars\jarorc03.mdx
3 world\generic\orc\passive doodads\jars\jarorc01.mdx
There you will add in the path of your models, those looks like orc jars, but ya, add the path of the models you want.
Next look at, this is where I'm a little fuzzy.
Code:
MDDF 5
0 174906 17776.810547 -7.690251 19606.367188 0.000000 0.000000 0.000000 1382
1 174908 17775.574219 -7.673909 19607.373047 0.000000 0.000000 0.000000 1075
2 174907 17776.111328 -7.674948 19606.839844 0.000000 0.000000 0.000000 1689
2 174910 17774.398438 -7.697154 19614.150391 0.000000 0.000000 0.000000 1279
3 325564 17713.281250 -43.709541 19209.064453 -5.500000 425.843475 -6.500000 1035
The numbers on the far left correspond to the number of the model number in on the left of what we just looked it.
The columns 4,5,6 are the x,y,z coords, so you need to find the coordinates in noggit, of where you want the model placed.
The 2nd and last columns are what I really can't remember, so if someone knows please add it.