Recent content by Fire-Dragon-DoL

  1. Fire-Dragon-DoL

    CentrEd+

    Damn, that's incredibly annoying. I did get the app to run on ubuntu using wine, but apparently it supports only up to 7.0.18 as client. I'm currently sticking to an older client version (7.0.15), since I'm alone and want to focus on the gameplay currently. Editing the map is a need for my idea...
  2. Fire-Dragon-DoL

    Any way to pre-compile scripts instead of compiling when server starts?

    I develop on Ubuntu, that's why I'm not using Visual Studio. I can test with Monodevelop, but I'd rather have a functioning Makefile so that I don't need the full IDE just to compile the project. But thanks, you gave me what I was looking for, the Makefile and the sln/csproj file are maintained...
  3. Fire-Dragon-DoL

    Any way to pre-compile scripts instead of compiling when server starts?

    That works great from my point of view. Do I have to do anything special to compile the scripts as a DLL? The existing Makefile doesn't seem to do it (I'm using VS Code, not visual studio, so things might differ)
  4. Fire-Dragon-DoL

    Any way to pre-compile scripts instead of compiling when server starts?

    I think I have been misunderstood, there are multiple things I want to do, but the main one is actually running automated tests, which on top of my mind I can't think of how to run them without compiling the scripts first
  5. Fire-Dragon-DoL

    Any way to pre-compile scripts instead of compiling when server starts?

    Thanks for the input. I don't have a problem with re-compiling (it doesn't recompile the project from scratch either. It just restarts), I'd rather do most of the coding before performing an actual interactive test (going in-game and try if the thing works), by checking if the flow works with...
  6. Fire-Dragon-DoL

    Any way to pre-compile scripts instead of compiling when server starts?

    Hello! I'm a software developer and having the build-run-buildscripts process is just an annoyance. I'd rather build the scripts as part of the (existing) Makefile. I see two options: - A command line option to compile the scripts before the server is started (I don't think this is supported) -...
  7. Fire-Dragon-DoL

    CentrEd+

    Hello, is the code open source? I read that it's possible to run on Linux, but I can't find a downloadable version of it or the source code to compile it myself
Back