Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Hahah sweet.
Keep us posted
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
I might. I'm not big on having FPO on these forums. I have it posted, just because. I doubt I'll update the post often though.
hello, having a bit of trouble.
im not sure if perhaps i overlooked something.
The game loads but the screen doesnt fill in. i can type, just cant see anything.
FPS is higher and constant but there is nothing there. 
any ideas ? ill post copies of the codes ive places if needed and also if anyone has the source for this it would be helpful since the links are dead.
Thanks
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
You adding it to a blank copy of mirage?
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Robin Wrote:You adding it to a blank copy of mirage?
Doubt it. Prolly ES.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Haha.
Well, I managed to add it to Silverdale so it shouldn't be too hard.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
ya im trying it currently on a blank es before i try it on my personal game.
it seems simple enough, im just thinking i possibly didnt do something right, my direct x skills are far from great.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Try it with a blank copy of MS.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
eh it should work for anything im guessing. Im not thinking its the engine thats the problem, im thinking im not setting the color key right or something.
heres a link of what ive done so far, maybe someone can spot where i messed up, shouldnt be to hard
Quote:spirea.flphost.com/Optimized_Surfaces_ES_HalfWorking.zip
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
No, but it's still best to try it on the engine it was designed for first, to make sure you're doing it right.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
The f'? I only get 16 fps O___O.
Kuja Wrote:The f'? I only get 16 fps O___O. whats ur computer specs, what are u running, Ms unedited ?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Kuja Wrote:The f'? I only get 16 fps O___O.
You did it horribly, horribly wrong.
I'm guessing you're blting the map every loop.
Or you're too retarded to take off the FPS cap.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Dave Wrote:Robin Wrote:Or you're too retarded to take off the FPS cap. You guys are so imature, the fps cap for those who don't know is the fps lock. You can basicly just search for fps I think and it will say something about + 50 or so. Comment those 3 lines out.
I think you search for..
lock the fps
or
lock fps
It's something like that either way.
i removed this.
' Lock fps
Do While GetTickCount < Tick + 35
DoEvents
Loop
and the fps didnt go up, was it supposed to ?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Yes.
Unless you're using Elysium.
Elysium is so poorly done that the FPS cap isn't even needed.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
=/ erm is there anyway to salvage it and bring the fps up ? what went so horribly wrong in es that has amounted to this ? the game loop ?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
frozengod Wrote:=/ erm is there anyway to salvage it and bring the fps up ? what went so horribly wrong in es that has amounted to this ? the game loop ? ES has too much stuff going on.
also i found this in big reds edit. he didnt remove the fps cap ??? but yet it still runs at 49 + fps ?
' Lock fps
Do While GetTickCount < Tick + 20
DoEvents
Loop
thats from his source
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
It doesn't matter how you tweak those numbers in the cap, removing it should set your fps to around 500-1000.
If nothing happens when you remove that cap, then the fault is not the cap. The fault is that you must be running a unbelievable big gameloop and doing a tremendous amount of things in it. I dont know what kind of things es has in its gameloop, but I doubt they messed it up that big.
So I'd bet you have done something wrong when trying to add this, post all your code and hope for someone to take the time and read it.
Moved this to a help topic.
I got an idea.
Don't use ES.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Worst thing in that?
Visual Inventory xD
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
OMG, what did you just do????? xD
Make a new topic for this in the help board. And for god sake use the CODE tag and not the quote tag. And hell, I will never ever read that code without indents..
Edit: Code: If Val(GetVar(App.Path & "\Main\Config\config.ini", "CONFIG", "SpeechBubbles")) = 1 Then
They are using a getvar in the gameloop, use a variable es Please!
ps. I cant even find the visual inventory in all of that code..
|