Difference between revisions of "Simulating new functions"

14 bytes removed ,  14:12, 17 April 2013
Changed external URL because of website domain change.
imported>Qazaaq
(deprecated since User Functions)
imported>JustTim
(Changed external URL because of website domain change.)
 
Line 11: Line 11:


=== The easy way: Math Library ESM ===
=== The easy way: Math Library ESM ===
The easiest way to use stage functions is by using [http://www.megamods.de/_data/parts/dl.php?file=68 this ESM Math Library]. It already contains all math functions listed in the [[stage_function_repository|Stage Function Repository]]. To use it copy the ESM file to your oblivion data folder and select it as an additional master file when loading your mod with the Construction Set. By doing this all the necessary setup steps are already done for you. All you need to do to use a function is to call it. You can also add new stages to the predefined function quest very easily in your mod without all the setup hassle.
The easiest way to use stage functions is by using [http://www.hazardx.com/details.php?file=68 this ESM Math Library]. It already contains all math functions listed in the [[stage_function_repository|Stage Function Repository]]. To use it copy the ESM file to your oblivion data folder and select it as an additional master file when loading your mod with the Construction Set. By doing this all the necessary setup steps are already done for you. All you need to do to use a function is to call it. You can also add new stages to the predefined function quest very easily in your mod without all the setup hassle.
Be aware that other users of your mod will need the Library too to run it.
Be aware that other users of your mod will need the Library too to run it.


Download: [http://www.megamods.de/_data/parts/dl.php?file=68 ESM Math Library v1.0].  
Download: [http://www.hazardx.com/details.php?file=68 ESM Math Library v1.0].  


=== Do it yourself: Setup ===
=== Do it yourself: Setup ===
Anonymous user