Giter VIP home page Giter VIP logo

swrebellioneditor's Introduction

SWRebellionEditor

A Windows-only library with tools that let you edit data files for the Star Wars Rebellion video game (1998)

Reading the data

from swr_ed.base import ALL_MANAGERS 
import json 
game_directory = 'C:\Steam\steamapps\common\Star Wars - Rebellion'
for manager_class in ALL_MANAGERS: 
    manager = manager_class(game_directory) 
    manager.load() 
    print(json.dumps(manager.data, indent=2))

Setting up

Because this is a really old game and the library makes use of DLL libraries that come with the game, we need to make sure to install the 32bit version of Python3 (currently 3.10.6).

While the DLLs used are mostly just simple resource files but the library uses the Windows 32 bit API to make use of them.

Other useful links and software

swrebellion.net

Most of the work in this repo would not be possible without the help and data available in https://swrebellion.net/ (in particular this forum thread)

While the site itself sees little activity and it is sometimes unavailable, it seems that someone is keeping it alive.

RebEd v0.26:

RebEd is an editor for Star Wars Rebellion / Supremacy ((c) Lucas Arts Company) made by Revolution ([email protected]) in contribution with a lot of people.

This is the software this code is attempting to reverse engineer and update to 2022 standards.

You can find it online with a simple search

ResourceHacker

ResourceHacker comes in handy to inspect/update the contents of the DLL libraries included with the game.

This project aims to make it possible to update such things from a handy interfase.

However, this may take a while and you may want to use ResourceHacker in the meantime

swrebellioneditor's People

Contributors

lvisintini avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.