where to add a fixer

This is the location for all mods to collaborate. Anyone making or planning their own mod should post help requests, screen shots and news here.

Moderators: Omega, tillias, Mod Contributor

Post Reply
philhelm
Trader
Trader
Posts: 19
Joined: Thu Oct 23, 2008 4:26 pm

where to add a fixer

Post by philhelm »

Ok, so I have read some information about adding fixers, namely

C:/VegaStrike/win32/data/documentation/fixers_howto.html

however, it is not clear to me after reading this where I would put my code. I get that I need to use the node/conversation classes and that i need to write python code to do it.. and that queueFixer() adds the fixer to the game.. but:

do i create a new python script and if so where do i put it? do i add to an existing one? which one? where do i put the changes?

what i really want to do is, when the user goes into the bar in the intro quest, for my new fixer to be sitting there. which leads to another question: where would i put the fixer image, and how/where does it get loaded?

Thanks
Phil
chuck_starchaser
Elite
Elite
Posts: 8014
Joined: Fri Sep 05, 2003 4:03 am
Location: Montreal
Contact:

Re: where to add a fixer

Post by chuck_starchaser »

The code for the fixers is in the mission python files in the modules folder, IIRC.
There isn't a separate code file for fixers, since all they do is talk; it's just part of the mission.
Post Reply