sinHHHans Plant Resource
Oblivion » Modders Resources & Tutorials
Oblivion » Modders Resources & Tutorials
Added: 04/06/2009 - 08:38PM
Updated: 16/07/2009 - 11:29PM
Description
Last updated at 23:29, 16 Jul 2009 Uploaded at 20:38, 4 Jun 2009
This resource contains 29 new plant mesehes, their textures, meshes for the Ingredient Items and their Inventory Icons.
Important: Most if the plants have a harvesting animation!!!(Means when the player harvests the leaves of the plant, the leaves actually disapear ingame until they regrow)
These can be activated via scripts, simply put one of these scripts on the plant:
For flowers and bushes:
scn PflanzenErnteSkript
Begin OnActivate
playgroup forward 1
activate
End
Begin OnReset
playgroup backward 1
End
For Mushrooms:
scn PilzErnteSkript
Begin OnActivate
activate
disable
End
Begin OnReset
enable
End
Note on Ingredients:
Some plants have regular seeds as ingredient which already exist in Oblivion, so don't wonder :D
Important: Most if the plants have a harvesting animation!!!(Means when the player harvests the leaves of the plant, the leaves actually disapear ingame until they regrow)
These can be activated via scripts, simply put one of these scripts on the plant:
For flowers and bushes:
scn PflanzenErnteSkript
Begin OnActivate
playgroup forward 1
activate
End
Begin OnReset
playgroup backward 1
End
For Mushrooms:
scn PilzErnteSkript
Begin OnActivate
activate
disable
End
Begin OnReset
enable
End
Note on Ingredients:
Some plants have regular seeds as ingredient which already exist in Oblivion, so don't wonder :D
