Search results

  1. Kevin

    Want to help me work on a UO web client?

    Not having to install the UO client. :p I suppose mobile phones would be able to use it as well, as long as they support WebGL and websockets (which most already do). The memory limitations of mobile phones would be a challenge though. You wouldn't need to patch clients as well (if that's still...
  2. Kevin

    Want to help me work on a UO web client?

    Hello! I'm working on developing a web client for UO. Right now, I have a decent amount of the front end working (i.e., connects to the server, handles several packets, displays a lot of debugging information, and does other cool things). It's on Github...
  3. Kevin

    Hi web client?

    Hey there! I'm the creator of uojs. I scrapped the original project (because the codebase was shitty af) but I decided earlier this month to remake it, if you'd like to check it out: https://github.com/kevinhikaruevans/uojs2 The new project is more modular, easier to understand, has build...
  4. Kevin

    Compiler fails each time

    Weirdly enough, I got it working without any hiccups on one of my Ubuntu servers. I just installed mono-complete and ran make and it worked fine. ¯\(°_o)/¯ I'm guessing it's some dependency issue, probs something is installed on the base Ubuntu installation that isn't installed on Debian, or...
  5. Kevin

    How do you see the console output after you have left your session?

    I've been running it tmux just for debugging, but I think the best way would be to make it into a systemd service, then use logger & logrotate to actually store the logs as files.
  6. Kevin

    Compiler fails each time

    Also! I used the makefile to compile everything and run it initially. Running the makefile also outputted some weird escape character and made the shell all wonky. Not sure what's actually causing that. I really wish I could remember how I fixed this issue.
  7. Kevin

    Compiler fails each time

    Hi all! I'm trying to get ServUO working under Mono 4.2.3 on Debian 8.3 amd64. I've got the library & server compiled, but whenever I try to start the server, the compiler fails to compile. Here's the output: Scripts: Compiling C# scripts...Error: System.Exception: Compiler failed to produce...
Back