mefistotelis

Results 52 issues of mefistotelis

The examples come from older versions, and command line doesn't match. Specifics: from page: https://github.com/JesusFreke/smali/wiki/DeodexInstructions ``` -> baksmali boot.oat +> baksmali list dex boot.oat -baksmali -x -c boot.oat -d /tmp/framework...

The bug is not in original game. Restarting the game with 'R' spawns the agents/zealots with default weapons for that level, rather than weapons bought by the player.

bug

That was always highly requested feature, for all Bullfrog games. **Personal approach:** I really like the special style of pre-GPU rendered 3D games; each of them looked really unique, especially...

refactoring

The Bullfrog Library could be changed into a static library, and kept in separate folder. This way it would be much easier to share patches with other Bullfrog games, ie....

refactoring

Sound and music support should be separated from the main game, into its own static lib. Example of a project where bfsoundlib is already a separate static lib: https://github.com/mefistotelis/genewars

refactoring

The bug was already there in the original game. If a weapon is selected for selling in **Equip** screen, loading a game and getting back to **Equip** allows to sell...

bug
since 1996

The bug was already there in the original game. If a weapon is selected for selling in **Equip** screen, then **All agents** button is clicked - it is possible to...

bug
since 1996

Some video card drivers do not properly support 640x400, and either refuse to enter it, or crash when the mode is switched from it. The original SW port just used...

enhancement

The tools currently require Python 3.6, and Ubuntu 16.04 only has Python 3.5 in its repositories. To update the Python version and install necessary packages for hardcoder tools: ``` sudo...

There are many Python version for Windows; here you will see how to install one which is definitely not the easiest, but it comes with a large collection of Unix...