How do I get to this map tile?
Posted: Thu Jan 11, 2024 7:52 am
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:
My map: The directory:
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
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
. 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.
. 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.
. Run npm install what? The package.json file in the git repository, or something else?Run 'npm install'
. 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.