Jump to content
The Dark Mod Forums

Springheel's Stuff


Springheel

Recommended Posts

From the screenshot, those hedges could also...maybe... be used as props in a marijuana farm? Maybe? (or some other illegal substance in the TDM world) A versatile model for sure.

Link to comment
Share on other sites

From the screenshot, those hedges could also...maybe... be used as props in a marijuana mandrasola farm?

;)

  • Like 2

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Could we please get a link to the hedges?

 

Seconded.

 

If it is on svn you should be able to download it directly.

 

OK, then link? (Going to svn.thedarkmod.com redirects to an https:// 404 error, no list of files to even search manually à la an ftp file repository.)

  • Like 1

"The measure of a man's character is what he would do if he knew he never would be found out."

- Baron Thomas Babington Macauley

Link to comment
Share on other sites

Seconded.

 

 

 

OK, then link? (Going to svn.thedarkmod.com redirects to an https:// 404 error, no list of files to even search manually à la an ftp file repository.)

 

I pm'd Springheel and will post here if he sends the link

  • Like 1
Link to comment
Share on other sites

Anyone with access to SVN can bundle them up. I'm stuck in #renohell at the moment.

Link to comment
Share on other sites

Just saw that you need a username + password to get access. So yeah, maybe uploading it is an uption. But as 2.02 should be out anytime soon (at least I think so), it may also get shipped with that version.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

No, they won't be in 2.02. That build has been in a development freeze for weeks.

Link to comment
Share on other sites

Anyone with access to SVN can bundle them up. I'm stuck in #renohell at the moment.

Zip file, remove the txt ending.

 

Springheel, are u using stock materials on them or do I have to upload more files?

hedge.zip.txt

  • Like 2

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Zip file, remove the txt ending.

 

Springheel, are u using stock materials on them or do I have to upload more files?

 

Awesome but it's missing the textures. Do you have those too?

Link to comment
Share on other sites

You'd need hedge_round01.dds and hedge_round01_local.tga, as well as the material shaders. Then there are the LOD entities. Easiest thing to do is probably check the SVN commit emails, but I can't do that atm.

Link to comment
Share on other sites

Ok, the necessary files:

 

models/darkmod/nature/hedge_round01_local.tga

 

in trunk/materials/tdm_models_nature.mtr you need the shaders: (tdm_hedge_round01 and tdm_hedge_round01_edges)

 

For the LOD entities you need:

 

models/darkmod/misc/lod/nature/hedge01_arch_low.lwo

models/darkmod/misc/lod/nature/hedge01_round_large_low.lwo

models/darkmod/misc/lod/nature/hedge01_round_low.lwo

models/darkmod/misc/lod/nature/hedge01_round_small_low.lwo

models/darkmod/misc/lod/nature/hedge01_square_long_low.lwo

models/darkmod/misc/lod/nature/hedge01_square_low.lwo

models/darkmod/misc/lod/nature/hedge01_square_small_low.lwo

 

And the entities themselves are in:

trunk/def/tdm_lod_nature.def

Link to comment
Share on other sites

Now that I see you have them working and included in a mission in the other thread, any chance of zipping up the complete assets for the rest of us to download please?

"The measure of a man's character is what he would do if he knew he never would be found out."

- Baron Thomas Babington Macauley

Link to comment
Share on other sites

Here are the material entries:

 

tdm_hedge_round01 //used for inside

{

surftype15

description "foliage"

 

 

{

blend diffusemap

map models/darkmod/nature/hedge_round01

rgb .6

}

 

 

bumpmap models/darkmod/nature/hedge_round01_local

 

// TDM Ambient Method Related

{

if (global5 == 1)

blend add

map models/darkmod/nature/hedge_round01

scale 1, 1

red global2

green global3

blue global4

}

{

if ( parm11 > 0 )

blend gl_dst_color, gl_one

map _white

rgb 0.40 * parm11

}

{

if ( parm11 > 0 )

blend add

map models/darkmod/nature/hedge_round01

rgb 0.15 * parm11

}

}

 

tdm_hedge_round01_edges

{

surftype15

description "foliage"

 

noshadows

nonsolid

 

{

blend diffusemap

map models/darkmod/nature/hedge_round01

alphatest 0.5

rgb .6

}

 

bumpmap models/darkmod/nature/hedge_round01_local

 

// TDM Ambient Method Related

{

if (global5 == 1)

blend add

map models/darkmod/nature/hedge_round01

scale 1, 1

red global2

green global3

blue global4

}

{

if ( parm11 > 0 )

blend gl_dst_color, gl_one

map _white

rgb 0.40 * parm11

}

{

if ( parm11 > 0 )

blend add

map models/darkmod/nature/hedge_round01

rgb 0.15 * parm11

}

}

  • Like 1
Link to comment
Share on other sites

Here are the LOD entities:

 

entityDef atdm:hedge01_round_small

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_small_round.lwo"

 

"lod_1_distance" "500"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_round_small_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

 

entityDef atdm:hedge01_square_small

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_square_small.lwo"

 

"lod_1_distance" "500"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_square_small_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

 

entityDef atdm:hedge01_round

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_round.lwo"

 

"lod_1_distance" "600"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_round_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

entityDef atdm:hedge01_square

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_square.lwo"

 

"lod_1_distance" "600"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_square_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

entityDef atdm:hedge01_square_long

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_square_long.lwo"

 

"lod_1_distance" "600"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_square_long_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

entityDef atdm:hedge01_round_large

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_large_round.lwo"

 

"lod_1_distance" "600"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_round_large_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

entityDef atdm:hedge01_arch

{

"inherit" "atdm:nature_base"

 

"editor_displayFolder" "Nature"

"editor_usage" "A hedge that switches to lower poly models based on distance, but never vanishes. "

"model" "models/darkmod/nature/hedge01_arch.lwo"

 

"lod_1_distance" "650"

"model_lod_1" "models/darkmod/misc/lod/nature/hedge01_arch_low.lwo"

 

 

"dist_check_period" "0.7"

 

// never hide this, but still use very low poly model

"hide_distance" "-1"

}

 

 

 

  • Like 1
Link to comment
Share on other sites

And you can get the models/textures here: www.mindplaces.com/save/hedges.zip

  • Like 1
Link to comment
Share on other sites

Only the cube or sphere casts shadows, not all the individual leaf planes. You have to sink it until the cube is on the ground.

Link to comment
Share on other sites

These are simply brilliant. I just replaced a unnatural patch tube with embedded plant models trying to break up its profile, with what look like actual plants, even having foliage protrude through metal fencing at the end.

 

Thanks so much!

  • Like 1

"The measure of a man's character is what he would do if he knew he never would be found out."

- Baron Thomas Babington Macauley

Link to comment
Share on other sites

Thanks so much for this Springheel, my garden will now be complete! :)

  • Like 1
Link to comment
Share on other sites

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
    • The Black Arrow

      Hope everyone has the blessing of undying motivation for "The Dark Mod 15th Anniversary Contest". Can't wait to see the many magnificent missions you all may have planned. Good luck, with an Ace!
      · 0 replies
×
×
  • Create New...