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

Eclipse Origins v2 Beta


Robin
 Share

Recommended Posts

  • Replies 3.3k
  • Created
  • Last Reply

Top Posters In This Topic

Yeah! ;D
So it shall continue under dev ^^. On the other hand I've been thinking on translating this to multiple languages, so it can expand if the Eclipse community want's to, link: http://www.touchofdeathforums.com/smf/index.php/topic,61447.0.html
:)
Link to comment
Share on other sites

@DshWinchester:

> I am waiting :renzo:

1) Yeah we all are waiting, most of us with better respect and restraint then you.
2) The update will come to us moments after Robin posts it, not before, so sit back relax and realize that as much HARD work as is going into this, we are all lucky to be handed this type of engine, without any expectation of return.
Link to comment
Share on other sites

In the InitServer Sub you need to change:
```
If LCase$(Dir(App.Path & "\Data\items", vbDirectory)) <> "items" Then
        Call MkDir(App.Path & "\Data\items")
    End If

    If LCase$(Dir(App.Path & "\Data\maps", vbDirectory)) <> "maps" Then
        Call MkDir(App.Path & "\Data\maps")
    End If

    If LCase$(Dir(App.Path & "\Data\npcs", vbDirectory)) <> "npcs" Then
        Call MkDir(App.Path & "\Data\npcs")
    End If

    If LCase$(Dir(App.Path & "\Data\shops", vbDirectory)) <> "shops" Then
        Call MkDir(App.Path & "\Data\shops")
    End If

    If LCase$(Dir(App.Path & "\Data\spells", vbDirectory)) <> "spells" Then
        Call MkDir(App.Path & "\Data\spells")
    End If

    If LCase$(Dir(App.Path & "\data\accounts", vbDirectory)) <> "accounts" Then
        Call MkDir(App.Path & "\data\accounts")
    End If
```

to

```
If LCase$(Dir(App.Path & "\Data\items", vbDirectory)) <> "items" Then
        Call MkDir(App.Path & "\Data\items")
    End If

    If LCase$(Dir(App.Path & "\Data\maps", vbDirectory)) <> "maps" Then
        Call MkDir(App.Path & "\Data\maps")
    End If

    If LCase$(Dir(App.Path & "\Data\npcs", vbDirectory)) <> "npcs" Then
        Call MkDir(App.Path & "\Data\npcs")
    End If

    If LCase$(Dir(App.Path & "\Data\shops", vbDirectory)) <> "shops" Then
        Call MkDir(App.Path & "\Data\shops")
    End If

    If LCase$(Dir(App.Path & "\Data\spells", vbDirectory)) <> "spells" Then
        Call MkDir(App.Path & "\Data\spells")
    End If

    If LCase$(Dir(App.Path & "\data\accounts", vbDirectory)) <> "accounts" Then
        Call MkDir(App.Path & "\data\accounts")
    End If

    If LCase$(Dir(App.Path & "\data\animations", vbDirectory)) <> "animations" Then
        Call MkDir(App.Path & "\data\animations")
    End If

    If LCase$(Dir(App.Path & "\data\resources", vbDirectory)) <> "resources" Then
        Call MkDir(App.Path & "\data\resources")
    End If
```
So it checks for the Animations and resources directories.
Link to comment
Share on other sites

@DocZoppaII:

> @DshWinchester:
>
> > I am waiting :renzo:
>
> 1) Yeah we all are waiting, most of us with better respect and restraint then you.
> 2) The update will come to us moments after Robin posts it, not before, so sit back relax and realize that as much HARD work as is going into this, we are all lucky to be handed this type of engine, without any expectation of return.

Dr. Dre: Alright, calm down.
Relax, start breathin'…
Eminem: F

ups ;D
I am waiting= Anxious
thats all
Link to comment
Share on other sites

@DshWinchester:

> @DocZoppaII:
>
> > @DshWinchester:
> >
> > > I am waiting :renzo:
> >
> > 1) Yeah we all are waiting, most of us with better respect and restraint then you.
> > 2) The update will come to us moments after Robin posts it, not before, so sit back relax and realize that as much HARD work as is going into this, we are all lucky to be handed this type of engine, without any expectation of return.
>
> Dr. Dre: Alright, calm down.
> Relax, start breathin'…
> Eminem: F
>
> ups ;D
> I am waiting= Anxious
> thats all

Anxious of what? Robin getting pissed, bored, hateful and only releasing the next one to a private crowd for a week? lol… I shouldn't tempt him. Stop overdoing it. :D Robin will get it out soon enough. He's by far the fastest programmer I've ever seen when it comes to releases.

@Robin:

> I just didn't bother adding them. xD
>
> I don't spend much time sanitising administrator's actions. As I see it, my job isn't to baby sit game developers, it's to baby sit the game's players.

Hey that sounds like "noob proof development"
Link to comment
Share on other sites

@Azure:

> He's by far the fastest programmer I've ever seen when it comes to releases.

I only get a few hours a week to work on Origins a week. What happens is that I'm constantly thinking of ways to do things. Whilst I'm at work, at college or travelling I'll picture how I'd develop a system and I actually get to the point where I've already thought up all the systems I need for it to work.

Then I can sit down and get a relatively complicated system like P2P Trading done in a couple of hours.
Link to comment
Share on other sites

That's basically what Anasky has me doing. I think up how the system should work and then explain it to him in a detailed manner. He's not nearly the programmer you are, but for free he's more than good for me.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...