Hi Egon & everyone,
Just to let you know about Bloodridge, a jPCT project I've been working on.
I've posted details on http://www.javagaming.org/forums/index.php?topic=15960.0
Cheers,
Simon
Hey, that's pretty cool. It's a bit difficult though, because i'm dying all the time and aiming with arrows or magic is difficult too. Maybe a kind of (semi-) auto-aiming would help a lot in this regard.
When using the software renderer, you may want to have a look at the MipMapper-class that can be found in the download section to reduce texture aliasing (at the cost of some performance of course, but usually not much if even noticable).
About the "JOGL-calls" at JavaGaming.org: jPCT can render hardware accelerated (using LWJGL, not JOGL...but who cares...) into an applet too when using the AWTGLCanvas, but i don't think that it's worth the trouble. Software for the applet and hardware for a webstart version sounds more reasonable to me.
Oh, and about the sound: The system i'm using in Paradroidz seems to be pretty stable. At least i haven't got a single complaint about it not working. Sources are here: http://www.jpct.net/download/paradroidz_src.zip
Thanks Egon,
I'll check that sound system out and look at MipMapper (but FPS is a BIG concern!)
QuoteIt's a bit difficult though, because i'm dying all the time
I could stop the enemies shooting at you if you think that'd make it easier! :wink:
Quote from: "Hrolf"I'll check that sound system out and look at MipMapper (but FPS is a BIG concern!)
Give it a try anyway. If performance drops, make it an option.
I've added Bloodridge to the projects page. I hope you don't mind.
Looks very good:)
Nice work.
Hi Egon,
Vers. 0.0.2 is now up.
I've added the MipMapper & it looks good (but a bit 'blurry' sometimes?) and the performance drop is barely noticable - nice one!
I also used the Javax sound API as you suggested which seems more reliable and has also allowed me to realistically reduce volume over distance - much better! Hope it works ok on linux...
Thanks
Mipmapper is quite noticable;) Good work;).
Also, I run Ubuntu Edgy, and the sound could be heard, and I get 16-19 FPS, so it works in linux.
hey that seems quite cool and promising :D welcome to jPCT world ;)
r a f t
Quoteso it works in linux
Fantastic! Thanks Cyber!
No problem;)
Quote from: "Hrolf"
I've added the MipMapper & it looks good (but a bit 'blurry' sometimes?) and the performance drop is barely noticable - nice one!
Yes, but it improves image quality greatly IMHO. I've noticed a little flaw that, if you disable it and enable it again, mipmaps get mipmapped again, which leads to too much blur. I think this is related to the way the MipMapper works (by changing the actual textures of the polygons). When disabling it, one may have to reset all mipmapped polygons to their original texture. I'm not sure now, if the MipMapper has a method to do this, but if it's an issue, you should be able to add it yourself easily.
I tried to finish the "keep"-mission...it's impossible IMHO... :wink:
Can i heal myself somehow? Are the enemies respawning after they have died or just after i have?
You can heal yourself with spell 6 (shoot at the ground near yourself), but it's not a good system - I need to look at that...
Respawning happens in 'reinforcement waves' every 15 seconds (different times for humans & svarts).
To finish the keep: from the start, jump up onto the ledge above the tunnel and go through the doors to the ledge on the other side. Wait here until the area below is clear(ish). Get the cauldron spell ready then sprint along the roof and jump down to the gate, fire the spell, then run back to cover beside the svart spawn building. It's not easy but it is possible!
I do need to do some easier missions though - I'm looking at mission design now, but I really have to decide whether to go for a single- or a multiplayer game as the level design considerations are totally different...
Doh! I've never realized that there is a healing spell...i just don't know why. It's so obvious... :oops:
About the multiplayer/singleplayer-decision: I think the problem with multiplayer is to find enough players. Maybe a hybrid would work, where you can play actual singleplayer missions with some human players if available.
QuoteMaybe a hybrid would work, where you can play actual singleplayer missions with some human players if available
My idea was full multiplayer but to use bots make up the teams if there aren't enough humans... Ideally a player would not be sure whether the other players were humans or not!
The trouble with single player is that maps need to be much larger and enemies more varied to sustain interest - both of which up the poly count and artwork time. Multiplayer lets me re-use maps & enemies - I must have played some Wolfenstein ET maps hundreds of times!