Just questions :)

A place for general discussion about the content and gameplay of Andor's Trail.
acridpot
Posts: 59
Joined: Fri Oct 13, 2023 7:50 am
android_version: 10 - Android 10

Re: Just questions :)

Post by acridpot »

No way... For real...? Without any experience...? 😅
tactical371
Posts: 182
Joined: Sat Jun 17, 2023 4:04 am
android_version: 2.0

Re: Just questions :)

Post by tactical371 »

Antison wrote: Tue Nov 21, 2023 7:20 pm
acridpot wrote: Tue Nov 21, 2023 6:34 pm
Antison wrote: Tue Nov 21, 2023 11:27 am Building quests and maps requires no coding skills
Eh, how would that work...?
Like you mean sharing ideas on the forum...? 😅
No. Using our proprietary Andor's Trail Content Studio application
Is this not the complete source code? https://github.com/AndorsTrailRelease/ATCS
User avatar
Nut
Posts: 1510
Joined: Mon Oct 27, 2014 12:14 pm
android_version: 8.0
Location: Glade

Re: Just questions :)

Post by Nut »

That is the source of ATCS, the content editor with which we create new projects.
The game source itself is here https://github.com/AndorsTrailRelease/andors-trail
Nut
tactical371
Posts: 182
Joined: Sat Jun 17, 2023 4:04 am
android_version: 2.0

Re: Just questions :)

Post by tactical371 »

Very good, thank you.
tactical371
Posts: 182
Joined: Sat Jun 17, 2023 4:04 am
android_version: 2.0

Re: Just questions :)

Post by tactical371 »

Nut wrote: Wed Nov 22, 2023 11:39 pm That is the source of ATCS, the content editor with which we create new projects.
The game source itself is here https://github.com/AndorsTrailRelease/andors-trail
I was confused, since Antison said it was proprietary, which usually means closed-source. What license is the ATCS licensed under? I know the game itself is licensed under GPL 2.0.

Also, the latest release for ATCS on github is at May 1, 2020. Is there an updated studio, or is that really the latest? https://github.com/AndorsTrailRelease/ATCS .
User avatar
Antison
Posts: 5266
Joined: Mon Mar 28, 2011 11:33 pm
android_version: 14 - Android 14
Location: A home without a beagle is just a house

Re: Just questions :)

Post by Antison »

tactical371 wrote: Thu Nov 23, 2023 3:38 pm
I was confused, since Antison said it was proprietary, which usually means closed-source. What license is the ATCS licensed under? I know the game itself is licensed under GPL 2.0.

Also, the latest release for ATCS on github is at May 1, 2020. Is there an updated studio, or is that really the latest? https://github.com/AndorsTrailRelease/ATCS .
The fact that it's proprietary is irrelevant. My point was that it was an application that was built in-house.
And whether or not it's open-sourced is also irrelevant.
And the version of ATCS that we are using internally is relatively brand new and has not been merged into the latest release.
"A home without a beagle is just a house"
User avatar
Nut
Posts: 1510
Joined: Mon Oct 27, 2014 12:14 pm
android_version: 8.0
Location: Glade

Re: Just questions :)

Post by Nut »

Don't mix the things here. In fact there are 3 sources:

- ATCS editor: This is just our content editor. It was created by a former developer, so it's free to use for Andor's Trail development. Its sources lie in a git repository.

- ATCS Projects: The content created by ATCS is held in another git repository - one repository for each new release.

- AndorsTrail game source: This is the source that is finally compiled to the game APK.
ATCS has an export function that can merge an ATCS project to the game source.

Normally developers just work on ATCS projects and do not compile the APK. (The setup is a bit tricky, so I do it from time to time during development)

And everything we create is open source and under gnu license.
Nut
Post Reply