More varied features for 3.0!

Improving the artwork in Warzone2100 - not for mod discussions
User avatar
Emdek
Regular
Regular
Posts: 1329
Joined: 24 Jan 2010, 13:14
Location: Poland
Contact:

Re: More varied features for 3.0!

Post by Emdek »

Nice, placing new features doesn't require map modifications?
I would like to see more such details in game, even there could be based on one source model but with different textures and details.
Also, possibility to put features randomly (using some heuristic to determine best locations, on or near tiles where they make sense) would be nice too.
Nadszedł już czas, najwyższy czas, nienawiść zniszczyć w sobie.
The time has come, the high time, to destroy hatred in oneself.


Beware! Mad Qt Evangelist.
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: More varied features for 3.0!

Post by milo christiansen »

You could do that with a script, adding features randomly I mean. I'm not sure how much map data is exposed to scripting so making intelligent decisions may be hard
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
Emdek
Regular
Regular
Posts: 1329
Joined: 24 Jan 2010, 13:14
Location: Poland
Contact:

Re: More varied features for 3.0!

Post by Emdek »

Sure, but this is kind of generic case, more like flag for map (might specify amount or something) or always added.
Nadszedł już czas, najwyższy czas, nienawiść zniszczyć w sobie.
The time has come, the high time, to destroy hatred in oneself.


Beware! Mad Qt Evangelist.
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: More varied features for 3.0!

Post by milo christiansen »

I was thinking of rules.js/slo :)
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: More varied features for 3.0!

Post by NoQ »

milo christiansen wrote:You could do that with a script, adding features randomly I mean. I'm not sure how much map data is exposed to scripting so making intelligent decisions may be hard
Nice idea. I think it is already possible to implement that with the help of pickStructLocation() that will make sure features are on buildable locations and not too dense.
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: More varied features for 3.0!

Post by Rman Virgil »

.
A heuristic to account for offsetting a certain distance away from buildable chokes & cliff edges would be square one, I would think, for it to not make PF nettlesome.
.
.

Impact = C x (R + E + A + T + E)

Contrast
Reach
Exposure
Articulation
Trust
Echo
.
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: More varied features for 3.0!

Post by milo christiansen »

One thing that may be cool would be to use labels and a map script to generate semi-random cites. Use labels with some kind of flag to specify the location and possible choices at map design time and use a script to randomly choose between them at run time.

It would involve a lot of work to make a good map but the results could be very cool, I'll see about making a proof-of-concept :)
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
aubergine
Professional
Professional
Posts: 3459
Joined: 10 Oct 2010, 00:58
Contact:

Re: More varied features for 3.0!

Post by aubergine »

I still want a way to get a list of labels and know what they mean heh. But as for using a label to create a city, that could be done fairly easy using the JS API so long as features can be placed on the map. In terms of terrain though, things like roads, that isn't possible with the current API.
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: More varied features for 3.0!

Post by cybersphinx »

aubergine wrote:I still want a way to get a list of labels and know what they mean heh.
As far as I know, labels aren't used for anything yet, if Flame supports them, you can place them on a map you make, and then use them for... whatever.
We want information... information... information.
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: More varied features for 3.0!

Post by Rman Virgil »

.
aubergine wrote:I still want a way to get a list of labels and know what they mean heh.


cybersphinx wrote:As far as I know, labels aren't used for anything yet, if Flame supports them, you can place them on a map you make, and then use them for... whatever.
*Rman ponders* ... Even... Navigation Meshes in WZ ?

Crazy thought, huh ? ;)
.
.

Impact = C x (R + E + A + T + E)

Contrast
Reach
Exposure
Articulation
Trust
Echo
.
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: More varied features for 3.0!

Post by Per »

cybersphinx wrote:if Flame supports [labels]
It does.
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: More varied features for 3.0!

Post by Rman Virgil »

.
cybersphinx wrote:As far as I know, labels aren't used for anything yet, if Flame supports them, you can place them on a map you make, and then use them for... whatever.
Rman Virgil wrote: *Rman ponders* ... Even... Navigation Meshes in WZ ?

Crazy thought, huh ? ;)
.
Some correlation, perhaps..
.
Post Reply