| Author | Message | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Re: new Endless client made in allegro 4
Hey if someone is intressed in the source i will release it but i have to clean it up first because it looks pretty horrible now xD. anyway Addison I knew FPS weren't good but i was busy with other things so i didnt really care of it at the moment i will try to make it fine :p ( it has something to do with timer? or am i now totaly wrong? xD) at the moment im working on: -config reader ( i will put some things in it like music off/on fullscreen off/on and i will make a config for the map loading. -Walls(so you can't walk trough everything.) btw: i will definitely look at that PE maybe if i get stuck someone can make it better :p Btw i looked to the .egf loader but it still get many errors maybe because im using allegro 4.4? should be cool if it worked from a .egf file :D -clive --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
clive posted: (4th Jul 2010 06:49 am) FPS - Yes you can do it with the timer and there is a tutorial here http://www.loomsoft.net/resources/alltut/alltut_lesson6.htm Config Reader - I've not got to that part yet so can't help. Edit: For the tile specs may I recomend you use a Struct and Array struct TileSpec { bool isSolid; bool isWarp; // More specs obviously and misc information like if it's a warp then you can add the following. int map; int x; int y; bool isDoor; }; TileSpec TileSpec[300][300]; --- I am an alien and not crazy!
|
| Re: new Endless client made in allegro 4
k you helped me alot :p thx about the .egf file? is it possible with allegro 4.4? because i tryed some things but it didnt work --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
Personaly I've tried this one only in Allegro 4.2.2 and LennyLen has also released one for Alegro 4.9.x and I've tested that one in 4.9.19 and 4.9.20. Edit: This is the 4.9.x version aswell if you wan't to test it. http://www.allegro.cc/forums/thread/604040 Note with that release LennyLen forgot to take out two lines of code. look for fopen() and delete it and the line below. It was only a
debug thing he had in there whilst creating but it does make a massive file on your system full of crap basicly. --- I am an alien and not crazy!
|
| Re: new Endless client made in allegro 4
well the problem that i got with this and with the other 1 too is he cant find <load_PE_bmp.h> ow btw timer is in :p also fixed a walk bug --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
clive posted: (4th Jul 2010 10:56 am) You need to have the compiler linking to the include folder where the header is to use it with <> --- I am an alien and not crazy!
|
| Re: new Endless client made in allegro 4
Ok Fps are working fine now deleted everything and made it over now it works fine :) hmm sorry but i don't understand what you mean? --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
You know with EOServ. You have to link some things in order for you to compile? Same with Load_PE_bmp. You have to link the library and set the search directory. --- I am an alien and not crazy!
|
| Re: new Endless client made in allegro 4
well yes i know what you mean but i dont think i got load_PE_bmp but i will look btw if you wanna have the source i will release it here on eoserv but i will say the source is pretty horrible xD how is the lib called? btw i use dev-c++ not codeblocks --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
clive posted: (4th Jul 2010 11:30 am) The source could be handy for anyone wishing to mess around with it and see what they come out with. It could be rather interesting. I have no clue under Dev as I never used it :( --- I am an alien and not crazy!
|
| Re: new Endless client made in allegro 4
k well lucky for me i got google so i will look and maybe i can find something with it. timer is working too :d --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
clive posted: (4th Jul 2010 11:40 am) Google is good when you use it :) The timer is the easy thing :) --- I am an alien and not crazy!
|
| Re: new Endless client made in allegro 4
:p im working on animation now i will update the first post with the source when i'm done with animation but don't flame me off because i coded it so horrible :$ also im trying to load map files from .emf here's the newer version http://www.megaupload.com/?d=QDRZYC8V --- opensource isometric game engine ~ www.avac-engine.blogspot.com
|
| Re: new Endless client made in allegro 4
I will download it in a second, Just got back home and cooking my tea so you'll get my input real soon. --- I am an alien and not crazy!
| |
