Commit Graph

13 Commits

Author SHA1 Message Date
Nut.andor
93fb964467 We need the content files duplicate to be compatible with ATCS.
Symlinks would be better, but git doesn't handle them as needed.
2022-07-24 12:48:07 +02:00
Nut.andor
9907caed9f Migration to actual AndroidStudio version
Copy  ...\AndorsTrailRelease\andors-trail\AndorsTrail  to  a temporary directory, then delete it.

Open Android Studio, New > Import Project, select the AndorsTrail folder from the temporary location, choose  ...\AndorsTrailRelease\andors-trail\AndorsTrail  as target directory.   Click next a few times.
It then shows some error about not finding build tools. Below it there should be the option to 'Add google Maven reposiroty and sync project'. Click that option and then 'Do Refactor' (Bottom Left).

In the newly created file 'app/build.gradle'
In line 4 change the compileSdkVersion to 30 (or higher?)
In line 9 change the minSdkVersion to 14 instead of 4
In line 22 change the version from '29.+' to '28.0.0' and the compile at the beginning to implementation
Then Click 'Sync Project with Gradle Files' (icon in top right) that should no longer give errors.

Then replace the url in the tmx files with an https version of it since it makes problems later on (Replace  "http://"  to  "https://"  with Notepad++ for all *.tmx  files in subfolder XML)

After that rename all maps to .xml instead of .tmx (CMD:  ren  ...\AndorsTrailRelease\andors-trail\AndorsTrail\app\src\main\res\xml\*.tmx *.xml)

Edit the .ignore file
2022-06-18 10:25:29 +02:00
Zukero
e631e849e3 Patched all maps to include latest set of tilesets. 2016-08-08 16:34:30 +02:00
Oskar Wiksten
8b3ac992ce Remove obsoleted "width" and "height" on <objectgroup> in TMX files 2013-11-10 21:10:48 +01:00
Oskar Wiksten
b898cf7f7c Rename TMX property "outside" to "outdoors".
* Outdoors is a better name for this, because that's what we actually mean by it. Outside is ambiguous in this context. Outside is what it's called in Swedish :)
2013-11-03 08:20:00 +01:00
Oskar Wiksten
44511650a1 Map tile alignment tweaking (thanks Tomcat!) 2013-07-15 11:33:01 +02:00
Oskar Wiksten
fac19a1561 Remove "respawn: false" from all tmx files (it's replaced by a property on the monstertype instead). 2013-06-15 11:25:44 +02:00
Oskar Wiksten
91fc3a7745 Updated tmx files with new tileset files. 2013-02-03 10:34:16 +01:00
oskar.wiksten
f883abf632 Updated quest text for "Feygard errands" (thanks fiernaq)
Fixed unresolvable quest "Missing pieces" (thanks chaosrunner87)
Adjusted descriptions of "Dark blessing of the Shadow" so that it is more apparent that it can not be upgraded more than 1 level.
Added property to maps that are considered outdoors (will be used for worldmap).
Adjusted tile-loding code so that all available graphics are actually loaded.
Changed colors of "mountain brute" (thanks ctnbeh13)
Added journal fragment in BWM cabin that gives a hint on how to get out of there.
Added sign text to woodcave that hints at a future quest (thanks ctnbeh13)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@228 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-04-17 20:42:42 +00:00
oskar.wiksten
4551b8b443 English conversation corrections, do not use "patron" to mean "owner" (thanks Grävling)
Some map fixes from issue 177 (thanks Samuel)
Cleanup of misplaced tiles on lots of maps.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@219 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-02-13 21:32:12 +00:00
oskar.wiksten
941208377a Added the first waterway maps, including pwcave.
Added monsters to fields* and loneford* maps (monsters not defined yet).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@149 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-05 19:43:46 +00:00
oskar.wiksten
50477db962 Corrected naming of tileset "tiles_1_8" in all maps.
Corrected transparent tiles.
Corrected conversation "guthbered_lookforsigns_1" to require "prim_hunt:60".

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@119 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-03 12:38:37 +00:00
oskar.wiksten@gmail.com
0025a448ac 30 new maps (Crossroads, Loneford) from michischmid.
Fixed flagstone0 diagonal movement restriction (issue 170)
Corrected some mapchange areas in Blackwater Mountain.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@60 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-22 21:27:11 +00:00