I cannot find a way to get to this map tile. But the directory shows that this tile is filled and does exist.
My map:
The directory:
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
How do I get to this map tile?
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
How do I get to this map tile?
You do not have the required permissions to view the files attached to this post.
- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
Re: How do I get to this map tile?
There is a path to it - I believe you don't want to be spoiled here
Nut
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: How do I get to this map tile?
I would like to be spoiled here, for a few reasons.
- Nut
- Posts: 1770
- Joined: Mon Oct 27, 2014 12:14 pm
- android_version: 8.0
- Location: Glade
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
- Antison
- Posts: 5760
- Joined: Mon Mar 28, 2011 11:33 pm
- android_version: 14 - Android 14
- Location: A home without a beagle is just a house
Re: How do I get to this map tile?
And you also found the gratification of discovering it yourself
"A home without a beagle is just a house"
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: How do I get to this map tile?
According to html map script, I am missing the following places.
One place that stands out to me is "gapfillerhole". I am trying to search for it on https://andorstrail-directory.github.io/map/, but I cannot find it, and there is no search button for me to type "gapfillerhole" in. Where is gapfillerhole?
Also, how do I download the directory for offline use?
Code: Select all
1, level 56, 3275087 exp, 13993 gold
860 places visited (round about), 39 of 899 still unknown.
- aidem_base_1
- aidem_base_2
- elm_4f_5
- fallhaven_derelict2
- gapfillerhole
- haunted_cemetery1
- haunted_cemetery2
- haunted_forest16
- haunted_forest20
- haunted_forest21
- haunted_forest4
- haunted_forest5
- haunted_forest6
- haunted_forest_coffin2
- haunted_forest_way_to_house2
- haunted_forest_way_to_house4
- haunted_house
- haunted_underground_1
- haunted_underground_2
- haunted_underground_3
- haunted_underground_4
- haunted_underground_5
- mushroom_m2_4b
- ratdom_maze_552
- ratdom_maze_627
- rat_mountain_8
- stoutford_smith_basement
- sullengard_inn
- sullengard_west_ravine
- sullengard_woods2
- sullengard_woods3
- sullengard_woods4
- sullengard_woods6
- sullengard_woods7
- sullengard_woods8
- thieves_vault
- thieves_vault_tunnel
- way_to_sullengard_pond_road
- wild6_house_basement
98 quests started (round about), 4 of 102 still unknown.
- The Dead are Walking
- Beer Bootlegging
- The five idols
- Wanted men
Also, how do I download the directory for offline use?
-
- Site Admin
- Posts: 1187
- Joined: Fri Jan 28, 2011 10:17 pm
- android_version: 14 - Android 14
- Contact:
Re: How do I get to this map tile?
Reizy is the current directory's author: https://github.com/reizy/andors-trail-wiki
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: How do I get to this map tile?
ty.
I found gapfillerhole.
I found gapfillerhole.
-
- Posts: 206
- Joined: Sat Jun 17, 2023 4:04 am
- android_version: 2.0
Re: How do I get to this map tile?
Please bear with me for noob questions, I am very new to this.sdevaney wrote: Sun Jan 21, 2024 11:38 pm Reizy is the current directory's author: https://github.com/reizy/andors-trail-wiki
1) The git repository https://github.com/reizy/andors-trail-wiki says
. What does this mean? Do I have to use Create React App to also run this locally?This project was bootstrapped with Create React App.
2) The git repository says
. Where exactly are the game sources? Are they at https://github.com/AndorsTrailRelease/andors-trail? Which of these folders do I need to put in the public directory, and in what format/order? Also, am I supposed to run link.bat?You need game sources (values, xml, drawable, raw) at "public" directry. I use "link.bat" to make Symbolic Link.
3) The git repository says
. Run npm install what? The package.json file in the git repository, or something else?Run 'npm install'
4) The git repository says
. Since I am using linux, do I need to use these instructions? Or will the first set of instructions also work? What is the benefit of one set of instructions over another?To run localy (for UNIX-system)
If your system is UNIX, you can ues makefile instead of ".bat". Tested on my MacBookPro.
Thank you for your help.