Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (EternallyCurious, howardR), 646 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 248 of 554 1 2 246 247 248 249 250 553 554
Re: What are you working on? [Re: Realspawn] #415333
01/17/13 15:00
01/17/13 15:00
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline
Expert
sivan  Offline
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
after correcting my stupidity, and lowering cluster size thus enshorting unit path searches, lightly blurred stencil shadows work fast enough for low poly units and buildings, and looks fine together with static lightmap of static objects. it seems to be a good alternative of pssm shadows for slower pcs.



Free world editor for 3D Gamestudio: MapBuilder Editor
Re: What are you working on? [Re: sivan] #415352
01/17/13 16:52
01/17/13 16:52
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
nice to see the progress, sivan laugh

Quote:
it seems to be a good alternative of pssm shadows for slower pcs.
Talking about performance I really reccomend you to work on the script / unit-management!
610 functions running at the same time are clearly too much.
So before adjusting the balance between graphics and performance to get as much fps as possible you should optimize your code.
That would result in better performance without worse quality tongue


POTATO-MAN saves the day! - Random
Re: What are you working on? [Re: Kartoffel] #415355
01/17/13 17:11
01/17/13 17:11
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline
Expert
sivan  Offline
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
thanks, of course, it is also under development, I'm just cutting up my spaghetti, and making it much more modular, then I'll be able to decrease loop quantity as it was recommended by others too. only group and map updates are optimized.
I simply had no enough time for it because of my job, and had only time to play with some graphics performance optimization solutions (few-minute-long modifications and tests).
moreover, I also have to redesign my entity and database structure to be more flexible, which is still in brainstorming phase. the current system is a bit rigid and okay only for a simple RTS battle game, not for an age of empires 2 like RTS.


Free world editor for 3D Gamestudio: MapBuilder Editor
Re: What are you working on? [Re: Kartoffel] #415356
01/17/13 17:13
01/17/13 17:13
Joined: Apr 2008
Posts: 2,488
ratchet Offline OP
Expert
ratchet  Offline OP
Expert

Joined: Apr 2008
Posts: 2,488
@RealSpawn :
i like a lot your simple and ready to use Template, ideal for quick level test, or to begin some FPS base game before improving it !

@Sivan:
I would want to say : go for C++.
Just Call 3DGS renderer and level loader !
An better why not C++ plugin : Call to Direct X hardware animation handling as you don't have the pro version.

And yes animated sprite for soldiers indeed on far distances !
It's only some quad , incredibly less CPU or GPU than a real animated mesh (even if low poly).




Last edited by ratchet; 01/17/13 17:20.
Re: What are you working on? [Re: ratchet] #415358
01/17/13 17:27
01/17/13 17:27
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline

X
rayp  Offline

X

Joined: Jul 2008
Posts: 2,107
Germany
@Realspawn
So my basic shooter template is not good enough for you i see grin


Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: What are you working on? [Re: rayp] #415366
01/17/13 19:17
01/17/13 19:17
Joined: Apr 2008
Posts: 2,488
ratchet Offline OP
Expert
ratchet  Offline OP
Expert

Joined: Apr 2008
Posts: 2,488
I don't use templates, i just seen Realspawn talking about a simple complete working one very basic, so i'm interested.
Where is yours ?

Re: What are you working on? [Re: ratchet] #415368
01/17/13 19:54
01/17/13 19:54
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline

X
rayp  Offline

X

Joined: Jul 2008
Posts: 2,107
Germany
it was a joke of mine.

http://www.rp-interactive.nl/ws/wshops.html
Hostet on realspawns server
have fun

Edit: Its not really a template, its more a how to get startet for fps and some basic stuff.

Last edited by rayp; 01/17/13 19:56.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: What are you working on? [Re: rayp] #415383
01/17/13 22:39
01/17/13 22:39
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Working on cathode ray tube (CRT) shaders. For that "AAA?"-"How about no?"-feeling. On your oldschool TV.


Re: What are you working on? [Re: HeelX] #415384
01/17/13 22:54
01/17/13 22:54
Joined: Jul 2001
Posts: 4,801
netherlands
Realspawn Offline

Expert
Realspawn  Offline

Expert

Joined: Jul 2001
Posts: 4,801
netherlands
@ratchet i am tweaking the last few things. it will be soon
online as it holds all the basics with simple code to use and study.

@rayp
I got the joke grin but you know me, i always want a few extra's to make it more appealing so i made some crater sprites and some simple explosions. Put my own cool picture in it have ammo number and health pickup and real bullets laugh
working elevator and gates so all to create a very simple shooter and learn from it laugh

Last edited by Realspawn; 01/17/13 22:59.

Find all my tutorials & Workshops at : www.rp-interactive.nl

Creativity starts in the brain
Re: What are you working on? [Re: Realspawn] #415387
01/17/13 23:47
01/17/13 23:47
Joined: Jul 2002
Posts: 3,208
Germany
Error014 Offline
Expert
Error014  Offline
Expert

Joined: Jul 2002
Posts: 3,208
Germany
Changing material settings and coding some ambient and athmospherical switches to increase the athmosphere of a level.

But now I'm too close to see if I'm making progress or not. I'm grateful for any feedback and suggestions!
Keep in mind that I'm interested in suggestions for all kind of settings, not only for a forest at night!

Top: Before
Bottom: After.



I guess it might be too dark already. Augh.

EDIT: Second shot:



I'm also having some slight trouble with draw_obj, but the bigger problem is using PP-effects on a camera-view when camera.bg is set to a transparent value - it goes insane there. frown Has anyone encountered that problem before?


Perhaps this post will get me points for originality at least.

Check out Dungeon Deities! It's amazing and will make you happy, successful and almost certainly more attractive! It might be true!
Page 248 of 554 1 2 246 247 248 249 250 553 554

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