Skip to content

jhekasoft/instead-manager

Repository files navigation

instead-manager

There is old version. InsteadMan 2 is available here: http://github.com/jhekasoft/insteadman.

Manager for INSTEAD repositories. It's working on GNU/Linux, Windows and probably on the other UNIX-systems (FreeBSD, MacOS etc).

INSTEAD site: http://instead.syscall.ru

More information at http://instead.syscall.ru/talk/index.php/175-instead-manager

Configuration

You can change configuration at the instead-manager-settings.json (instead-manager-settings-win.json for Windows). Example:

{
    "repositories": [
        {"name": "official", "url": "http://instead-launcher.googlecode.com/svn/pool/game_list.xml"},
        {"name": "instead-games", "url": "http://instead-games.ru/xml.php"},
        {"name": "instead-games-sandbox", "url": "http://instead-games.ru/xml2.php"}
    ],
    "games_path": "~/.instead/games/",
    "interpreter_command": "instead"
}

For Windows 64bit system you should change interpreter_command path to the Program Files (x86):

"interpreter_command": "\"C:\\Program Files (x86)\\Games\\Instead\\sdl-instead.exe\""

Command line interface

alt text

UNIX systems:

python3 instead-manager.py -h

Windows systems:

py -3.4 instead-manager.py -h

GUI

tkinter implementation.

alt text

UNIX systems:

python3 instead-manager-tk.py

Windows systems:

py -3.4 instead-manager-tk.py

Documentation

See it here.

About

Manager for INSTEAD repositories

Resources

Stars

Watchers

Forks

Packages

No packages published