• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

hello again and a please help with camera stuff

boocha

Landlubber
Storm Modder
hello all the old people and could anybody tell me how to reimplement the cameras over the doorways when you enter new areas and buildings i remember it was talked about a long time ago
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> boocha

Catalina showed me once where to change it: Just go to program/character/
character_events.c

-scroll down til you find: case "camdetector":
-take away (uncomment) all the //

at the end it should look like this:

case "camdetector":
locCameraFollow();
locAttr = "locators.camera." + locator;
if (CheckAttribute (loc,locAttr) != 0)
(
x = MakeFloat (loc.(locAttr) .x);
y = MakeFloat (loc.(locAttr) .y);
z = MakeFloat (loc.(locAttr) .z);
locCameraToPos(x, y, z, false);
)
break;

This is and was the "hard way" to do it...means with just the build 11 (or older <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" /> ) installed:
if you already have the build 11 update, there is a toggle in the buildsettings.h file where you can turn it on or off (where ccc has his stuff) <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bookish.gif" style="vertical-align:middle" emoid=":mm" border="0" alt="bookish.gif" />

now i ll disappear in the shadows again..lurking around as usual <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="icon_wink.gif" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" /> <b>boocha!!!</b><img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid=":keith" border="0" alt="keith.gif" /> Nice to see ya back here, matey!!! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" />
 
Back
Top