Files you copy/install must be compatible with your game architecture.
- Install libgconf
- Add this to launch options:
LD_LIBRARY_PATH=/path/to/pango-1.43/lib %command%
- Run BalanCity.
Get that file from here: https://chromium.googlesource.com/chromium/reference_builds.
Extract and replace index.html
from the package.nw
with this patch applied to it:
@@ -52,7 +52,7 @@
<script src="jquery-2.1.1.min.js"></script>
<script src="moment-with-locales.min.js"></script>
- <script src="Steam4C2.js"></script>
+ <script type="module" src="Steam4C2.js"></script>
<script src="pathfind.js"></script>
This gist is licensed under CC-BY-SA 4.0.