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

Recent content by Captain_Vane

  1. C

    Mod Release Dialog Camera, Quests Fix, Larger Text, Time Fix, and Other Patches

    I'd like to ditto that. Hope your getting better.
  2. C

    Mod - Change sail colors

    here's an update. First I want to point out the above post "Different colored sails for each nation" which has a lot of code related to this. I found the line I needed in battle_interface.c, in the function: void SetRandGeraldSail(ref chr, int nation) so here is a preliminary test for anyone...
  3. C

    Mod - Change sail colors

    Thanks. I'll look into your suggestion Nita.
  4. C

    Mod - Change sail colors

    I got this working as a quickie solution, but I only have 2 ships to test it on right now, so it needs testing with more ships. Remember,if at sea, you need to go from sea to map and back. right under this code...
  5. C

    New Angellica/Constance

    Very cool outfit. Sleeping is over rated.
  6. C

    Mod - Change sail colors

    thanks, I'll take a look at that.
  7. C

    Mod - Change sail colors

    thanks Pieter, I found this code in an interface file,looks the same.Might be able to set a unique color for each ship. int m = 0; for(int i = 0; i < COMPANION_MAX; i++) { cn = GetCompanionIndex(pchar, i); if(cn != -1) { iShipType =...
  8. C

    Mod - Change sail colors

    I'd like to add a way to apply it to ships in your fleet, but it's going to take a while. Maybe someone more experienced will beat me to it.
  9. C

    Mod - Change sail colors

    I was a bit disappointed to find CoAS doesn't have the sail color changer that CT has. At least not anywhere I could find it. I mainly wanted a tanbark color for my schooner and a black sail color. After finding a post showing some old code in the pirate shipyard file for a guide,I decided to...
  10. C

    screenshots thread

    That's a nice one,Nita
  11. C

    screenshots thread

    Hi,Just wanted to get my first screenshots up before 2019. Happy New Year! Shots like these are what keep me coming back to it:
  12. C

    Mod Release Dialog Camera, Quests Fix, Larger Text, Time Fix, and Other Patches

    Thanks Pieter. I'll take a look. I did notice some nice font in the supermod,now that I've tried it. I still like this better though. It's kinda nostalgic for me.
  13. C

    Mod Release Dialog Camera, Quests Fix, Larger Text, Time Fix, and Other Patches

    Well,here it is. I even whipped up a readme file. Just let me know if you need anything changed (including the license) Edit: I removed the file.I don't want to risk highjacking this thread. I'll leave it up to Cerez whether or not to include it in her mods.
  14. C

    Mod Release Dialog Camera, Quests Fix, Larger Text, Time Fix, and Other Patches

    I managed to make that font and the ini file but it's not integrated into your mods yet and I got hooked on ERAS for now. Would you like me to upload it here for you to work with?Not sure when I'll get around to "packaging" it as a mod.
  15. C

    Solved How to view character models with textures

    I should make a correction: It looks like the D3D8.dll I used came from DGVoodoo 2.53, VOGONS • View topic - dgVoodoo 2 for DirectX 11 although I don't recall seeing the logo before. I tried it on 64 bit Win10 and Vista with no luck. There is a new version I haven't tried. I just tried the...
Back
Top