Page 1 of 2

[REL] mod grass

Posted: June 10th, 2020, 5:08 pm
by juninho944
my first mod, I'm still learning, some images. :don-t_mention:
AUTHOR: Juninho944
1.35 DX9
https://sharemods.com/1lwqwbswr2dr/gras ... 9.scs.html
1.37
https://sharemods.com/8o3di5py42ek/gras ... 7.scs.html
1.38
https://sharemods.com/rnkrftbkxtz9/gras ... 8.scs.html
grass_1.0_density_high
https://sharemods.com/ttamkyvygzxj/gras ... h.scs.html
Please Do not Re-upload, keep the original download links
tested on the original map. use above all mods. high grass density can cause yellow line, pmd exceeded, low fps.if you want to use default density use only grass_1.0_Going_East.scs
have a good time. ;)
Image

Image
Image
Image
Image
Image
Image
Image
Image

Re: [WIP] mod grass

Posted: June 10th, 2020, 8:31 pm
by Arayas
do you replace SCS ones or standalone?

Re: [WIP] mod grass

Posted: June 10th, 2020, 8:37 pm
by maksef
Nice!

Re: [WIP] mod grass

Posted: June 11th, 2020, 4:11 pm
by juninho944
Arayas autonomous, but I didn't create a detail_vegetation_def file, autonomous I don't know how to do it.

Re: [WIP] mod grass

Posted: June 11th, 2020, 4:12 pm
by juninho944
maksef thanks

Re: [WIP] mod grass

Posted: June 11th, 2020, 4:29 pm
by juninho944
Arayas you know where the textures are located.

Image

Re: [WIP] mod grass

Posted: June 11th, 2020, 8:42 pm
by Arayas
Textures are in many places, some in models, some in other parts. If you dont know how to manage pmd, mat files, make it replacement is easy.
Standalone will be an asset for mappers having more than one type of grass to use, Replacement it will be used like a normal mod, like Fael Enviroment.

Re: [WIP] mod grass

Posted: June 12th, 2020, 12:10 am
by juninho944
I do not know how to explain. but the texture changes color. I don't know how to fix it :lol:

Re: [WIP] mod grass

Posted: June 12th, 2020, 12:47 am
by Arayas
We ALL must get used to that glitch because SCS use pmd for LODs also, a model activated from far, other model activated from close view.
A crap who is gonna be a REAL game breaker, you will see a green hill and the next moment is turning yellow or whatever colour the mapper has intended to be. I see that in my map now, all is green and like in disco hall, the terrain is starting to pop-up, one yellow, other one brown and so on.
Probably another great find of SCS thinkers. The editor is fucked up BAD sience they removed from their game. Today i did a recompute, changing many prefabs, and from 536 sector files i've end up with over 900.
SCS is going with every update down to garbage. They dont have the gutts to fix the main game, traffic and graphics and they invent little shits like open window and FMOD.
This forum fixed their game in graphic area way far they even think or know how to do it.

Re: [WIP] mod grass

Posted: June 12th, 2020, 2:01 pm
by BenganJ
@juninho944 & @Arayas

Does anyone of you use raised values for these two settings in the highest priority game_data.sii file?

Code: Select all

	# Currently we use:
	#
	# - first lod class for trees.
	# - second lod class for grass (detail vegetation).
	#
	# Note:
	# Make sure that (end - start) distance for grass
	# is not higher than end/9.0 for proper lod fading.
	leaves_lod_start: (980.0, 980.0, 980.0)
	leaves_lod_end:   (990.0, 990.0, 990.0)