A lot of games similar to AT where the player character is a static icon or image allow for players to load and use a custom graphic for their character.
Any chance of that being an option someday for AT?
I love this in any game I've played that supports it, and no offense to anyone involved in their creation, but I'm not a huge fan of the existing options.
We have a new Beta: v0.8.13 ("Troubling Times") !
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.12.1) from Google, 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.12.1) from Google, F-Droid, our server, or itch.io
Custom character graphic?
- ornsio
- Posts: 19
- Joined: Thu Nov 25, 2021 12:26 am
- android_version: 11 - Android 11
- Contact:
- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
Re: Custom character graphic?
That's a good idea and was already asked for.
Technically it should be possible, but I am not sure how much work it would be to fully realize it. We'll discuss it internally.
Technically it should be possible, but I am not sure how much work it would be to fully realize it. We'll discuss it internally.
Nut
- ornsio
- Posts: 19
- Joined: Thu Nov 25, 2021 12:26 am
- android_version: 11 - Android 11
- Contact:
Re: Custom character graphic?
I am actually a software developer by profession, but my career has been in entirely different platforms (no mobile dev experience). I might try forking AT and seeing if I can make this work myself, but given my lack of experience with the platform I'm guessing I will give up... I'm afraid it's far too easy to use my spare time for playing games than for figuring out how to contribute to them 

- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
Re: Custom character graphic?
Contributing is playing on another level
...
We'll talk about it internally first. There were done already some thoughts about it.

We'll talk about it internally first. There were done already some thoughts about it.
Nut
- ornsio
- Posts: 19
- Joined: Thu Nov 25, 2021 12:26 am
- android_version: 11 - Android 11
- Contact:
Re: Custom character graphic?
Cool - I appreciate the response 

- rijackson741
- Posts: 4520
- Joined: Tue Aug 20, 2013 2:04 am
- android_version: 10 - Android 10
- Location: Somewhere in Dhayavar
- Contact:
Re: Custom character graphic?
Well, it's Java, so a key question is whether you have experience in Java. If you do, I think Android has some built-in image processing routines, so it might be not that hard. I'd take a look myself, but while I have programmed in several languages (but not as a profession programmer), Java is not one of them.
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
- ornsio
- Posts: 19
- Joined: Thu Nov 25, 2021 12:26 am
- android_version: 11 - Android 11
- Contact:
Re: Custom character graphic?
I've not done Java since some really basic stuff in college, but I have done some other languages with similarities to Java, such as C# and Javascript. Just guessing since I haven't looked at it yet, but I suspect the bigger learning curve would just be picking apart the code base and understanding how it's all interrelated – where the character image file is managed, and all the places the code would have to be updated to support a feature like this. A game like this will be a very different animal to any other code bases I've worked on.
- ornsio
- Posts: 19
- Joined: Thu Nov 25, 2021 12:26 am
- android_version: 11 - Android 11
- Contact:
Re: Custom character graphic?
Downloaded the latest Android Studio, forked the repo, and it builds and runs successfully on the included emulator right out of the box. Nice!
- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
Re: Custom character graphic?
Cool! Thx to OMGeeky, he made it rather smoothe.
I remember that I had needed about 2 weeks to get the right pieces together
It's much better now.
I remember that I had needed about 2 weeks to get the right pieces together

It's much better now.
Nut
- ornsio
- Posts: 19
- Joined: Thu Nov 25, 2021 12:26 am
- android_version: 11 - Android 11
- Contact:
Re: Custom character graphic?
Lol, yeah, so...... I don't think I'm ready to play on that level
