emoose / OutRun2006Tweaks

Turning and spinning and spinning and turning, woah!
MIT License
351 stars 0 forks source link

[Feature Request]: Misc. Online requests #108

Open Tenome opened 3 months ago

Tenome commented 3 months ago

Describe the feature you'd like to see added

  1. Chat function?
  2. Increasing the character limit of the lobby name?
  3. While trying to get Radmin to work one time, it loaded up 10 ghost players somehow. Would more than 6 people be possible for online lobbies? OR2006C2C_bBE9ySClHX
emoose commented 3 months ago

0x65A7B1 (byte) seems to store slot count, changing to 10 shows it as limit but no idea if game would work with it. (might need to go into Game Settings menu and make a change for it to stick, that'll set it back to 6 though unless you set 4913D9 -> 90 90 90)

The lobby name buffer only has space for 16 chars, but the way it's transmitted to server/clients would allow it to be any size really, maybe can find some way to extend the buffer size.

Chat would be nice, think I did see some stuff for it in the DW code but guess game doesn't make use of it, maybe could just add something so that lobby host also hosts a chat server too which clients could connect to

Tenome commented 2 months ago

I never ended up trying the slot count edit, but do you think it would work with only the host making the address edit?