Code Monkey home page Code Monkey logo

reuben3-meta's People

Contributors

sorunome avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

pguyot

reuben3-meta's Issues

Dépendance manquante

Le projet refuse de compiler à cause de la dépendance manquante RTCZero.

reuben3.ino:2:21: fatal error: RTCZero.h: No such file or directory

#include <RTCZero.h>
^
compilation terminated.`

Quelle est la librairie à installer dans l'environnement Arduino ?

Weird enemy & player damages

In some fights (battles), enemy damage is 0 (which is surprising) and player damage is 65535 (max value for uint_16). Fight obviously ends there and this is always the first round. I believe I started noticing this at level 10 or more.

Occurs with binary release shipped with Gamebuino.

Stuck when entering door at map boundary

Despite fix in May 2018 commit, the bug still occurs when entering Tavern in modern Aerilon (moving up).

Player is stuck at the door, outside, with no possibility to get inside or back.

Where is editable uncompressed data?

PHP-based editor is difficult to use as it cannot read compressed data in .h files and requires an SQL database which seems to be unavailable. An SQL dump would be welcome.

Several strings are missing in German and French

Working on fixing typos in French, I noticed that several strings are simply missing from the game, in German and in French.

Missing strings in German are strings with the following id (id being 0-based index in stringsLut_de, parameter _i to Text::load):

  • 2
  • 78
  • 114
  • 177
  • 201

Missing string in French is string with id 150.

For example, strings.h currently reads:

const Strings_LUT stringsLut_de[] = {
    { 0, 0 },
    { 47, 0 },
    { 63, 0 },
    { 64, 0 },

In decompressed chunk 0, string at index 2 starts at 63 and ends immediatly (character 63 being a null byte).

As a consequence (in French), I was surprised to find out much later in the game that there was a fish in the inventory: the French text is simply missing, and the NPC never mentioned they were giving Reuben a fish.

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.