v0.8.9 (Bugfixes + translations) released to 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.9) from Google, F-Droid, our server, or itch.io

Have you created a map?

Discussions of the development process of the game.
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Have you created a map?

Post by Zukero »

Moerit wrote:Hello Guys!
Because this is my first post i have to say: im really addicted to AT :).
Hello and welcome to the forums !
Moerit wrote: But lets get back to topic.
I started playing around with Trail, then i hung a little bit more in it and now im on the way to do a new Quest and about 4-6 maps for it.

none of then is actually ready because the are some obstacles to get the Quest/map working. thats all i have to tell right now cause i dont want to spoil the quest ;)
I guess you mean "Tiled", not "Trail", but I'm glad to hear we may have found a new content maker ! Actually, I started actively contributing by having an idea about a quest requiring 4-6 maps too... that was in end of August, and now, I almost don't play AT, I just play with the code and content editors !

If you want to share with the team without spoiling (I did the same), ask Scott (user sdevaney) by PM for membership to the developers group, so you have access to a team-private section.
Moerit wrote:
But ive got two Questions which might be answered in this thread:
1: How do you test your maps? Which Andorid Emulator do you use? i downloaded ADT Bundle but still dont understand why it isnt working...
This, in itself, is worth a thread or even a tutorial. I'll try to cover the basics of what I found out by experience these last weeks.

The ADT Bundle can be three things (wording changes here and there) :
- The full eclipse bundle, made of Eclipse, the ADT eclipse plugin, and the android SDK
- The eclipse plugin alone (in eclipse wording, they sometime call that bundles). In that case, go download the full eclipse ADT bundle.
- Android Studio, the new dev environment based on IntelliJ Idea instead of eclipse, also containing the android SDK. I think it's not mature enough, and I'm more familiar with Eclipse, so I can't help mush on this one.

In the Android SDK directory, you have a program called "SDK Manager". Using it, you should be able to install the "Intel x86 Atom System Image" for the latest SDK version. If you have an intel processor with virtualization extensions (Intel VT-X), you should also download the HAXM driver, in the "extras" section. Then, using the virtual device manager (there's a button in eclipse and android studio to launch it), you can create a new AVD using this x86 image. It is WAY FASTER than the ARM emulation on standard PCs. Expect around 5 to 10 times faster.

However, the cool way to do it even faster, is to hook any android device to debug. If you have an old phone, or can spend a few bucks to buy the cheapest android device you could find, even used, it is worth it (I'm using my old Galaxy Spica, one of the oldest and slowest devices out there).

Then, find the AndorsTrailApplication class, and set the variable DEVELOPMENT_DEBUGRESOURCES to true. Then dig a little in the resources files to edit the debug map to do a mapchange to one of yours, and to include yours in the resources loaded in debug mode (more on that would require a full tutorial, which I may write someday, but definitely not today).

Then, you should be good to go. If you have issues with the basic setup of your dev environment, I suggest you read Google's tutorials, and should you be blocked somewhere, you can PM me.

Moerit wrote: 2:Who would be kind enough to answer some questions about mapmaking? And yes, i already have read all tutorials.
I can certainly answer some, at least for the technical side. For someone experienced (to say the least) with AT mapmaking, PM Ian, he's the one who wrote the tutorials. He is THE reference, and can help you on the artistic side of it too. If it's about where you can get a spot in the AT world for your maps, consider talking to Tomcat, he is our world map master. Take this into account when map making (what trees to use, what ground, snowy, desert, forest, fields...).

I may give more useful indications if I knew a bit about your background (experience, in Development, Java, Android, Object-Oriented programming, System administration... all in all, what geek are you ? :D)

Guess I've said all I had to so far. Huge post. I'm exhausted.... :P

If you read this far with no TL;DR, you just won a virtual thumb up already : ;) =b
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
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Have you created a map?

Post by Pyrizzle »

Zukero: You are AWESOME!

Moerit: Welcome to the team! I'll get in contact with SDevaney about getting you onto the Dev Group so you can have a good place to post ideas, thoughts, questions, etc.
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Moerit
VIP
Posts: 107
Joined: Wed Oct 16, 2013 6:44 pm
android_version: 4.1 - Jellybean

Re: Have you created a map?

Post by Moerit »

I agree that Zukero is AWESOME!!

Actually he helps me getting my maps tested on my device...but thats another long story which i'll post later to share what problems i encounter and which solutions worked finally.

Thanks for your welcoming me Pyrizzle. Getting another place to discuss mapping things without spoiling the quest would be great - even that i only made the layout,a bit about questlog and concrete storyline right now. I'll surely have some Questions later on about the content editor :) (yesyes - i read the tutorial first...about 50 times enough?)

I dont have any great experience with programming (a bit HTML long time ago). I had liked to made maps in Starcraft:Broodwar but never done something in java.
Lvl: 16, XP: 47538, Gold: 474, RoLS: 0, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0, SRoV: 0, VSH: 0, WMC: 0, GoW: 0
HP: 151, AC: 248%, AD: 29-40, AP: 4, ECC: 22%, CM: -, BC: 160%, DR: 5
Ian
Posts: 395
Joined: Wed Nov 02, 2011 10:24 am
android_version: 4.2
Location: Germany and the world of AT :D

Re: Have you created a map?

Post by Ian »

Lol, I thought that I've already answered to the new posts but anyway here it is:

Well done Zukero! I really like your post!

@Moerit: It's awesome you want to create some maps and a quest! As Zukero suggested, feel free to PM me about any mapping related issues (and content editor). :)
But please don't ask me about java, I'm still learning it at school and wouldn't be much of a help. ;) Luckily we've got Zukero who's very good at that.
Mapmaker for Andor's Trail
Lvl: 73, XP: 6655552, Gold: 327905, RoLS: -, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 2, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 58, AC: 260%, AD: 52-62, AP: 3, ECC: -, CM: -, BC: 164%, DR: 1
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Have you created a map?

Post by Zukero »

Thanks guys for the praise.
Moerit's post count is only at 3, but we exchanged almost 10 PMs each, and finally got his environment working. I think he's gonna flood us with good stuff and pesky interesting questions.
Last issue was caused by me, and my bad habit of commiting too quick... :?

It gave me a good grasp at explaining how to setup a testing/dev environment, and I feel like writing a tutorial for it.. but I have code to do too... :roll:
I'll stick to code for now... just long enough to have all the features I wanted to write my quest as I wanted (even though it is likely to imply creating a whole scripting language and associated engine for AT). :ugeek:
So, you can expect a burst of documentation from me..... around Q2 2014.... :lol: :evil:
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
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Have you created a map?

Post by Pyrizzle »

If you go end up getting bit by the writing bug and decide to write up a guide send me a link when you are done. I'd love to read it

Have a great day Zukero, happy hunting.
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Moerit
VIP
Posts: 107
Joined: Wed Oct 16, 2013 6:44 pm
android_version: 4.1 - Jellybean

Re: Have you created a map?

Post by Moerit »

Hey guys

Because my first project is getting a little bit more complex than i suggested at first i made some other maps.
Just to fill some empty space in the world map, this maps could be alligned south of wild6, wild9 and wild10, east of wild7 with only a few modifications on existing maps (The borders are marked with the golden flair).
What do you think of them?
I left some way to the south open - there could be another cave.
Actually i think about a little "collect some mushroom" Quest in the house.
I'm interested in hearing your feedback.
You do not have the required permissions to view the files attached to this post.
Lvl: 16, XP: 47538, Gold: 474, RoLS: 0, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0, SRoV: 0, VSH: 0, WMC: 0, GoW: 0
HP: 151, AC: 248%, AD: 29-40, AP: 4, ECC: 22%, CM: -, BC: 160%, DR: 5
User avatar
PK17
Posts: 839
Joined: Fri Jul 20, 2012 7:33 pm
android_version: 4.0

Re: Have you created a map?

Post by PK17 »

Do you have a map for inside the house?

----------

Also, you might already know but talk to Tomcat about possibly getting it put in, someone might already have that spot reserved. Although the maps do look similar to that general area and it seems that there would be more than a few spots it will fit into. Keep up the good work.

I abandoned my mapmaking for a while to learn/work with the content editor.
Take a stop by my game thread for some forum fun!!!

http://andorstrail.com/viewtopic.php?f=9&t=4577
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Have you created a map?

Post by Pyrizzle »

PK17 wrote:Do you have a map for inside the house?

----------

Also, you might already know but talk to Tomcat about possibly getting it put in, someone might already have that spot reserved. Although the maps do look similar to that general area and it seems that there would be more than a few spots it will fit into. Keep up the good work.

I abandoned my mapmaking for a while to learn/work with the content editor.
It does take a little time to get used to, that is for sure. =)
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Moerit
VIP
Posts: 107
Joined: Wed Oct 16, 2013 6:44 pm
android_version: 4.1 - Jellybean

Re: Have you created a map?

Post by Moerit »

Maps inside the house - is it too large?:(didnt made the cellar yet)
You do not have the required permissions to view the files attached to this post.
Lvl: 16, XP: 47538, Gold: 474, RoLS: 0, ElyR: 0, RoL: 0, ChaR: 0, GoLF: 0, ShaF: 0, SRoV: 0, VSH: 0, WMC: 0, GoW: 0
HP: 151, AC: 248%, AD: 29-40, AP: 4, ECC: 22%, CM: -, BC: 160%, DR: 5
Post Reply