Knuckle Cracker

Knuckle Cracker => Support => Topic started by: Killer007lite on November 30, 2015, 02:40:13 PM

Title: I cant import maps into my projects so i can create stuff
Post by: Killer007lite on November 30, 2015, 02:40:13 PM
So I was trying to make a PAC map and i imported all the stuff i needed but it just loaded a random completely useless map (to me), so i tried to import one of the "campaign" maps and it loaded the same map, in both scenarios i used completely different folders,

This is an example of when i tried to import "Arca" to my projects (if it the image didn't work, i attached it as a .jpg, i think):
(http://2015-11-30_00001.jpg)

So my question is, What is happening to my game for it to do this?
Title: Re: I cant import maps into my projects so i can create stuff
Post by: J on November 30, 2015, 03:16:55 PM
That useless map is a clear sign that the game couldn't find the map file. It must be named save.cw3 or the game won't be able to find it. The file path should be (with [mapname] replaced by the name of the map, which can be anything you'd like):

...\Documents\creeperworld3\WorldEditor\[mapname]\save.cw3
Title: Re: I cant import maps into my projects so i can create stuff
Post by: Killer007lite on November 30, 2015, 03:30:01 PM
So instead of it being called (following on from example) Arca.cw3 and Arca-auto.cw3 it should be called save.cw3 and save-auto.cw3
Title: Re: I cant import maps into my projects so i can create stuff
Post by: J on November 30, 2015, 03:36:14 PM
Yes.

(don't manually put a save-auto.cw3 there, the game will load save.cw3 and automatically generate save-auto.cw3 when you exit the editor)
Title: Re: I cant import maps into my projects so i can create stuff
Post by: Killer007lite on November 30, 2015, 03:53:06 PM
Ok cool its working now, Thank a lot J, appreciate it.