Hubcapp

Results 31 comments of Hubcapp

Definitely something we're still interested in...!

Any way you can do it without modifying too much of the OpenRSC source is fine. Ideally it would be RSC235 over websocket instead of TCP.

As long as it is to RSC235 spec & client behaviour isn't apparently different to users, I don't mind any drastic rewrites you mention. Those are the only goals that...

Unfortunately, that message is hard-coded in the client and can't be changed. It is definitely confusing to users, and so a custom response code (possibly of 26) is a definite...

We could also just change the message for that response code in openrsc server config mode. Maybe there is a custom packet that is ignored by base 234 client, but...

Currently it is created in initWorlds(), in Settings.java, with the line `createNewWorld(1);`

Labelling as a bug, since this issue could make sections of the game unusable for some people until it is fixed.

Possibly we would want to just hook the colour conversion for color codes, plus the health bar. ` @red@ @gre@ @gr1@ @gr2@ @gr3@ @or1@ @or2@ @or3@ ` would all have...

Hi, thanks for this, there are a few revisions I would need to include this in the main RSC+ repo though. 1. Please run `ant format-source`! There are some very...