Collaboration anyone? - Page 3

Collaboration anyone?

Discuss maps & map creation - from concept to execution to the ever elusive release.

Moderator: Moderators

User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: Collaboration anyone?

Post by FLOZi »

All hierarchy etc is lost, hope that is not a problem.

also did you get my last pm?
Attachments
armcom.7z
(3.62 KiB) Downloaded 22 times
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

FLOZi wrote:All hierarchy etc is lost, hope that is not a problem.

also did you get my last pm?
Cheers :D
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

preliminary work, no SSMF yet.

https://www.dropbox.com/s/rc951obck4igk ... ll.sdd.zip
(its not a sd7 yet because 7zipping it up on linux doesnt work for some reason.)

ToDo:
* ssmf distribution maps
* ssmf detail maps
* double check height map for vehicle traversal
* grass distribution map
* apparrently I have to fix the rocks objects? will talk to behe about it some more
* mex spot re-balance
* sky box
* mapinfo.lua tweaking

if anyone has suggestions let me know.
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

Grass is done, well at least for now.
couple of ingame shots

Image
Image
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: Collaboration anyone?

Post by Beherith »

Very nice, I love the halos of lighter grass around the trees. It seems though that the trees turn to trunks when zoomed out. This is an issue with alpha mipping. To fix it, replace the pine tree texture from the one in Blindside v2.
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

starting to get ssmf going.
Image
Image
Image
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Collaboration anyone?

Post by Forboding Angel »

set fogdistance to 0.7

Because of the fog, it's difficult to see details clearly.

I think your grass ssmf splat should be much more aggressive. At the moment it looks kinda blurry. Also, I recommend doing a grass shading map, so that you can make the grass match the terrain better.

Unfortunately, I'm not particularly skilled at grass shading maps, but behe is a genius with them.
User avatar
Funkencool
Posts: 542
Joined: 02 Dec 2011, 22:31

Re: Collaboration anyone?

Post by Funkencool »

Forboding Angel wrote:set fogdistance to 0.7

Because of the fog, it's difficult to see details clearly.

I think your grass ssmf splat should be much more aggressive. At the moment it looks kinda blurry. Also, I recommend doing a grass shading map, so that you can make the grass match the terrain better.

Unfortunately, I'm not particularly skilled at grass shading maps, but behe is a genius with them.
Not that a good one isn't important, but did I read it defaults to the mini map, so it at least partially matches terrain?
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: Collaboration anyone?

Post by Beherith »

minimap is fine, you can tweak it alot by taking the minimap and adjusting the colors and calling that the grass shading map :)
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

I've updated the splat textures, but don't have access to my pc with shader support till perhaps friday, so I cant fully test and tweak.

I dont have a fogdistance variable in my mapinfo.lua

the dropbox folder for cooper_hill.sdd
https://www.dropbox.com/sh/l7p8ec9zth1xchy/yzdznWhROV
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

I've been messing with the height map, what do you think?
Image
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: Collaboration anyone?

Post by Beherith »

If that is vec passability, then awesome!
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

Beherith wrote:If that is vec passability, then awesome!
I have a stumpy selected :)
User avatar
Johannes
Posts: 1265
Joined: 17 Sep 2010, 15:49

Re: Collaboration anyone?

Post by Johannes »

Yeah, it's good and clear. Only thing I wonder is, can they pass too wide an area in the north? It seems better for veh that ever, but that's down to playtesting if that's bad or not.

Btw, to speed up future testing, just type /cheat and /armflash , then you won't need to build any veh lab like you did now so you save a moment.
BaNa
Posts: 1562
Joined: 09 Sep 2007, 21:05

Re: Collaboration anyone?

Post by BaNa »

/cheat
/give armflash
User avatar
Silentwings
Posts: 3720
Joined: 25 Oct 2008, 00:23

Re: Collaboration anyone?

Post by Silentwings »

Or you could use Quantum's mission editor and set up a mission which gives you all the units you need for testing purposes.
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

Been really busy at work lately, so haven't been able to do much this week.
[Update]
Almost Complete
* Tweak multiplication values for splat
* Tweak splat distribution
* Tweak Grass distribution
* Get gameplay feedback on height map
* Fix metal map for balance
* Re-do the geothermal spot texture

ToDo
* Create Grass Shading
* Look into using a grass texture
* Create feature object export script for blender
* Sky Box? not sure if I need to bother with this one?

Features:
* Trees,
- update texture maps
- update locations to be congruent with cliffs
- Perhaps add more variation with different sizes, types.
* Rocks
- Update models as the existing ones are shit-house
- Update textures
- Even out locations for balance
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

sometimes I am kinda surprised how easy some things are.

For instance, I wanted to place feature objects in blender then export their locations to a text file for copying and pasting later.. its like 4 lines.. :shock:

sure enough its not so user friendly, and I could work on that. but that's just fluff. I got what I needed after 1 hour. and if I was a competent programmer it would have taken all of 5 minutes.

Code: Select all

import bpy

f = open("//home/enetheru/Dropbox/SpringRTS/Maps/Cooper Hill/test.txt", 'w')

for obj in bpy.context.selected_objects:
    print("{ name = '"+ obj.data.name + "', x =", int(obj.location.x * 512 + 2048), ", z =", int(obj.location.y * 512 + 1536),", rot = \"" + str(int(obj.rotation_euler.z)) + "\"},", file=f )
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: Collaboration anyone?

Post by enetheru »

Almost Complete
* Get gameplay feedback on height map
* Sky Box? not sure if I need to bother with this one?

Features:
* Trees,
- update texture maps
- Perhaps add more variation with different sizes, types.
* Rocks
- Update models as the existing ones are shithouse
- Update textures

As usual the whole project folder is under the link below all 293mb or so.
https://www.dropbox.com/sh/7kmlwobegvwfbwo/cIqyA2A7wk

This screen shot doesn't show the change I made which shrink's the dirt area under the trees.
Image
User avatar
Johannes
Posts: 1265
Joined: 17 Sep 2010, 15:49

Re: Collaboration anyone?

Post by Johannes »

enetheru wrote:* Sky Box? not sure if I need to bother with this one?
Only for toying around with screenshots.
Post Reply

Return to “Map Creation”