Results 1 to 30 of 125

Thread: Campaign Thread

Hybrid View

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

    Default Re: Campaign Thread

    Okay, I'll hold off playing until the save is confirmed safe.
    Do you find something funny with the name Biggus Dickus?

    in the EB PBeM

  2. #2
    Member Member Hax's Avatar
    Join Date
    May 2007
    Location
    The Netherlands
    Posts
    5,352

    Default Re: Campaign Thread


    I just saw Hax's post and he asked why he had 33000mnai...I got rid of money bonuses so he must not have changed the scripts around.

    Hax can you confirm you changed the scripts?
    I'm fairly certain that I did.
    This space intentionally left blank.

  3. #3
    Keeper of the Pax Romanum Member TruePraetorian's Avatar
    Join Date
    Jun 2007
    Location
    Romeo MI (US)
    Posts
    885

    Default Re: Campaign Thread

    Quote Originally Posted by Hax View Post
    I'm fairly certain that I did.


    That means someone before you didn't change the scripts around. Kind of the reason I had the whole confirmation thread thing.

    Whoever already went do me a favor and open up your EBBS_SCRIPT.txt, press ctrl-f and type in Section 5. It should be deleted under it.
    The Gods envy us.

    They envy us because we are mortal, because any moment might be our last.
    Everything is more beautiful because we are doomed.
    You will never be lovlier than you are now.

    We will never be here again.

  4. #4
    Tuba Son Member Subotan's Avatar
    Join Date
    Sep 2007
    Location
    The Land of Heat and Clockwork
    Posts
    4,990
    Blog Entries
    3

    Default Re: Campaign Thread

    Quote Originally Posted by TruePraetorian View Post


    That means someone before you didn't change the scripts around. Kind of the reason I had the whole confirmation thread thing.

    Whoever already went do me a favor and open up your EBBS_SCRIPT.txt, press ctrl-f and type in Section 5. It should be deleted under it.
    https://forums.totalwar.org/vb/showp...&postcount=119

  5. #5
    Keeper of the Pax Romanum Member TruePraetorian's Avatar
    Join Date
    Jun 2007
    Location
    Romeo MI (US)
    Posts
    885

    Default Re: Campaign Thread

    Saw that
    The Gods envy us.

    They envy us because we are mortal, because any moment might be our last.
    Everything is more beautiful because we are doomed.
    You will never be lovlier than you are now.

    We will never be here again.

  6. #6
    Tuba Son Member Subotan's Avatar
    Join Date
    Sep 2007
    Location
    The Land of Heat and Clockwork
    Posts
    4,990
    Blog Entries
    3

    Default Re: Campaign Thread

    I have
    Code:
    monitor_event FactionTurnStart FactionType romans_julii
    and not FactionIsLocal
        and Treasury < 5000
        and I_CompareCounter seasonCounter = 4
         console_command add_money romans_julii, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType romans_scipii
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money romans_scipii, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType romans_brutii
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money romans_brutii, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType egypt
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money egypt, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType seleucid
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money seleucid, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType carthage
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money carthage, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType parthia
    and not FactionIsLocal  
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money parthia, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType gauls
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money gauls, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType germans
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money germans, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType britons
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money britons, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType greek_cities
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money greek_cities, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType macedon
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money macedon, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType pontus
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money pontus, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType armenia
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money armenia, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType dacia
    and not FactionIsLocal  
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money dacia, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType scythia
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
    	console_command add_money scythia, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType spain
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money spain, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType thrace
    and not FactionIsLocal 
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money thrace, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType numidia
    and not FactionIsLocal   
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money numidia, 20000
    end_monitor 
    
    monitor_event FactionTurnStart FactionType saba
    and not FactionIsLocal
        and Treasury < 5000
    	and I_CompareCounter seasonCounter = 4
         console_command add_money saba, 20000
    end_monitor
    And how does the AI manage to play, if it doesn't have the money script?

  7. #7
    Keeper of the Pax Romanum Member TruePraetorian's Avatar
    Join Date
    Jun 2007
    Location
    Romeo MI (US)
    Posts
    885

    Default Re: Campaign Thread

    The game was originally intended for all human players. And you don't have the scripts changed..that is the original script not the one a made.
    The Gods envy us.

    They envy us because we are mortal, because any moment might be our last.
    Everything is more beautiful because we are doomed.
    You will never be lovlier than you are now.

    We will never be here again.

  8. #8
    The Rhetorician Member Skullheadhq's Avatar
    Join Date
    Apr 2008
    Location
    Antioch
    Posts
    2,267

    Default Re: Campaign Thread

    Karthadast when are you going to upload the turn?
    "When the candles are out all women are fair."
    -Plutarch, Coniugia Praecepta 46

  9. #9
    Tuba Son Member Subotan's Avatar
    Join Date
    Sep 2007
    Location
    The Land of Heat and Clockwork
    Posts
    4,990
    Blog Entries
    3

    Default Re: Campaign Thread

    I'm going to be gone for the next week or so, as I'm going on a trip to America, so you can just skip my turn.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO