• 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!

is there a way 2 remove the text from battles?

boocha

Landlubber
Storm Modder
i was wondering if someone cold tell me where to remove the log infromation at the top left of the screen when you are dueling or during ship battles, i find them quite annoying, "use potion" "
make all sail" "use antidote" "etc" be great if it were all in one file, but i got a feeling they aint, and thanks for any help you can give
 
If you hit the "L" key you will turn most of the logfiles off, Boocha. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" /> Hope that's what you meant! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
well no, i do that at the start of the game(the "L" key) but i still get those "use potion" and "use antidote" and such when i use the quick drink potion button, well its not too important , just a small nuisance -i think i got the game runnin like i wanted now, thanks you guys fer all yer helps i'll look around in the battleinterface files a bit more but if i can't find anything then thats cool but if i do, then i'll post it so anybody else wants they can edit them out too
 
do a search through the program folder for Log_SetStringToLog (you'll get LOTS of hits!). you could find all the ones you want to get rid of, and add an if statement around each one, something like <b>if(LOGSTOGGLE == 1) { ... }</b>. that way the text will only be shown if the player sets logs to 'on'.
 
Yes, please post what logs you want disabled; when I added logstoggle I pretty much only changed the _new_ logs, I didn't go back to disable old ones.
 
okay sorry, will remember next time, i found and edited the stuff out like kieron said but i will be more specific next time
 
No worries; it's just so's other people can benefit from your hard work. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
Back
Top