Archive > Mapping Help
How do I add interiors to my map?
(1/1)
ottosparks:
Am I supposed to put it into some folder?
Amade:
Press F4 while mission editor is open. I'll just let you figure the rest out.
MtnDew:
Put this into your .mis

--- Code: ---new InteriorInstance() {
      position = "97.4986 -196.261 151.038";
      rotation = "1 0 0 0";
      scale = "1 1 1";
      interiorFile = "./YOURINTERIORNAME.dif";
      useGLLighting = "0";
      showTerrainInside = "0";
   };
--- End code ---

Then edit it in-game from there.
ottosparks:
Agh. I knew it was something like that.

Thanks.
Navigation
Message Index

Go to full version