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
- 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
There is no way to modify a generic item. All items are in static droplists. For a specific item, we can have two droplists where the droplist for a given NPC changes. From the users point of view an item in the NPCs droplist could change, depending on some criterion (e.g. quest progress), but that item has to be explicitly defined in two versions.
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
- 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
ATCS lets you edit items and other game objects in all the possible ways supported by the game engine.
If you can't write it in ATCS, it most likely wouldn't work at all.
Unless there's a bug
But in your case, no, that's not possible.
If you can't write it in ATCS, it most likely wouldn't work at all.
Unless there's a bug

But in your case, no, that's not possible.
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
- Voom
- VIP
- Posts: 617
- Joined: Sat Dec 19, 2015 5:24 pm
- android_version: 7.0
- Location: Fort Lauderdale, FL
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
=C So, you would have to first adjust the game engine or increase its capabilities before it can render a new feature. What's the opposite of a static droplist?
Voom
- 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
There is no "opposite" per se. Only alternatives.
Diablo for instance has random drops among static droplists with items that each have a static base and random modifiers.
Each game has its own system.
Diablo for instance has random drops among static droplists with items that each have a static base and random modifiers.
Each game has its own system.
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
- Voom
- VIP
- Posts: 617
- Joined: Sat Dec 19, 2015 5:24 pm
- android_version: 7.0
- Location: Fort Lauderdale, FL
Re: Andor's Trail Content Studio [ATCS] - Win/Mac/Linux Content Editor
Is this how the pushing and pulling work (in general)?
https://www.lucidchart.com/invitations/ ... 0e835ad5a5
https://www.lucidchart.com/invitations/ ... 0e835ad5a5
Voom
- 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
Push and pull are git terms that describe interactions you can have between your local repo and a remote one.
This flowchart rather explains when to use the clone, push, pull and pull-request commands when you want your local changes to be added any remote repo, including when you don't have write access to it.
This flowchart rather explains when to use the clone, push, pull and pull-request commands when you want your local changes to be added any remote repo, including when you don't have write access to it.
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
I just added a link in the opening post to my beanshell console snippets collection hosted on our slack channel.
I hope that I will be able to change this file on slack without breaking the link, so that you can always access to the latest version.
That's not for everyone though, as understanding Java code is almost mandatory to use this. Powerful and versatile tools are always complex.
I hope that I will be able to change this file on slack without breaking the link, so that you can always access to the latest version.
That's not for everyone though, as understanding Java code is almost mandatory to use this. Powerful and versatile tools are always complex.
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.6.9 released. Mainly bugfixes.
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.6.10 released!
Feature-wise, it's focused on improving the project export for inclusion in the game source code:
- At long last, loadresources.xml is generated.
- You can choose between zip file and folder targets.
The rest is made of bug fixes. See changelog in the opening post for details.
Feature-wise, it's focused on improving the project export for inclusion in the game source code:
- At long last, loadresources.xml is generated.
- You can choose between zip file and folder targets.
The rest is made of bug fixes. See changelog in the opening post for details.
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.6.11 released!
The "Replacements" tab of TMX maps editor has been renamed to "Testing". In this tab, you can now move your mouse around the map to see the hero sprite, but only on walkable tiles. Helpful to debug your maps, for example to find errors in tree tops
There's also a checkbox to disable this function, and another one to disable to tooltip showing the stack of tiles used at the pointed coordinates.
Support for the new "ignoreAreas" property of spawn areas has been added too.
The rest is just much needed bug fixes, like errors in the generation of loadresources.xml and the multiplication of altered data during project export, or a nasty memory leak that defeated the purpose of closing a project.
The "Replacements" tab of TMX maps editor has been renamed to "Testing". In this tab, you can now move your mouse around the map to see the hero sprite, but only on walkable tiles. Helpful to debug your maps, for example to find errors in tree tops

Support for the new "ignoreAreas" property of spawn areas has been added too.
The rest is just much needed bug fixes, like errors in the generation of loadresources.xml and the multiplication of altered data during project export, or a nasty memory leak that defeated the purpose of closing a project.
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