Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cburschka/forge
A Python-based Blades of Avernum scenario editor
https://github.com/cburschka/forge
Last synced: 1 day ago
JSON representation
A Python-based Blades of Avernum scenario editor
- Host: GitHub
- URL: https://github.com/cburschka/forge
- Owner: cburschka
- Created: 2013-10-01T18:25:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T00:23:26.000Z (over 11 years ago)
- Last Synced: 2023-05-14T19:35:15.387Z (over 1 year ago)
- Language: Python
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installing Forge
================Requirements
------------
- Python 3 : http://www.python.org/
- GTK+ : http://www.gtk.org/
- PyGObject : https://wiki.gnome.org/PyGObject- An installation of Blades of Avernum, for the graphics files and core scripts.
Currently, only the Windows version is supported (no resource forks).Linux
-----
Tested with Ubuntu 13.04 and Debian jessie/sid.sudo aptitude install python3 python3-gi
Windows
-------
Download the stable builds from the above websites, and hope for the best.Setup
-----
Run this Python script, and enter the appropriate path of the BoA installation../setup.py
Running the Map Viewer
======================Run this Python script:
./main.py
You will be able to open any *.bas file that is in its proper location; that is,
in the same directory with the scenario data script and all the custom graphics.Navigation
----------The map can be scrolled with the arrow keys as well as by dragging the mouse.
The scroll wheel can be used to zoom.