Results 1 to 13 of 13

Thread: I wish to change the Unconditional Reform for Carthage.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default I wish to change the Unconditional Reform for Carthage.

    I am not generally a patient guy, So I like my reforms early. If I wanted to change the Unconditional Reform date to, say, 268 BC, what would I change? Could someone tell me what, specifically, I should change to make the unconditional reforms happen early?

    Or just post a modified version of the script; that works, too.

    Thanks in advance!

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

  2. #2

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Heres the thread that can explain it to you.
    http://www.twcenter.net/forums/showthread.php?t=83459

  3. #3

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Ummm, Sorry, but that is on ROMAN reforms. I edited that perfectly...I even posted on that thread. To help someone...

    So, thanks, but I need help with Carthage reforms.

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

  4. #4

    Default Re: I wish to change the Unconditional Reform for Carthage.

    It's the same principle, go to EB data scripts show_me Ebbs_script
    It's under 2g. Check that post find the blue number. Since you are at year 268, 272 - 268 = 4
    4*4 is 16
    Change the blue number to sixteen.
    I would back up the file first though.

  5. #5

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Well, I guess I change

    ; Check counters are >= 5 and >= 3 or 200BC, if true set counter 1, if false set counters 0
    monitor_event FactionTurnStart FactionType egypt
    and I_TurnNumber >= 148
    and I_CompareCounter Carthage_Reforms = 0

    if I_TurnNumber >= 288

    To

    ; Check counters are >= 5 and >= 3 or 200BC, if true set counter 1, if false set counters 0
    monitor_event FactionTurnStart FactionType egypt
    and I_TurnNumber >= 148
    and I_CompareCounter Carthage_Reforms = 0

    if I_TurnNumber >= 16

    Right? I don't understand what you said about the "blue" number, though.

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

  6. #6

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Its at the bottom I think and change the number 288 to 16
    Back up the file first, but I think thats it.

    ; Check counters are >= 5 and >= 3 or 200BC, if true set counter 1, if false set counters 0
    monitor_event FactionTurnStart FactionType egypt
    and I_TurnNumber >= 148
    and I_CompareCounter Carthage_Reforms = 0

    if I_TurnNumber >= 288

    console_command create_building Kart-Hadast "carthage1"
    console_command create_building Atiqa "carthage1"
    console_command create_building Gader "carthage1"
    console_command create_building Mastia "carthage1"
    console_command create_building Bocchoris "carthage1"
    console_command create_building Sala "carthage1"
    console_command create_building Lixus "carthage1"
    console_command create_building Adrumeto "carthage1"
    console_command create_building Lilibeo "carthage1"
    console_command create_building Lepki "carthage1"
    console_command create_building Karali "carthage1"
    set_counter Carthage_Reforms 1

    end_if

    if I_CompareCounter Carthage_Reformsinc1 >= 5
    and I_CompareCounter Carthage_Reformsinc2 >= 3

    console_command create_building Kart-Hadast "carthage1"
    console_command create_building Atiqa "carthage1"
    console_command create_building Gader "carthage1"
    console_command create_building Mastia "carthage1"
    console_command create_building Bocchoris "carthage1"
    console_command create_building Sala "carthage1"
    console_command create_building Lixus "carthage1"
    console_command create_building Adrumeto "carthage1"
    console_command create_building Lilibeo "carthage1"
    console_command create_building Lepki "carthage1"
    console_command create_building Karali "carthage1"
    set_counter Carthage_Reforms 1

    end_if

    if I_CompareCounter Carthage_Reforms < 1
    set_counter Carthage_Reformsinc1 0
    set_counter Carthage_Reformsinc2 0
    end_if
    end_monitor

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;Section 2h: Sweboz Reform
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

  7. #7

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Sorry if that wasn't any help to you.

  8. #8

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Well, I guess I will try it. However, I am not actually in 268 bc, I am in 270. I just used 268 for convenience, and so I made it 20. Just saying. Thanks for the help, Pirates. I suspected that was it but wanted to clarify. +rep to you, sir.

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

  9. #9

    Default Re: I wish to change the Unconditional Reform for Carthage.

    I'm really hoping that worked out for you. Thanks for the rep though.

  10. #10

    Default Re: I wish to change the Unconditional Reform for Carthage.

    No problem. We will see when I reach 268 BC!

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

  11. #11

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Well, I am in 267 and nothing has happened yet...

    ****!

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

  12. #12

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Damn!! I know Your barracks have to be at at five in these settlements Lepki, Adrumeto, Ippone, Gader, Mastia. Try process_cq to do that.

  13. #13

    Default Re: I wish to change the Unconditional Reform for Carthage.

    Alright...

    Game of the Fates
    Mod of the week on hold -- I've played nearly every RTW mod out there.
    BOYCOTT THE USE OF SMILEYS! (Okay, just once)
    Antiochos VII...last true scion of the Seleucid dynasty...rest in peace, son of Hellas.
    I've returned--please forgive my long absence.

Posting Permissions

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