Page 25 of 37

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Fri Mar 30, 2018 8:46 pm
by Zukero
If it is missing, run ATCS once as administrator, by right-clicking on the app's icon and selecting the "Run as administrator" option. I also edited the last command of my previous post because my phone messed up the formatting.

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Sat Mar 31, 2018 8:32 am
by Raphi
Another thing. How do I open an edited map? If I start ATCS, I have to create a new project. But I can't open an existing one.

java -version:
java version "10" 2018-03-20
Java(TM) SE Runtime Environment 18.3 (build 10+46)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10+46, mixed mode)

I have Windows 10

And the command-Window is closed a second after i start ATCS, so I don't know the content of it :(

And I found the ATCS.env file now. I will edit it now

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Sat Mar 31, 2018 8:34 am
by Raphi
Huh, how to edit this file? If I do "Run as Admin" it opens, but closes instantly. And there isn't an "open with..." button to open with notepad

Edit: Now it works. I edited the file now, hopefully ATCS works now

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Sat Mar 31, 2018 9:20 am
by Zukero
That's the way ATCS works. It considers the game's source code as read-only data. Each project then stores the difference, by keeping track of what you created, and what you altered among the existing content.
To edit an existing map (or anything else), you must first press the "Alter" button to create a writable copy.

The console window will remain open once you have modified the ATCS env.bat file.

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Fri May 11, 2018 12:39 pm
by The Gray
hi again zukero ^^, I finally installed the setup and have all requirements for the content creation, but idk where to go :P. Where do I go to get started creating content?

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Fri May 11, 2018 3:25 pm
by Zukero
You launch ATCS, create a new project, then start creating content.
With more info about what you manage to get to work, I could give you more precise direction.

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Fri May 11, 2018 10:52 pm
by rijackson741
The easiest thing to create in ATCS are items and NPCs (monsters or game characters). I suggest you create a few items. Create a droplist for them. Create a NPC. Give the NPC a little dialog that leads to the droplist. If you go through that exercise you will have learned some key starting points. For examples, look at existing content. If you have not already done so, you should also read through this: wiki/doku.php?id=andors_trail_wiki:developer_section. It's out of date, but it's still useful.

If you also have Tiled installed you could also give maps a go. To learn your way around Tiled you should start with an existing map, and make edits (remember to keep a backup of the original map!). Add objects, turn layers on and off to see how walls, houses, and shadows, etc work. Do not add any type of map event in Tiled. It's much easier to do that in ATCS. Just use Tiled for the ground, objects, and above layers.

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Sat May 12, 2018 4:02 am
by The Gray
Thanks for the help, but I am having issues with using an enemy mob sprite, I altered an exsisting sprite for my created mob, but how do I replace the current sprite to my modified one?

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Sat May 12, 2018 10:11 am
by Zukero
Sadly, the spritesheets are the worst supported data type in ATCS. I'll change that someday.

Your best bet is to add your modified sprite in a free slot of an existing spritesheet. You have to do this in the game source folder you directed your project at, under AndorsTrail/res/drawable, and find some png file with monsters and a blank 32x32 area.

You'll have to restart ATCS afterwards.

Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor

Posted: Sat May 12, 2018 10:53 am
by rijackson741
monsters_ld2.png has four empty slots. Please do not overwrite any existing sprites.