Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by savetherobots

  1. savetherobots

    [Release] Drift City 2008 (TW) Client & Server (Docker/Linux Repack)

    Here's my short guide (text/video) to setting up these files without the use of Docker: You must be registered for see element.
  2. savetherobots

    [Release] Drift City 2008 (TW) Client & Server (Docker/Linux Repack)

    are you using the config file from this repack? if you are not running it inside docker, you will need to change the computer name in the config. then it will apply the correct settings on startup
  3. savetherobots

    [Release] Drift City 2008 (TW) Client & Server (Docker/Linux Repack)

    this is for local development, so "if I already use a vps" is not the target audience if you're already managing a server and know what you're doing.. just read the compose config and do the same as for whether or not it's unnecessary, it's not about maximizing resource usage, it's about...
  4. savetherobots

    [Release] Drift City 2008 (TW) Client & Server (Docker/Linux Repack)

    Try changing the first line of your Dockerfile to FROM i386/debian:buster-slim
  5. savetherobots

    [Release] Drift City 2008 (TW) Client & Server (Docker/Linux Repack)

    Very very easy to set up if you have Docker installed. Works best on Linux, works fine on Windows. For those unfamiliar with Docker, it's basically software that makes it simple to create and manage VMs. This is a set of configurations that lets you set up your database and run your Drift City...
  6. savetherobots

    [Release] DC Offline (mini-Rice)

    the server files can be built from the code in the Rice repo as well
  7. savetherobots

    Requesting assistance

    The stored procedure is already there in the database, but you need to rewrite some of it to work properly.
  8. savetherobots

    Requesting assistance

    if you set it to use TW authentication, it will use the getAccInfo procedure for that
  9. savetherobots

    Requesting assistance

    The error is from the stored procedure that you need to fix for auth to work.
  10. savetherobots

    Requesting assistance

    the server seems to be set up correctly. you will need to bring your own client as the EC client is fitted specifically for EC edit: well, one thing on the db - the auth stored proc that comes with it will not work out of the box
  11. savetherobots

    [Release] .HIT to .OBJ converter (and back!)

    HitConvert is now part of open-source RiceConvert, which I'm bundling with RicePack. Download RicePack (AGT, TDF, LOF) and RiceConvert (HIT): You must be registered for see element.
  12. savetherobots

    [Release] AGT Packer/Unpacker

    AGTPack2 is now RicePack, is open source and available for download here: You must be registered for see element.
  13. savetherobots

    [Release] DC Offline (mini-Rice)

    Server developers: this is just a compact version of Rice ("offline" branch on GitHub) meant for local development, if you're familiar with Rice there's nothing to see here. I included an unpacked DriftCity.exe that skips GG and file checks for a very fast startup time. Want to drive around...
  14. savetherobots

    [SBOL] 首都高バトルOnline (Shutoko Battle Online) Server development

    Superb effort. I'm working on a similar game server and file converters/packers for Drift City. Let me know if you need an extra hand with anything in particular.
Back
Top