Subliminal Demo Testing

Started by
45 comments, last by Luke Philpot 18 years, 11 months ago
Hey All. I have a demo thati've been working on in my spare time. Its an FPS, using OpenGL, OpenAL, Cg and Newton Game Dynamics. But, i want to test it for compatablility between graphics cards, as well as take any comments you might have. So please, download the demo here SBML.zip (its about ~7.5mb) and tell me if it works, or if it doesnt, and your system...and any other comments you feel like sharing. It has a Config file, 'SBMLcfg.txt', that has flags for: Y-Axis mouse flipping. Locking the mouse to a point on the screen. Screen window sizes. and Level of Detail for the map (it has 4 levels of detail: Bump Mapping, bump+parallax mapping, bump+relief mapping and bump+self-shadowing relief mapping). It also has 4 guns (select with keys 1,2,3): 1. Steyr Aug (LMS fire gun) 2. Grav Gun (LMS 'pushes' an object, RMB 'Grabs' one) 3. Pulse Rifle (LMS to fire) Thanks for any help. -Twixn-
I am Me...you cant argue with THAT can you!!!
Advertisement
LOL, just straight HTML...fair enough

Yeah, i wouldnt be surprised it dosnet work...it needs at least an ARB_fp card (NV GF 5200+ or ATI 9500+ i think anyway, just going from glView's database).

But still, thanks.

-Twixn-

[EDIT] Ok, your post dissappeared as soon as i replied...??? [/EDIT]
I am Me...you cant argue with THAT can you!!!
The app runs fine on an Athlon XP 2500+, 1024MB RAM, Radeon 9600XT (Catalyst 5.1), Windows XP Pro SP2, but the shadows are all wrong:
Free Image Hosting at www.ImageShack.us
A still shot does not tell the whole story; the shadows move around with the camera.


jfl.
Quote:Original post by jflanglois
A still shot does not tell the whole story; the shadows move around with the camera.

jfl.


OK, its probably the matrix being passed to the shader...are the level shadows and the ragdoll shadow doing the same thing?

-Twixn-

PS, SBML has had known problems with ATI hardware...its progressed alot, it actually RUNs semi-properly now, but as you spotted, some ATI bugs still need ironing out.
I am Me...you cant argue with THAT can you!!!
Well, the ragdoll and the world do not cast any (visible) shadows...
Free Image Hosting at www.ImageShack.us

jfl.
Here try this:

SBMLfix.zip

its a ~50k patch with a readme telling you where the files go (theres only 2 files and a readme).

Subliminal used to be inconsistant with passing the float4 light position to the shader, (passing 4 floats, then 3)...so i replaced the shader to usea float3 for the light pos, and adjusted the uniform passing to give only 3 floats.

-Twixn-
I am Me...you cant argue with THAT can you!!!
Hi, just tested the demo with the new patch, on my ati 9800.
The world, the ragdoll and the huge wood crates shadows are fine, but the small crates shadows are all messed up , like jflanglois says, the move around with the camera, it seems theres a mission popmatrix on or something like that..
Well, the patch fixed the map and ragdoll shadows...and seeing as those dont have matricies.

The level is in global space, but so is the ragdoll as Newton (the physics engine) gives me the bone matricies in global space...so it looks like it IS the matrix.

I'll post a new fix in a few mins.

-Twixn-

[EDIT] Ok there is a new patch
SBMLfix.zip
again only 50k, and works fine with the original ~7.5mb download.

Im not too sure if this will do anything...its just a test.

Im pretty sure the stack is fine, GLIntercept gives me no errors.[/EDIT]

[Edited by - Twixn on May 6, 2005 7:05:43 PM]
I am Me...you cant argue with THAT can you!!!
Works well for me, good job, only problem i have is that it acts kinda wierd if you try and jump while moving on top of a box (im sure this is Newton's fault) im sure theres a way to deal with that

cheers
-Dan
When General Patton died after World War 2 he went to the gates of Heaven to talk to St. Peter. The first thing he asked is if there were any Marines in heaven. St. Peter told him no, Marines are too rowdy for heaven. He then asked why Patton wanted to know. Patton told him he was sick of the Marines overshadowing the Army because they did more with less and were all hard-core sons of bitches. St. Peter reassured him there were no Marines so Patton went into Heaven. As he was checking out his new home he rounded a corner and saw someone in Marine Dress Blues. He ran back to St. Peter and yelled "You lied to me! There are Marines in heaven!" St. Peter said "Who him? That's just God. He wishes he were a Marine."
Ok, good...what card do you have?

And naah, its my fault...i allow the player to jump when they're vertical velocity is within a certain thresh-hold...the thing is that the player has a 'softness' level to interact with the boxes better, but while standing on then it makes the player near-constantly just outside the jump thresh-hold...its a bug i will fix soon

-Twixn-

I am Me...you cant argue with THAT can you!!!

This topic is closed to new replies.

Advertisement