Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
105 user(s) are online (73 user(s) are browsing Forums)

Members: 0
Guests: 105

more...

Headlines

 
  Register To Post  

« 1 ... 5 6 7 (8) 9 10 11 ... 33 »
Re: New Games possible?
Quite a regular
Quite a regular


See User information
MiniGl=OpenGl .But minigl has not so much code.The coder must think about that.I think it is possible,but it will be a reduced version

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@all
I compile latest version of PLIB (1.8.5), and it works fine, some examples works fine, but there is last one problem : main PW functions (such as pwInit, pwCleanup, pwSwapBuffers) are os specific. There is support of Macos, Win32 and X11 only.

So, if games use pw fucntions directly, then i should write that stuff for aos4 specific (which is looks not so hard in general), but if games not use any pw fucntions at all (there is many other fucntions in PLIB, which can be used without, and i think some games use it like that), then what i have already will make sense too.

EDIT: I check SuperTuxKart sources for now, and it uses only 2 modules from PLIB : sg and ssg (boch are works for now). So, will try to build that nasty game.


Edited by kas1e on 2010/8/22 15:16:54
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@kas1e

There is an "ancient" OS4 port of this library, maybe you can obtain the help you need by Hans

http://hdrlab.org.nz/projects/the-source-code-recycling-bin/

Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@samo79
Yeah, already checked. Hans say on that page, that for his version network does not works, but for my version it already works (trying to compile SuperTuxKart already).

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@kas1e

This SuperTixKart ?

http://supertuxkart.sourceforge.net/

Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@kas1e

Great work with plib. Hope you upload it to the depot too. And hope you get that game working aswell.

X5000
Go to top
Re: New Games possible?
Quite a regular
Quite a regular


See User information
@samo79

Yes

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@ALL

Here is:

Resized Image Resized Image Resized Image

FPS are slow like hell. I think 4-6 FPS on my peg2/1ghz. And CPU are 100% loaded. I think big problem there give for us our OpenGL realisation. Releasing of such slow game make no sense imho, so better to wait for x1000 and new 2d/3d drivers.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New Games possible?
Quite a regular
Quite a regular


See User information

Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@ALL
Uploaded my version of PLIB on os4depot (which i use for builing STK).

@Joeled
Will check it now

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@kas1e

Mmmm seems pretty, I would like to try even if slow, can you release it as a beta form ?

Go to top
Re: New Games possible?
Just can't stay away
Just can't stay away


See User information
@kas1e

huh?... i thought plib was shitloads of work to port?
and doesn't tux racer need tcl?
maybe you'll be able to port penguin racer now as well then?
i got the impression it is less cpu hungry, but i might be wrong.

Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@spotUP

Quote:

huh?... i thought plib was shitloads of work to port?

Some modification was done , yes, but nothing so heavy. But interl pw function not works at moment (what also not so hard to implement, there is only few). But i will do it if only some games which want plib, will want it (to make sense of that work)

Quote:

and doesn't tux racer need tcl?

You mean SuperTuxKart ? If yes, then nope, it not use TCL at all. Just few fixes in configure, then few fixes in code itself (not many, but some was annoing), and that all. Dunno still why it 100% of cpu loading , maybe i can somehow change that later..

Also, that version which i compile, its last stable one, but they (authors of STK), have make few more beta after that, where they remove PLIB at all because it ancient. Maybe the latest version can be faster a bit, need to check.

@Samo79
Why not, will upload binary today .

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New Games possible?
Quite a regular
Quite a regular


See User information
@kas1e

Great! Egoboo feels a little bit like Dungeon Keeper Looks like a really funny game!

http://www.youtube.com/watch?v=47s_GMuT8Cw

Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@Joeled

I see 29-30 FPS on that video (which imho was grabbed from fast enough machine) . Anyway need to try of course, maybe we will lucky

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: New Games possible?
Quite a regular
Quite a regular


See User information
@kas1e

Let us hope so!

Go to top
Re: New Games possible?
Just can't stay away
Just can't stay away


See User information

Go to top
Re: New Games possible?
Quite a regular
Quite a regular


See User information
@spotUP

Looks very nice!!

Go to top
Re: New Games possible?
Just popping in
Just popping in


See User information
@kas1e

Thank you very much for porting SuperTuxKart :) Could you upload it to OS4Depot?

@all

I've made a cover for the Amiga version:

http://www.supertuxkart-amiga.de/supertuxkart-cover-amiga.pdf

Cheers,

Xeno


Edited by xeno74 on 2010/10/13 1:21:47
Go to top
Re: New Games possible?
Home away from home
Home away from home


See User information
@xeno74

Cover looks very nice ! And x1000 requements looks pretty right too.

I can upload binary here (will do it in next 30 minuts), just for everyone in interest, but dunno should i upload that madness slownes on os4depot ?:)

I also for now do not know why it so slow: because of our opengl implementation, or because of 1ghz of cpu ?

ps. it also crashes on exit, but i just not fix that because when i see how slow it is, i not think that fixing of crash on exit make sense ..

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top

  Register To Post
« 1 ... 5 6 7 (8) 9 10 11 ... 33 »

 




Currently Active Users Viewing This Thread: 2 ( 0 members and 2 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project