EOSERV Forum > Lounge > Isocraft (EO minecraft) Game [v0.04] New!
Topic is locked.
Page: << 1 2 3 4 5 6 >>
Isocraft (EO minecraft) Game [v0.04] New!
Author Message
Post #78720 Re: EO Minecraft Game [working on it again]

Thx :) well i'm going to add alot more stuff before I release the beta. working on the site for it atm.

Updates:


*Recoded map loading it can now load bigger maps (don't know the limit atm)

*working on the website atm.



---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 5 weeks ago
Post #78727 Re: EO Minecraft Game [working on it again]

if you're loading into an array you can use for example.

int*** tiles;

load_map()
{
    int map_width = 100;
    int map_height = 100;

    tiles = new int(map_width)
    
    for (int i=0; i<map_width; i++)
    {
        tiles[i] = new int(map_height) 
    }
}

That would make the array dynamic so as big as you wish :P

Note: I cannot garrentee if that is correct but it's something like that.

Edit: You can do the same for structs ect

---
I am an alien and not crazy!
14 years, 5 weeks ago
Post #79381 Re: EO Minecraft Game [working on it again]
updates:

Added crack effect.
saves/load from a file.
recoded inventory with counter mine = + place = -
tiles around lava will light up.

http://www.youtube.com/watch?v=77aZ97WY0Fw


v
---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 5 weeks ago
Post #79731 Isocraft

When will ya release it?

14 years, 4 weeks ago
Post #79732 Re: EO Minecraft Game [working on it again]

Here's the video of the stage atm:

http://www.youtube.com/watch?v=77aZ97WY0Fw


Updates today (these updates aren't fixed/added on the video yet):

Fixed transparant bug.

Added "controls" button.

Changed the gui a bit.


Project has be renamed to Isocraft I'm also working on the site for it atm. about a release date i'm not sure i'm thinking about adding alot of stuff first before even think about releasing it, although i first will make single player done and release it and than start working onmultiplayer.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 4 weeks ago
Post #79766 Re: EO Minecraft Game [working on it again]

Nice work! Keep it up.

---
I forgot what I was going to write...
14 years, 4 weeks ago
Post #79773 Re: EO Minecraft Game [working on it again]


damn that nust have taken alot of work. Just like the one i was gonna do, Zombie City but i gave up :/

14 years, 4 weeks ago
Post #79783 Re: EO Minecraft Game [working on it again]

pixeling the blocks is alot o work

---
~~ When life give you pasta, you eat it ~~
14 years, 4 weeks ago
Post #79830 Re: EO Minecraft Game [working on it again]

Although i've said before i wanted to release a early version i've decided to release the very early version atm because some people have been asking alot for it, You can download the game from http://isocraft.net/downloads.php

Note: this is a very early version and i'm still planning on adding alot and really alot more stuff into it, also this version isn't online yet only single player atm. There are also still some bugs you will notice when you'll download the game, you don't have to remind me because of them. if the game doesn't run though i would love to know that.


Ps: If this is advertising than I will delete the link. (although it isn't online so i don't think it would be unfair compared to servers)

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 4 weeks ago
Post #79831 Re: EO Minecraft Game [working on it again]

:O downloaded it, Looks very cool!! :D

14 years, 4 weeks ago
Post #79835 Re: EO Minecraft Game [early release]

Well, It can be classed as advertising in a way since we had to sign up just do download it.

I'll edit this with my thoughts in a few minutes as I'm just downloading it.


Edit:

Okay, It looks pretty good but I can tell you are trying to render outside of the screen because when I am walking on the ground it lags like hell. Whilst on top of the tree or the mountain it works perfectly.

I'd suggest defiantly fixing that before it is a real release.

---
I am an alien and not crazy!
14 years, 4 weeks ago
Post #79837 Re: EO Minecraft Game [early release]

It could be advertising but there wouldnt be a reason to delete the post because:

1. It is not online
2. It is not EO

14 years, 4 weeks ago
Post #79838 Re: EO Minecraft Game [early release]
Hollow posted: (25th May 2011 05:14 pm)

It could be advertising but there wouldnt be a reason to delete the post because:

1. It is not online
2. It is not EO

LOL, Yea I know that :)

---
I am an alien and not crazy!
14 years, 4 weeks ago
Post #79839 Re: EO Minecraft Game [early release]

Kay ;] I just wanted to say it =P Becuse it would be really sad if sausage or another admin would delete the post.

14 years, 4 weeks ago
Post #79840 Re: EO Minecraft Game [early release]

I can't see them doing that to be honest. I've also updated my post with my views on the current test release.

---
I am an alien and not crazy!
14 years, 4 weeks ago
Page: << 1 2 3 4 5 6 >>
Topic is locked.
EOSERV Forum > Lounge > Isocraft (EO minecraft) Game [v0.04] New!