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

Discussions of the development process of the game.
Post Reply
User avatar
rijackson741
Posts: 4451
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

Post by rijackson741 »

Create a project for the old material. Close the project. Copy only the map files to the project. Open it. If it opens OK, close it, copy one JSON file, see if it opens. Repeat.
Level:71, XP:6493739, PV:608, FQ:84
HP:210, AC:212, AD:58-77, AP:4, ECC:16%, CM:1.5, BC:188, DR:3
Gold: 237559 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA: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
Raphi
Posts: 69
Joined: Thu Sep 21, 2017 8:19 pm
android_version: 11 - Android 11
Contact:

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

Post by Raphi »

Alright, I see. Will be some work but as long as nothing gets lost I think it's definetely worth it :)
Lvl: 68, XP: 5705044, Gold: 104341, RoLS: 1
Hp: 244, AC: 282, AD: 20-31, BC: 157, DR: 6
Hat o t protector
Knight's hauberk
JoF
LifeTaker
Blade o t protector
Ring o t protector
RolS
Gloves o t guardian
Boots o t Globetrotter
tactical371
Posts: 182
Joined: Sat Jun 17, 2023 4:04 am
android_version: 2.0

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

Post by tactical371 »

Are we able to use this program to play Andor's trail on the desktop? Or do we still have to emulate it?
Raphi
Posts: 69
Joined: Thu Sep 21, 2017 8:19 pm
android_version: 11 - Android 11
Contact:

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

Post by Raphi »

You have to emulate it. ATCS is only for new content creation, not for playing the game at all.
Lvl: 68, XP: 5705044, Gold: 104341, RoLS: 1
Hp: 244, AC: 282, AD: 20-31, BC: 157, DR: 6
Hat o t protector
Knight's hauberk
JoF
LifeTaker
Blade o t protector
Ring o t protector
RolS
Gloves o t guardian
Boots o t Globetrotter
tactical371
Posts: 182
Joined: Sat Jun 17, 2023 4:04 am
android_version: 2.0

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

Post by tactical371 »

ty
User avatar
Schnatterfleck
Posts: 15
Joined: Wed Dec 14, 2016 1:29 pm
android_version: 12 - Android 12

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

Post by Schnatterfleck »

Is there a new release of ATCS available?

During startup it shows me:
Screenshot_20231224_215017.png
Link is to this thread, but I couldn't find a mention of the v0.6.20 release...?

As my current ATCS release (v0.6.17) throws an error* when trying to create a new project (and then hangs after complaining about out-of-memory**), it probably would be a good idea to update.

I am using the most recent Ubuntu Linux 23.10 on my development machine.


(*)

Code: Select all

java.lang.IllegalArgumentException: No enum constant com.gpl.rpg.atcontentstudio.model.gamedata.Requirement.RequirementType.date
	at java.base/java.lang.Enum.valueOf(Enum.java:273)
	at com.gpl.rpg.atcontentstudio.model.gamedata.Requirement$RequirementType.valueOf(Requirement.java:1)
	at com.gpl.rpg.atcontentstudio.model.gamedata.Dialogue.parse(Dialogue.java:176)
	at com.gpl.rpg.atcontentstudio.model.gamedata.JSONElement.parse(JSONElement.java:42)
	at com.gpl.rpg.atcontentstudio.model.gamedata.Dialogue.link(Dialogue.java:214)
	at com.gpl.rpg.atcontentstudio.model.Project.linkAll(Project.java:297)
	at com.gpl.rpg.atcontentstudio.model.Project.<init>(Project.java:158)
	at com.gpl.rpg.atcontentstudio.model.Workspace$1.run(Workspace.java:188)
	at com.gpl.rpg.atcontentstudio.ui.WorkerDialog$1.run(WorkerDialog.java:48)
(**)

Code: Select all

Exception in thread "Thread-3" java.lang.OutOfMemoryError: Java heap space
	at java.desktop/java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
	at java.desktop/java.awt.image.Raster.createPackedRaster(Raster.java:539)
	at java.desktop/java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
	at java.desktop/java.awt.image.BufferedImage.<init>(BufferedImage.java:333)
	at com.gpl.rpg.atcontentstudio.model.sprites.Spritesheet.getImage(Spritesheet.java:156)
	at tiled.core.TileSet.loadFromProject(TileSet.java:150)
	at tiled.io.TMXMapReader.unmarshalTileset(TMXMapReader.java:386)
	at tiled.io.TMXMapReader.buildMap(TMXMapReader.java:771)
	at tiled.io.TMXMapReader.unmarshal(TMXMapReader.java:836)
	at tiled.io.TMXMapReader.readMap(TMXMapReader.java:857)
	at com.gpl.rpg.atcontentstudio.model.maps.TMXMap.parse(TMXMap.java:81)
	at com.gpl.rpg.atcontentstudio.model.maps.TMXMap.link(TMXMap.java:318)
	at com.gpl.rpg.atcontentstudio.model.Project.linkAll(Project.java:302)
	at com.gpl.rpg.atcontentstudio.model.Project.<init>(Project.java:158)
	at com.gpl.rpg.atcontentstudio.model.Workspace$1.run(Workspace.java:188)
	at com.gpl.rpg.atcontentstudio.ui.WorkerDialog$1.run(WorkerDialog.java:48)
	
You do not have the required permissions to view the files attached to this post.
User avatar
Nut
Posts: 1510
Joined: Mon Oct 27, 2014 12:14 pm
android_version: 8.0
Location: Glade

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

Post by Nut »

Well, I always forget to inform here in this thread. But yes, there is a new version of ATCS.
It has new graphics and has a few additional commands, so I would expect the older ATCS to break now with our current game source.
Nut
User avatar
Schnatterfleck
Posts: 15
Joined: Wed Dec 14, 2016 1:29 pm
android_version: 12 - Android 12

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

Post by Schnatterfleck »

Yeah, sounds plausible.
Where can I get this new release?
User avatar
Nut
Posts: 1510
Joined: Mon Oct 27, 2014 12:14 pm
android_version: 8.0
Location: Glade

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

Post by Nut »

ATCS has a new release v0.6.20
- New sprites listed
- new rewards: mapchange
- new requirements: date, dateEquals, time, timeEquals
(date checks if the current date is greater or equal to the given value. Likewise time)

static/ATCS_v0.6.20_Setup.exe
Nut
User avatar
Nut
Posts: 1510
Joined: Mon Oct 27, 2014 12:14 pm
android_version: 8.0
Location: Glade

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

Post by Nut »

Does this work?
Nut
Post Reply