Jump to content

i need alot of help with FOSE and need help


ineedanamethatworks

Recommended Posts

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: GetMinRange

Parameters:1

item:InventoryObject

Return Type: Float

Opcode: 0x140e (5134)

Condition Function: No

Introduced In: 1

Calling Convention: E

Description: 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

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" -editor

Most 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...