By the way, are there pictures posted of ATCS somewhere for newcomers?
They're not on the thread or github page and I think I can do a visual tutorial/guide on using it.
v0.8.13 (Troubling Times) active on Google Play
Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.13) from Google, Github, F-Droid, our server, or itch.io
Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.13) from Google, Github, F-Droid, our server, or itch.io
Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
-
- VIP
- Posts: 204
- Joined: Wed Dec 30, 2015 8:00 am
- android_version: 4.3
- Zukero
- Lead Developer
- Posts: 2028
- Joined: Thu Jul 21, 2011 9:56 am
- android_version: 8.0
- Location: Eclipse
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
That would be AWESOME! I couldn't find the time to do it yet, and can't see it coming in the near future.twirlimp wrote: They're not on the thread or github page and I think I can do a visual tutorial/guide on using it.
I see three potential ways of doing it: as a forum thread (look out for the max image per post), as a wiki page (the project page folder in the github repo) or as a plain HTML that can be hosted here AND in ATCS itself. Feel free to use another format if you wish though.
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
-
- VIP
- Posts: 204
- Joined: Wed Dec 30, 2015 8:00 am
- android_version: 4.3
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
I think the format is a crucial question but also rather minor. The real challenge is to make the pictures descriptive and relevant (while being succinct) and there's no reason why we can't do a wiki page, a forum thread, AND in HTML as well.Zukero wrote:That would be AWESOME! I couldn't find the time to do it yet, and can't see it coming in the near future.twirlimp wrote: They're not on the thread or github page and I think I can do a visual tutorial/guide on using it.
I see three potential ways of doing it: as a forum thread (look out for the max image per post), as a wiki page (the project page folder in the github repo) or as a plain HTML that can be hosted here AND in ATCS itself. Feel free to use another format if you wish though.
If you want to include it in ATCS then I'll make sure the pictures are high-res enough without having too much filesize.
ideas plox
- Zukero
- Lead Developer
- Posts: 2028
- Joined: Thu Jul 21, 2011 9:56 am
- android_version: 8.0
- Location: Eclipse
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
Making the pictures tell a good story represent some work indeed, and so is writing the accompanying text.
You're right that the format doesn't matter that much.
For ATCS inclusion, don't worry about the file size, I'll make it a separate download that can be integrated into ATCS UI without trouble.
You're right that the format doesn't matter that much.
For ATCS inclusion, don't worry about the file size, I'll make it a separate download that can be integrated into ATCS UI without trouble.
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
- Zukero
- Lead Developer
- Posts: 2028
- Joined: Thu Jul 21, 2011 9:56 am
- android_version: 8.0
- Location: Eclipse
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
v0.5.1 released!
Released in a hurry to get a bugfix out: actor conditions were neither read nor saved correctly. As a result, the "Positive" and "Stacking" flags were lost. If you have ongoing projects, update and review your created and altered actor conditions.
Moreover, you should also update the game sources used by your ATCS projects to the latest master or stoutford_tests branches if you were using one of these already, as that bug made me break all existing actor conditions that had one of these flags. I now repaired my mess.
There's also support for the latest game feature, changing a map's color filter as a reward for a dialogue.
Last but not least, I'm working on having some integration with Tiled, the map editor. As I was working on it when I noticed the bug above, you get the first beginning of a draft. Simply put, open a map in ATCS, and click on the large button with the Tiled icon at the top left to edit this map in Tiled. Once saved in Tiled, you'll have to restart ATCS to see the changes made in Tiled appear in ATCS. Ugly.
This should work under two conditions:
- your workspace lies on a partition that uses a filesystem that support symbolic links that target folders (NTFS on Win7+, or any MacOS or Linux filesystem. Not FAT like on flash drives)
- you can launch Tiled by running "tiled" in a command console (cmd.exe on Windows, terminal emulator on MacOS or Linux). It's possible that this doesn't work at all on Windows, as maybe this requires launching "tiled.exe".
As you can see, it's bare, it's untested, and it's almost useless... yet! I have plans to make it real nice in the near future!
This feature requires Java 7 or above, while ATCS previously required only Java 6. However, Oracle ended support for Java 7 (the one I'm now asking for) in April 2015, so I believe it's not an unreasonable demand. FYI, Java 8 is now at update 121, so use this one if you can. Security fixes in Java are important to preserve your computer. Simply don't fall for lousy traps on the web. Update from a trusted source like https://www.java.com/
Released in a hurry to get a bugfix out: actor conditions were neither read nor saved correctly. As a result, the "Positive" and "Stacking" flags were lost. If you have ongoing projects, update and review your created and altered actor conditions.
Moreover, you should also update the game sources used by your ATCS projects to the latest master or stoutford_tests branches if you were using one of these already, as that bug made me break all existing actor conditions that had one of these flags. I now repaired my mess.
There's also support for the latest game feature, changing a map's color filter as a reward for a dialogue.
Last but not least, I'm working on having some integration with Tiled, the map editor. As I was working on it when I noticed the bug above, you get the first beginning of a draft. Simply put, open a map in ATCS, and click on the large button with the Tiled icon at the top left to edit this map in Tiled. Once saved in Tiled, you'll have to restart ATCS to see the changes made in Tiled appear in ATCS. Ugly.

This should work under two conditions:
- your workspace lies on a partition that uses a filesystem that support symbolic links that target folders (NTFS on Win7+, or any MacOS or Linux filesystem. Not FAT like on flash drives)
- you can launch Tiled by running "tiled" in a command console (cmd.exe on Windows, terminal emulator on MacOS or Linux). It's possible that this doesn't work at all on Windows, as maybe this requires launching "tiled.exe".

As you can see, it's bare, it's untested, and it's almost useless... yet! I have plans to make it real nice in the near future!
This feature requires Java 7 or above, while ATCS previously required only Java 6. However, Oracle ended support for Java 7 (the one I'm now asking for) in April 2015, so I believe it's not an unreasonable demand. FYI, Java 8 is now at update 121, so use this one if you can. Security fixes in Java are important to preserve your computer. Simply don't fall for lousy traps on the web. Update from a trusted source like https://www.java.com/
Last edited by Zukero on Thu Feb 23, 2017 10:40 pm, edited 1 time in total.
Reason: Typo
Reason: Typo
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
- rijackson741
- Posts: 4523
- Joined: Tue Aug 20, 2013 2:04 am
- android_version: 10 - Android 10
- Location: Somewhere in Dhayavar
- Contact:
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
Great. Time to give it a go 

Level:75, XP:7656192, PV:866, FQ:105
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
HP:226, AC:255, AD:47-61, AP:3, ECC:23%, CM:3.0, BC:192, DR:3
Gold: 241432 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, D:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
-
- VIP
- Posts: 204
- Joined: Wed Dec 30, 2015 8:00 am
- android_version: 4.3
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
By the way, are you running Linux by any chance?
I've had an issue starting the program that doesn't seem covered by the instructions and that I haven't came across before.
I've had an issue starting the program that doesn't seem covered by the instructions and that I haven't came across before.
ideas plox
- Zukero
- Lead Developer
- Posts: 2028
- Joined: Thu Jul 21, 2011 9:56 am
- android_version: 8.0
- Location: Eclipse
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
I am. Not on every box, but the main dev one for ATCS is.
What's your issue?
What's your issue?
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
-
- VIP
- Posts: 204
- Joined: Wed Dec 30, 2015 8:00 am
- android_version: 4.3
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
Zukero wrote:I am. Not on every box, but the main dev one for ATCS is.
What's your issue?
Code: Select all
Error: Could not find or load main class com.gpl.rpg.atcontentstudio.ATContentStudio
Nothing comes to mind from such a barebones error and no context (to me at least) about the missing class.
P.S. I'm running Fedora 25; let me know which distro you're using so I can try it on that.
ideas plox
- Zukero
- Lead Developer
- Posts: 2028
- Joined: Thu Jul 21, 2011 9:56 am
- android_version: 8.0
- Location: Eclipse
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
Check in the .sh file that the file names in the classpath match the actual files in lib/. I may have missed something when creating the release.
Edit: I'd also like to know the output of "java -version"
Edit: I'd also like to know the output of "java -version"
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2