Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (dr_panther, 1 invisible), 620 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rate Thread
screengrabs from my Fine Art "game" project #224260
08/29/08 11:16
08/29/08 11:16
8 Images
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
screengrabs from my Fine Art "game" project

Here are the new images captured from a 3 screen setup through a Matrox Parhelia graphic card. Great fun with such a wide image..
+
Last edited by anime; 08/31/08 20:41.
6 Comments
Re: screengrabs from my Fine Art "game" project [Re: anime] #224356
08/29/08 18:42
08/29/08 18:42
Joined: Feb 2006
Posts: 616
Netherlands
cartoon_baboon Offline
User
cartoon_baboon  Offline
User

Joined: Feb 2006
Posts: 616
Netherlands
Well it definitely is psychedelic. Can you tell some more about the project?

Re: screengrabs from my Fine Art "game" project [Re: cartoon_baboon] #224368
08/29/08 19:21
08/29/08 19:21
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
anime  Offline OP
Junior Member

Joined: Aug 2003
Posts: 50
Norway
Thanks for the comment!

Yes.. Guess I never got over the 70ties.:-)Inspired by Japanese "superflat", which suits my own artistic view.

The images are from a level which probably is a little like a underwater world, or a prehistoric time on earth when there were just plants..and maybe some huge insects....There is also music here made by a British/Norwegian electro accoustic composer called Natasha Barrett.
I have six main levels and 5 intermediate ones.
Have been working on it for 6 years..I try to do all the "wrong" things in 3DGS. To make it do what I want, which it isn`t built for. Besides, I can`t program, only modify scripts.
After I removed a lot of selfshading and other shadows, the "game" runs really smoothly on a 3 screen setup with a resolution of 3840 x 1024.

Thomas Oppl helped me in the early stages. I am very grateful to him for that.

Re: screengrabs from my Fine Art "game" project [Re: anime] #224375
08/29/08 19:48
08/29/08 19:48
Joined: Feb 2006
Posts: 616
Netherlands
cartoon_baboon Offline
User
cartoon_baboon  Offline
User

Joined: Feb 2006
Posts: 616
Netherlands
ok. I'd never heard of Superflat^^ I just googled it. Well it looks like a really original project and your determination is pretty impressive.

I guess the next thing we'd all want to see is a video of some sort^^

Re: screengrabs from my Fine Art "game" project [Re: cartoon_baboon] #224405
08/29/08 22:25
08/29/08 22:25
Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
cro_games Offline
User
cro_games  Offline
User

Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
You need to set:
Code:
camera.aspect = 2.8125;

If you want to get real 3840x1024 resolution. wink
Because now you have 4:3 screen resolution,only stretscht to 3840x1024:
http://img529.imageshack.us/img529/2631/ralnoln5.jpg

Last edited by cro_games; 08/29/08 22:43.
Re: screengrabs from my Fine Art "game" project [Re: cro_games] #224629
08/31/08 12:36
08/31/08 12:36
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
anime  Offline OP
Junior Member

Joined: Aug 2003
Posts: 50
Norway
Hi and so many thanks for your small piece of code!!
I added it to my "surround.wdl" and got a great result. Now I can also vary the FOV and get the unstretched image!!

I will post some new images with the new aspect ratio asap.
I am amazed at the friendlyness and intelligence of the people in this forum. If the leaders of the world had been forum members, I am sure there had been world peace by now!!

Re: screengrabs from my Fine Art "game" project [Re: anime] #224631
08/31/08 13:20
08/31/08 13:20
Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
cro_games Offline
User
cro_games  Offline
User

Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
Np. man,any time.Btw i like the screenshots. laugh
I want to see screenshots with new aspect! wink
p.s.
You can use:
Code:
camera.aspect = (screen_size.x/screen_size.y)/(4/3);//in this case camera.aspect = 2.8125;


Last edited by cro_games; 08/31/08 13:26.

Moderated by  jcl, Realspawn, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1