ineedanamethatworks Posted December 9, 2009 Share Posted December 9, 2009 ok i need alot of help with FOSE i know it means Fall Out Script Extender and it expands GECK but all of the stuff like the example is so confusing and do you open this as a program and go from there or is it a addon to geck please help EXAMPLE: GetWeaponMinRange Alias: GetMinRangeParameters:1 item:InventoryObject Return Type: FloatOpcode: 0x140e (5134)Condition Function: NoIntroduced In: 1 Calling Convention: EDescription: returns the min range of the weapon this stuff is so confusing i just need it explained and please explain it like i am stupid because i am when it comes down to this. also a video tutorial is very useful :thanks: Link to comment Share on other sites More sharing options...
Cipscis Posted December 9, 2009 Share Posted December 9, 2009 In order to run a mod that requires FOSE, you need to start Fallout 3 via the FOSE loader (just run the loader executable). This enables scripts that use FOSE functions to run. In order to make or edit scripts that use FOSE functions in the GECK, you'll need to start it via the FOSE loader too. The easiest way to do this is to create a shortcut to the loader and put add " -editor" to the end, like this:"C:\Program Files\Bethesda Softworks\fose_loader.exe" -editorMost FOSE functions work just like any other function. For example, the one that you've mentioned returns the minimum range (as a float) of a weapon that is passed to the function either by calling the function on a reference to the weapon or by passing the weapon's base object to the function as a parameter (that's what's meant by "Calling Convention: E", which is explained in the FOSE documentation) Cipscis Link to comment Share on other sites More sharing options...
Skree000 Posted December 10, 2009 Share Posted December 10, 2009 fairly certain most of that is covered in the FOSE documentation that comes with it, or on the front page of the Fose site... beyond that it afaik is found in the stickied FAQ threads at the top of this forum?> o.o Link to comment Share on other sites More sharing options...
Recommended Posts