From 11fca081b1241e1915f357fa40baa3e97aceb823 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 3 Dec 2022 01:03:52 -0700 Subject: Start reviving this ancient project. (It's pretty cool). Got it to compile using Stack. Skybox works, but nothing else really does. I think this is a problem with how the program is interpreting the surface pixels when calculating the map terrain and elevation. I think some TLC is in order. --- terralloc | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 terralloc (limited to 'terralloc') diff --git a/terralloc b/terralloc deleted file mode 100755 index 3280cbe..0000000 --- a/terralloc +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -PATH="$PATH:dist/build/terralloc.bin/" terralloc.bin +RTS -K3000000000 -RTS $@ -- cgit