Wanted: Deciduous Tree Models
Moderators: MR.D, Moderators
Re: Wanted: Deciduous Tree Models
Thanks. Keep in mind that it won't be long before I will be putting out the first public betas, and then you'll get to play with it. It's sort've like using L3DT, in a way. It's not terribly hard to adjust what it does or anything, the main challenge was getting it to bloody work in the first place.
I just want to get a few more pieces of content done (namely, some generic buildings) so that we can have some "towns"... then, it's pretty much up to the mapping community to start getting together and making content for this. If that happens, we'll have fairly detailed procedural stuff combined with custom stuff to make some really interesting, professional-looking maps.
I just want to get a few more pieces of content done (namely, some generic buildings) so that we can have some "towns"... then, it's pretty much up to the mapping community to start getting together and making content for this. If that happens, we'll have fairly detailed procedural stuff combined with custom stuff to make some really interesting, professional-looking maps.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Wanted: Deciduous Tree Models
Daddy Liek!
Re: Wanted: Deciduous Tree Models
I look forward to the public release. 

- LathanStanley
- Posts: 1429
- Joined: 20 Jun 2005, 05:16
Re: Wanted: Deciduous Tree Models
AAAAHAHH!!
you farmed all the trees off me swamp!
nah its cool, I'm loving the ability this thing can do argh! ubar cookie to you!
and I'm re-building my computer this weekend... the quad core Q9450 I was gonna get was effing backordered til march .. grumble... damn you Intel!... but alas, the prescott I still have will fit in the socket for now
good enough to hold me over for the next bit..
but yah, when I get the computer running this weekend, I'll catch you on TS or TeamTalk or something, and I'll set up "most" if not all my buildings... I've got about 18 or so if my memory serves me right, and they are all textured...
(they are still missing destruction sequences though
)

you farmed all the trees off me swamp!

nah its cool, I'm loving the ability this thing can do argh! ubar cookie to you!

and I'm re-building my computer this weekend... the quad core Q9450 I was gonna get was effing backordered til march .. grumble... damn you Intel!... but alas, the prescott I still have will fit in the socket for now

but yah, when I get the computer running this weekend, I'll catch you on TS or TeamTalk or something, and I'll set up "most" if not all my buildings... I've got about 18 or so if my memory serves me right, and they are all textured...
(they are still missing destruction sequences though

Re: Wanted: Deciduous Tree Models
so we are getting you sexy texan voice in TT once again?
Re: Wanted: Deciduous Tree Models
What would be wonderful (one of my old dreams for Spring) would be if some of those features provided some cloaking, radar cover or something of the sort. It would make maps more interesting tactically because you could set up some small units in ambush in a town or woods.
Maybe that implies some size check, though, because hiding a Krogoth in a village would definitely be weird.
All in all, very nice work, I love procedurally generated stuff.
Maybe that implies some size check, though, because hiding a Krogoth in a village would definitely be weird.
All in all, very nice work, I love procedurally generated stuff.
Re: Wanted: Deciduous Tree Models
That would mean features (and units) effecting LOS. Currently only the terrain can do that AFAIK. Can be rather interesting as well, but I'd imagine CPU load for that would be heavy - it's comparable to complex shadows, only it runs not once per frame per unit/feature (only 1 sun in the sky), but once per frame per unit/feature for every unit that has the feature in LOS.Gabba wrote:What would be wonderful (one of my old dreams for Spring) would be if some of those features provided some cloaking, radar cover or something of the sort.
- Guessmyname
- Posts: 3301
- Joined: 28 Apr 2005, 21:07
Re: Wanted: Deciduous Tree Models
radar cover is easy: make the 'feature' a unit with radar jamming capabilities
Re: Wanted: Deciduous Tree Models
interesting: I wonder if Spring allows for a jammer that jams units from all players.Guessmyname wrote:radar cover is easy: make the 'feature' a unit with radar jamming capabilities
Actually, one of my other ideas was to have a stealth/cloak map layer. More or less the same idea as the current terrain type layer (that I suggested back then) that can affect unit speed. You'd set specific zones that give you cover, and you'd put features on top so it would make sense to have that cover.yuritch wrote: That would mean features (and units) effecting LOS. Currently only the terrain can do that AFAIK. Can be rather interesting as well, but I'd imagine CPU load for that would be heavy - it's comparable to complex shadows, only it runs not once per frame per unit/feature (only 1 sun in the sky), but once per frame per unit/feature for every unit that has the feature in LOS.
Re: Wanted: Deciduous Tree Models
They all do that.Gabba wrote:interesting: I wonder if Spring allows for a jammer that jams units from all players.Guessmyname wrote:radar cover is easy: make the 'feature' a unit with radar jamming capabilities
Re: Wanted: Deciduous Tree Models
Peet wrote:They all do that.Gabba wrote:interesting: I wonder if Spring allows for a jammer that jams units from all players.Guessmyname wrote:radar cover is easy: make the 'feature' a unit with radar jamming capabilities

Hopefully a mapper will pick up the idea and make a prototype to see if it makes for fun gameplay. Does Spring:1944 use radar at all?
Re: Wanted: Deciduous Tree Models
CA has cloaking fields, that cloak all units within the field. You could stick that on a gaia tree unit and have areas that cloak any units entering them. It would be nice as a 'gimmick' but id be careful of overusing it, i dont know if its a dynamic that would benefit every map. Usually its better to just rely on good design.
All we need now is a randomly terraformed map so we have a random height map, and we're set (Ive been trying to rope one of CA's lua devs into doing this for ages).
All we need now is a randomly terraformed map so we have a random height map, and we're set (Ive been trying to rope one of CA's lua devs into doing this for ages).
Re: Wanted: Deciduous Tree Models
This is already "possible", and I've messed with it a bit, but it won't run at a technically-acceptable framerate, because you can't just "terraform"- you need to vary the textures being displayed, or it'll just look lame. Therein lies the rub.All we need now is a randomly terraformed map so we have a random height map
I've already looked at this a bit, and wasn't really happy with it as a solution. Maybe with Trepan's very fast drawing stuff he's introduced, but I haven't got the time to look into how to use that to draw a decal right now.
- Guessmyname
- Posts: 3301
- Joined: 28 Apr 2005, 21:07
Re: Wanted: Deciduous Tree Models
It could work if the texture was very simple, ie a desert sands map with varying hills etc, or a woodland map with a grassy texture, random slopes and this random feature placer
Re: Wanted: Deciduous Tree Models
Or if you use features for edges. Drop a "cliff face" feature wherever the slope map exceeds a certain value.
EDIT: If I was making some building for World Builder, what texture size should I be using? Are 4 structures using a 512x512 better or worse than using 4 256x256's?
EDIT: If I was making some building for World Builder, what texture size should I be using? Are 4 structures using a 512x512 better or worse than using 4 256x256's?
Re: Wanted: Deciduous Tree Models
I'm not sure if this was mentioned, but did you check out this?
http://dryad.stanford.edu/
It's designed to generate realistically looking 3d trees (they have a huge scientific database that they generate they from)
http://dryad.stanford.edu/
It's designed to generate realistically looking 3d trees (they have a huge scientific database that they generate they from)