Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Beanie93

Members
  • Posts

    289
  • Joined

  • Last visited

    Never

Posts posted by Beanie93

  1. @sillfox:

    > ok i downloed the file then there was no server in the server FILE and i downloed the EO drownloads at the top ^ then i put the server in the server file run it and it was working
    >
    > i run the client try to make a account then i go warrior and the server give me a error / game
    >
    > Run time error '9' subscript  out off range

    So, you're using a default EO server… your name shouldn't be sillfox... it should be sillyfox.
    You need to use a CS:DE server... but your problem is that there's no server.exe in the folder, right? You compile the server from it's source project, which should be called server.VBP.
  2. Well, right now, clearly we aren't doing anything. I'm waiting for the GUI to be made to start working on the game again, and hopefully get a release soon.

    @RobJanes:

    > This is one of a few projects on here I think has a lot of potential

    Thanks, as I said, hopefully soon I'll have a talk with Becky about when to make a new test, or even get ready for the first official release. Although there are just a few more features to get done, we're always open to suggestions. :)

    @RobJanes:

    > let me know if there's anything I can do to help, all for helping other indies get started.

    I don't think we need help at this state, thanks! But if you got something to offer, I'd be glad to hear.
  3. Look for
    ```
            Player(Index).PlayerQuest(i).Status = Buffer.ReadLong
            Player(Index).PlayerQuest(i).ActualTask = Buffer.ReadLong
            Player(Index).PlayerQuest(i).CurrentCount = Buffer.ReadLong
    ```and replace it with
    ```
            Player(MyIndex).PlayerQuest(i).Status = Buffer.ReadLong
            Player(MyIndex).PlayerQuest(i).ActualTask = Buffer.ReadLong
            Player(MyIndex).PlayerQuest(i).CurrentCount = Buffer.ReadLong
    ```
    That was an issue in Alatar's Quest System, although this is not my fix. Credits go to softvokong (or something like that) for this fix.
  4. If you mean you only see code, then do what Aeri says.
    However, if you mean the forms look all gray, and don't have a GUI, it's because the game loads the GUI files found at data files\graphics\gui on startup.
×
×
  • Create New...