Page 2 of 13 FirstFirst 123456789101112 ... LastLast
Results 21 to 40 of 245

Thread: Here There Be Snakes: Bug Reports & Tech Help

  1. #21

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by AJStoner View Post
    When you say it tells you there's a problem with "Rome Total War" you meant Medieval, right? Also, are you are playing with the "Kingdoms Expansion" and patched to at least version 1.4?
    no i fixed it seem as if my Rome total war mixed in with my medieval so I installed both again now it works fine having a blast

  2. #22
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Glad it's working now, enjoy!

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

  3. #23

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Hi having a problem my cfg file is the one in the same folder as the exe right? Because when i go there there is no io file_first at all. I can't get the installer to work because i have it in D/: so i replaced the data folder into the orginal Brittania camp and use that desktop shortcut when it launches it shows the orginal load screen but i can access the campaign menu when i choose a faction and start it crashes. the map.rwm was deleted also

  4. #24
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by clk View Post
    Hi having a problem my cfg file is the one in the same folder as the exe right? Because when i go there there is no io file_first at all. I can't get the installer to work because i have it in D/: so i replaced the data folder into the orginal Brittania camp and use that desktop shortcut when it launches it shows the orginal load screen but i can access the campaign menu when i choose a faction and start it crashes. the map.rwm was deleted also
    Okay, I just checked and my Britannia folder (or any of the basic Kingdoms campaigns) doesn't even have a CFG file; must run off the vanilla game's file. The mod was built off the Britannia campaign and I ran it from that folder until the initial release though some changes have been introduced since. I will do some experimenting and drop you a PM this afternoon and let you know what I've found out.

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

  5. #25
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    I have one named medieval2.Rule_Brittania.cfg in my Rule_Brittania folder.

  6. #26

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by Withwnar View Post
    I have one named medieval2.Rule_Brittania.cfg in my Rule_Brittania folder.
    I have this file in my Rule Britannia as well.

  7. #27
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Playing as the Danes I am getting multiple Master Envoy offers per turn.

  8. #28

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    id appreciate this very much thank you looking foward to playong this

  9. #29

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by Withwnar View Post
    I have one named medieval2.Rule_Brittania.cfg in my Rule_Brittania folder.
    did you use the installer or the data replace?

  10. #30
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by clk View Post
    id appreciate this very much thank you looking foward to playong this
    Okay, I've done some experimenting at it would appear that the RB data folder is no longer compatible with the original British Isles mod launcher. Weird, but it crashes every time. Apparently it needs to be launched from a mod folder that makes use of a CFG file to function.

    Sorry for the confusion, I have updated the info in the first post to reflect this.

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

  11. #31
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by clk View Post
    did you use the installer or the data replace?
    The installer. But sounds like AJS has it figured out.

  12. #32

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Yup works now thanks alot anyone having trouble with the data replace u can use lands to conquer or broken crescent, i used bc it works.

  13. #33
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by Withwnar View Post
    Playing as the Danes I am getting multiple Master Envoy offers per turn.
    ...plus they don't seem to do anything.

    I think I have found the reason. The triggers use this...
    Code:
    monitor_event FactionTurnStart FactionIsLocal
    	and Treasury > 30000
    	and FactionBuildingExists >= mayors_palace
    	and I_EventCounter master_envoy_XXX_accepted = 0
    	and RandomPercent < 5
    ...with nothing to limit it to the relevant local faction. So playing The Danes I am getting other-faction triggers firing. If I accept then it's no doubt a creating a character for that other faction. Which I'm paying for. Just bad luck of the draw that I haven't seen the Danish one yet.

    It will need a FactionType condition added.

    EDIT: this is v1.0 by the way.
    EDIT2: oops, no, it's 1.5.
    Last edited by Withwnar; September 25, 2011 at 05:06 AM.

  14. #34
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by Withwnar View Post
    ...plus they don't seem to do anything.

    I think I have found the reason. The triggers use this...
    Code:
    monitor_event FactionTurnStart FactionIsLocal
        and Treasury > 30000
        and FactionBuildingExists >= mayors_palace
        and I_EventCounter master_envoy_XXX_accepted = 0
        and RandomPercent < 5
    ...with nothing to limit it to the relevant local faction. So playing The Danes I am getting other-faction triggers firing. If I accept then it's no doubt a creating a character for that other faction. Which I'm paying for. Just bad luck of the draw that I haven't seen the Danish one yet.

    It will need a FactionType condition added.

    EDIT: this is v1.0 by the way.
    EDIT2: oops, no, it's 1.5.
    THANK YOU! +Rep, good sir! That was making me crazy all damn day...

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

  15. #35

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Ehrrr...may be a silly question but...do i have to install the britannia campaign or it's the same if i've only installed the Americas one?
    Thanks in advance!

  16. #36
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Quote Originally Posted by redinside View Post
    Ehrrr...may be a silly question but...do i have to install the britannia campaign or it's the same if i've only installed the Americas one?
    Thanks in advance!
    As long as you are using Rule Britannia version 1.5 there should be no need to have any of the specific Kingdoms campaigns installed. Just make sure you are running M2TW kingdoms 1.4 or better and you are good to go.

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

  17. #37

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Sorry but i really cannot understand how to install this...the insataller doesn't work for me cause it simply wants to insatll the mod only in program files but not in others location. So i've downloaded the data zipped but...where do i have to put it? In the main folder files? And which is the executable for the mod?
    Thank you in advance, it seems really great work!

  18. #38
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    If you are using the data folder by itself there is no exe. You need to replace the data folder of another mod--one that makes use of a CFG file so not one of the Kingdoms campaigns--and launch it from there. I am looking into more versatile installers for future versions of the mod. You can also try using Squid's installation editor linked in the first post of this thread.

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

  19. #39

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Ok, just to say that i've got it workin and that this is a great mod! Deep, interesting, love for details...i've always dream a britain campaign in this way! so please keep up and thank you!

  20. #40

    Default Re: Here There Be Snakes: Bug Reports & Tech Help

    Should we report typo's too?

    If so, after a battle when your general has got the 'personal loss' trait (although NOT in the trait menu, only in the message you got after the battle) it will say freinds instead of friends.

    Very minor, but just something I'd like to mention.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •