I have a file called lvl0.op and it looks like this:
The only problem is with the file names (the lines with all the slashes). My file system will load the meshes perfectly if I make those filepaths:
And
But if I just have the relative file path, it doesn't work. What do you suppose I do? I've tried switching the slashes around, changing the relative file path, everything.
Loophole 0 ../../data/media/levels/articbase2.b3d createobject car jeep2 ../../data/media/models/vehicles/jeep2.3ds 0 0 0 0 1 0 0 0 0 .7 .7 .7 103 195 90
The only problem is with the file names (the lines with all the slashes). My file system will load the meshes perfectly if I make those filepaths:
C:\Documents and Settings\Steven\Mine! Mine!\Games\Written Programs\Operation 600\Operation 600 - version 2\data\media\levels\articbase2.b3d
And
C:\Documents and Settings\Steven\Mine! Mine!\Games\Written Programs\Operation 600\Operation 600 - version 2\data\media\models\vehicles\jeep2.3ds
But if I just have the relative file path, it doesn't work. What do you suppose I do? I've tried switching the slashes around, changing the relative file path, everything.