Page 3 of 3 FirstFirst 123
Results 41 to 54 of 54

Thread: Encyclopedia | Great Guide | Solutions & Tips | FAQ

  1. #41

    Default Re: Encyclopaedia | Great Guide | Solutions & Tips | FAQ

    Quote Originally Posted by hrolphi View Post
    Wow. wow. wow.. Looking so much forward to diving in some day in the future
    Thanks!
    You stole my words my words.

  2. #42

    Default Re: Encyclopaedia | Great Guide | Solutions & Tips | FAQ

    All the pictures are invisible in the area of recruitment part... Can you please fix it?

  3. #43

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Hello everyone!

    I started playing RS after many years and it's really good. I remember that when playing a Roman Campaign the second rebellion could ruin your game with settlement revolting every turn. In point 18 of the campaign gameplay section, Quintillius explains how to desable the second roman rebellion. My question is how does this impact the reformed roman titles, such caesar and augutus for the faction leader or the imperial governor anciliaries. These traits appear after the imperial reform (by building the circus maximus if I remember correctly) or only after the second rebellion?

    Best,

    Edit:
    To anyone who might be interested by the answer to my question, the trigger to reformed traits are the imperial reforms and not the second rebellion.
    Last edited by Nero Claudius Drusus; January 29, 2019 at 11:30 AM.

  4. #44

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Yes, all the charts are gone. Is it possible for someone to zip them up, and upload them somewhere?

    Thanks!

  5. #45

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Okay, it seems I have all the charts in a Web MHT file. I was just opening it with the wrong browser.

    I am willing to pull out the images if someone is willing to create a home for them.

  6. #46

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    I looked a little more at what content I downloaded. (For some reason, extracting the images is not easy.)

    I have a single file that contains everything expanded including images. I did not expand the INSTALLATION and TECHNICAL sections, but they have no images anyway.

    I have an MHT file which was create with Firefox which no longer supports this format. But Google's Chrome supports it, and you can read everything but the above on your PC locally.

    Again I am willing to give this to an RS3 team member or TW Center staff to zip and upload somewhere for future generations of RS3/RTW1 players. (I would rather not be doing this on a player by player basis for years to come.)

    Thank you.

    Update: MSFT IE(11) and EDGE(44) display the above file with image content perfectly. File is only 6Mb.
    Last edited by MeiguoJinjang; July 20, 2019 at 04:22 AM.

  7. #47
    bobbyr's Avatar Semisalis
    Join Date
    Apr 2013
    Location
    Europe
    Posts
    418

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Quote Originally Posted by MeiguoJinjang View Post
    I looked a little more at what content I downloaded. (For some reason, extracting the images is not easy.)

    I have a single file that contains everything expanded including images. I did not expand the INSTALLATION and TECHNICAL sections, but they have no images anyway.

    I have an MHT file which was create with Firefox which no longer supports this format. But Google's Chrome supports it, and you can read everything but the above on your PC locally.

    Again I am willing to give this to an RS3 team member or TW Center staff to zip and upload somewhere for future generations of RS3/RTW1 players. (I would rather not be doing this on a player by player basis for years to come.)

    Thank you.

    Update: MSFT IE(11) and EDGE(44) display the above file with image content perfectly. File is only 6Mb.
    Could you send me this file? All charts seem to be gone from this thread, tested with Firefox and Edge.




  8. #48

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Me too. Please! Thanks!

  9. #49

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Hello, I want to remove from the background script this section "Disable peace with one-city faction" which is shown here, Section 18. Campaign Tweaks:

    ;;;;peace with factions when they are no threat anymore

    declare_counter Player_romans_scipii LINE 18753
    declare_counter Player_romans_julii
    declare_counter Player_romans_brutii
    declare_counter Player_greek_cities
    declare_counter Player_macedon
    declare_counter Player_seleucid
    declare_counter Player_britons

    (...)

    end_if
    if I_CompareCounter Player_dacia = 0
    console_command diplomatic_stance dacia boii neutral
    end_if
    if I_CompareCounter Player_numidia = 0
    console_command diplomatic_stance numidia boii neutral
    end_if
    if I_CompareCounter Player_slave = 0
    console_command diplomatic_stance slave boii neutral
    end_if
    end_monitor LINE 20131

    However I want to keep the "Survival Script", shown here:

    monitor_event FactionTurnStart TrueCondition LINE19090
    and I_CompareCounter Player_greek_cities = 0
    and I_NumberOfSettlements greek_cities < 2
    if I_CompareCounter Player_romans_scipii = 0
    console_command diplomatic_stance romans_scipii greek_cities neutral
    end_if
    if I_CompareCounter Player_romans_julii = 0
    console_command diplomatic_stance romans_julii greek_cities neutral
    end_if
    if I_CompareCounter Player_romans_brutii = 0
    console_command diplomatic_stance romans_brutii greek_cities neutral
    end_if
    if I_CompareCounter Player_macedon = 0
    console_command diplomatic_stance macedon greek_cities neutral
    end_if
    if I_CompareCounter Player_seleucid = 0
    console_command diplomatic_stance seleucid greek_cities neutral
    end_if
    if I_CompareCounter Player_britons = 0
    console_command diplomatic_stance britons greek_cities neutral
    end_if
    if I_CompareCounter Player_egypt = 0
    console_command diplomatic_stance egypt greek_cities neutral
    end_if
    if I_CompareCounter Player_carthage = 0
    console_command diplomatic_stance carthage greek_cities neutral
    end_if
    if I_CompareCounter Player_gauls = 0
    console_command diplomatic_stance gauls greek_cities neutral
    end_if
    if I_CompareCounter Player_germans = 0
    console_command diplomatic_stance germans greek_cities neutral
    end_if
    if I_CompareCounter Player_spain = 0
    console_command diplomatic_stance spain greek_cities neutral
    end_if
    if I_CompareCounter Player_thrace = 0
    console_command diplomatic_stance thrace greek_cities neutral
    end_if
    if I_CompareCounter Player_scythia = 0
    console_command diplomatic_stance scythia greek_cities neutral
    end_if
    if I_CompareCounter Player_parthia = 0
    console_command diplomatic_stance parthia greek_cities neutral
    end_if
    if I_CompareCounter Player_armenia = 0
    console_command diplomatic_stance armenia greek_cities neutral
    end_if
    if I_CompareCounter Player_pontus = 0
    console_command diplomatic_stance pontus greek_cities neutral
    end_if
    if I_CompareCounter Player_dacia = 0
    console_command diplomatic_stance dacia greek_cities neutral
    end_if
    if I_CompareCounter Player_numidia = 0
    console_command diplomatic_stance numidia greek_cities neutral
    end_if
    if I_CompareCounter Player_slave = 0
    console_command diplomatic_stance slave greek_cities neutral
    end_if
    if I_CompareCounter Player_boii = 0
    console_command diplomatic_stance boii greek_cities neutral
    end_if
    end_monitor LINE 19153




    Firstly, the "Survival Script", does the section from line 19090 to line 19153 only affect the greek cities ?

    Secondly, to delete the "Disable peace with one-city faction" it looks as though I have to delete lines 18753 through 20131, which would include
    lines 19090 through 19153. I do not want to delete "Survival Script", only "Disable peace with one-city faction".

    The editor I'm using doesn't make it clear if one section is dependent on the other.

    I would have just tried deleting lines 19090 through 19153 but the "Survival Script" section shown in the first post looks like it only affects
    the Greek City States and I want every faction to retain the ability to have stacks spawn when they're whittled down to one settlement.


    Basically I'm asking can anyone tell me what lines to delete from the background script to keep the "Survival Script" for all factions and remove the
    "Disable peace with one-city faction" script. Line numbers inclusive of the ones to be deleted would be great, many thanks.

  10. #50
    Saul Tyre's Avatar Senator
    Join Date
    Jun 2014
    Location
    England; a vassal state of Scotland
    Posts
    1,307

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Quote Originally Posted by sharkeyyyy View Post
    Hello, I want to remove from the background script this section "Disable peace with one-city faction" which is shown here, Section 18. Campaign Tweaks:

    Basically I'm asking can anyone tell me what lines to delete from the background script to keep the "Survival Script" for all factions and remove the
    "Disable peace with one-city faction" script. Line numbers inclusive of the ones to be deleted would be great, many thanks.
    Why would you want to anyway? you can still besiege the last settlement with stone throwing balistas or elephants depending on what defence wall and region before going to the end turn, alternatively, besiege the last 2 settlements and take both in the same turn, no need to start messing about with scripts, it might bring about issues you might otherwise not have had, besides it would impact on the AI factions too would it not?
    Last edited by Saul Tyre; February 16, 2021 at 09:19 AM.
    My personality is who I am....my attitude depends on who you are!!!
    RTR: Imperium Surrectum Team Member/adviser/tester
    RTR Project Group member/RTR8_4.0 beta tester.
    RSII_WWC Team Member/tester.XC_5 Beta tester
    My TW youtube channel: https://www.youtube.com/SaulTyre












  11. #51

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Hey!
    I'm playing the 0 turn Play Sparta Campaing and I would like to know if there is a way Rome AI can trigger Marian Reform. I don't mid if I need to cheat to help AI (Giving them population or units for them to build things/conquer settlements), but I need to know if they can trigger Marian Reform and how. If the AI cannot trigger it, I would like to know if I can do it playing as the Spartans, like conquering a city and building what is necessary.

    So, long story short: How to make AI Rome trigger Marian Reform on Sparta campaing.

  12. #52

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    it will do it at some point

  13. #53

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    Quote Originally Posted by LoGaL View Post
    it will do it at some point
    How will I know? Will I get a notification when the turn starts or something or do I need to look at their army to see if they changed?

  14. #54

    Default Re: Encyclopedia | Great Guide | Solutions & Tips | FAQ

    hi
    im new here i don't played Roma Surrectum III before so i have question what different btw all 0 turn or 1 turn campaign or rome 0 turn ???
    thank u

Page 3 of 3 FirstFirst 123

Posting Permissions

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