6 ms·
How to play is explained here [1] By the way you can run the games locally. Just download all files. For the forest game you would have a local directory:
by sdkgames 1y ago
How to play is explained here [1]
By the way you can run the games locally.
Just download all files.
For the forest game you would have a local directory:
├── Build
│ ├── Build_7_30_F.asm.code.unityweb
│ ├── Build_7_30_F.asm.framework.unityweb
│ ├── Build_7_30_F.asm.memory.unityweb
│ ├── Build_7_30_F.data.unityweb
│ ├── Build_7_30_F.json
│ └── UnityLoader.js
└── index.html
then just run the following in the directory
python3 -m http.server
[1] https://www.youtube.com/watch?v=a74KM792gbo https://www.youtube.com/watch?v=a74KM792gbo
- gonzalohm 1y agoAnd how do you download the files?
- sdkgames 1y ago1. One can use the browser's devtools (press F12 when browsing the site) to figure out the needed files. 2. Create a list of the files (files.txt). https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Build_7_30_F.data.unityweb https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Buil... https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Build_7_30_F.asm.code.unityweb https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Buil... https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Build_7_30_F.asm.memory.unityweb https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Buil... https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Build_7_30_F.asm.framework.unityweb https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Buil... https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Build_7_30_F.json https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Buil... https://oe.tradoc.army.mil/oegames/landnav/forest/Build/UnityLoader.js https://oe.tradoc.army.mil/oegames/landnav/forest/Build/Unit... https://oe.tradoc.army.mil/oegames/landnav/forest/index.html https://oe.tradoc.army.mil/oegames/landnav/forest/index.html 3. Download the files using the browser or a downloader: wget --input-file=files.txt --show-progress --directory-prefix=forest --force-directories