Daimonin
Members login
Sign Up!
problems?
Home
•
Game Guide
•
Support
•
Shop
•
Gallery
•
Forum
•
Download
Daimonin Forum
Welcome Guest, you have to register to post here.
Search
Advanced search
News
Stats
74034
Posts in
6702
Topics by
8113
Members
Latest Member:
honda
Daimonin Forum
|
Project News
|
Official announcements
|
Programmers' blogs
| Topic:
polyveg: 2006-05-26: TileEngine
« previous
next »
Pages:
[
1
]
Go Down
Topic: polyveg: 2006-05-26: TileEngine (Read 1073 times)
polyveg
Administrator
Karma: +6/-1
Posts: 164
polyveg: 2006-05-26: TileEngine
«
on:
May 26, 2008, 12:13:07 pm »
I am home again and still have some days off.
The problem is that my wife knows about it and her todo list is much longer than the daimonin todo list.
So what happened the last "days" to the client3d?
I have found a way to speed up the tileEngine alot. It has the sideeffect of an extra Atlastexture,
but I can't see another way to make client3d work on small computers, so I don't care about it.
We only use 3! texture units for drawing the terrain + 1 texture unit for the terrain shadow.
When you take a look at other engines on the ogre3d site, you will see that other projects need MUCH more units to do the job -
so I think we have found the right way.
Currently red is on the shadow part (including the coding of the shadow forumulas!) and I am on the documentation of the engine.
Logged
smacky
Administrator
Karma: +114/-96
Posts: 5251
Re: polyveg: 2006-05-26: TileEngine
«
Reply #1 on:
May 26, 2008, 12:31:49 pm »
Quote from: polyveg on May 26, 2008, 12:13:07 pm
The problem is that my wife knows about it and her todo list is much longer than the daimonin todo list.
I bet she has a detailed roadmap too.
Quote
So what happened the last "days" to the client3d?
[blah blah blah]
Sounds great!
Logged
Read
Smacky's Guides
grommit
Administrator
Karma: +27/-2
Posts: 2481
Re: polyveg: 2006-05-26: TileEngine
«
Reply #2 on:
May 26, 2008, 03:39:30 pm »
Should we really be restricting the potential of the 3D client to low-end PCs (which is what it sounds like)? Is it possible to use the features of modern video cards, but still allow reduced effects for PCs that can't manage decent graphics?
Logged
ThePlaneskeeper
Administrator
Karma: +47/-23
Posts: 1227
Re: polyveg: 2006-05-26: TileEngine
«
Reply #3 on:
May 26, 2008, 04:47:22 pm »
Personally, I always liked "Slider" switches which changed everything from low res-looking to high-res looking in games. Mainly because i liked to max out the game and still watch the FPS sit in the 100 or so range (like Oblivion).
Either way, i think WOW got it right to build their game for relatively advanced machines for their time, and about 5 years later, it runs very well on 5 year old computers. At the same time, i don't know how our map making complexity will slow down (increase the frame usage) a computer.
On the other side of things, with those slider switches, i thought that, in some games, one of the sliders turns things from looking really "polygonal" to "not polygonal" by "smoothing" the corners/edges somehow. This way a tree trunk make of maybe 10 polyons, doesn't look like it has "squared" sides, but appears to be round, because the engine somehow "rounds" corners.
Just a thought, donno if its possible... i thought for sure i saw it somewhere tough...
Logged
Daimonin Audio Project
Screaming Flower Media
Daitropsis
Farms:36 of 125 (28.8%)
Supporter of
DAIMEX
polyveg
Administrator
Karma: +6/-1
Posts: 164
Re: polyveg: 2006-05-26: TileEngine
«
Reply #4 on:
May 28, 2008, 12:03:54 pm »
@smacky
Yes she has. On the roamap stuff we could learn alot from her - and on her power to force it to be done NOW.
@grommit
Well, I never said that. But to get it work on samll machines is very important.
Its very easy to add highres textures or a bigger map. But its hard to make it work fast.
So the hardest step on the terrain rendenring is done now.
@tpk
dont talk so much. Where are my tiles?
Logged
Unislash
Administrator
Karma: +24/-4
Posts: 2309
Re: polyveg: 2006-05-26: TileEngine
«
Reply #5 on:
May 30, 2008, 05:42:29 am »
Lol, poly
.
The progress sounds great. I wish i could help somehow :/
Cheers,
Unislash
Logged
Forum Admin/Mapmaker
polyveg
Administrator
Karma: +6/-1
Posts: 164
Re: polyveg: 2006-05-26: TileEngine
«
Reply #6 on:
May 30, 2008, 01:57:41 pm »
@unislash:
what about playing with the filters?
there are 4 filters for every tile. 2 looks nearly the same.
they where drawn alternately to prevent seam (same for the tile).
so there are 2 filters per subtile:
1 for the corners and 1 for the middle of all 4 sides.
Logged
Unislash
Administrator
Karma: +24/-4
Posts: 2309
Re: polyveg: 2006-05-26: TileEngine
«
Reply #7 on:
May 31, 2008, 05:30:06 pm »
Ok, cool. What should my goal be?
Logged
Forum Admin/Mapmaker
polyveg
Administrator
Karma: +6/-1
Posts: 164
Re: polyveg: 2006-05-26: TileEngine
«
Reply #8 on:
June 01, 2008, 09:18:47 am »
atm, every tile has the same filter, but ne need individual filters for all the 32 tiles.
btw, the current filter was done be me in 5min, so this one can be replaced by a better one, too.
Logged
Unislash
Administrator
Karma: +24/-4
Posts: 2309
Re: polyveg: 2006-05-26: TileEngine
«
Reply #9 on:
June 02, 2008, 04:35:38 am »
Ok, and what uh... is the filter? I don't know what the object of my project is (at all
). Are they graphical? Can i get some examples... pictures... something to explain a bit more?
Cheers,
Unislash
Logged
Forum Admin/Mapmaker
polyveg
Administrator
Karma: +6/-1
Posts: 164
Re: polyveg: 2006-05-26: TileEngine
«
Reply #10 on:
June 03, 2008, 11:49:21 am »
when you start the client, you can see that the tiles doesn't have sharp borders but floating into each other.
that are managed by the filters.
they are stored in the media folder next to the tiles.
its a trial and error game to make good filters (at least for me), so just play around a bit with them...
Logged
Unislash
Administrator
Karma: +24/-4
Posts: 2309
Re: polyveg: 2006-05-26: TileEngine
«
Reply #11 on:
June 06, 2008, 06:27:37 am »
Ok, poly, i see what i'm doing now
. The only problem is that i can't isolate a filter ingame so that i can see the effect of my change to it... Is there anything that you can do for that?
Cheers,
Unislash
Logged
Forum Admin/Mapmaker
polyveg
Administrator
Karma: +6/-1
Posts: 164
Re: polyveg: 2006-05-26: TileEngine
«
Reply #12 on:
June 09, 2008, 01:48:14 pm »
the filters belong to their tiles. means filter_00_*.png belongs to terrain_XX_00.png
you can see the filters in the Atlas_*.png file or ingame when you look at the tile the filter belongs to.
lets say you have changed the grass filter. when you look at the grass spreading out on the other tiles then its your filter.
Logged
zachary
Small ant
Karma: +2/-0
Posts: 13
Re: polyveg: 2006-05-26: TileEngine
«
Reply #13 on:
July 15, 2008, 04:43:36 pm »
Sounds like its going good.
«
Last Edit: July 15, 2008, 07:18:58 pm by zachary
»
Logged
Why is life so empty without you being next to me? I love that way you smile and look into my eyes without a purpose. As if your staring into my soul and just giving my that feeling.
Pages:
[
1
]
Go Up
Daimonin Forum
|
Project News
|
Official announcements
|
Programmers' blogs
| Topic:
polyveg: 2006-05-26: TileEngine
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Project News
-----------------------------
=> Official announcements
===> Michtoen's blog
===> Programmers' blogs
===> Artists' blogs
===> Musicians' blogs
===> Mapmakers' blogs
-----------------------------
Development
-----------------------------
=> This website
===> Forum
===> Wiki
===> Gallery
===> Shop
=> Daimonin project
===> Bug discussion
===> Suggestions
===> 3D client
=> Arches
=> Maps
===> Mapping tools
===> Map sets
===> Map wizardry
=> Scripts
-----------------------------
Contributions
-----------------------------
=> Graphics
===> Graphics requests
=> Sound & music
=> Writing
-----------------------------
Community
-----------------------------
=> Game rules
=> Newbies
=> Tech support
=> Community chat
=> Main server
===> Events
===> Clans
===> Marketplace
===> Spoilers
=> Test server
Page created in 0.106 seconds with 23 queries.
Powered by SMF 1.1.4
|
SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Loading...
Copyright 2008 Daimonin MMORPG •
Terms of Service
•
XHTML
•