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
Just questions :)
-
- Posts: 65
- Joined: Fri Oct 13, 2023 7:50 am
- android_version: 10 - Android 10
Re: Just questions :)
No way... For real...? Without any experience...? 
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: Just questions :)
Is this not the complete source code? https://github.com/AndorsTrailRelease/ATCSAntison wrote: Tue Nov 21, 2023 7:20 pmNo. Using our proprietary Andor's Trail Content Studio application
- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
Re: Just questions :)
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
The game source itself is here https://github.com/AndorsTrailRelease/andors-trail
Nut
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: Just questions :)
Very good, thank you.
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: Just questions :)
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.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
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 .
- Antison
- Posts: 5759
- 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 :)
The fact that it's proprietary is irrelevant. My point was that it was an application that was built in-house.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 .
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"
- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
Re: Just questions :)
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.
- 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