Results 1 to 4 of 4

Thread: Help with school scripting - Future mod announcement

  1. #1
    Goutlard's Avatar Janissary
    Join Date
    Dec 2010
    Location
    France / Turkey
    Posts
    818

    Default Help with school scripting - Future mod announcement

    Hi, I am currently working on a new Huge submod for A Proper Empire: Terra Incognita.
    To not spoil anything, I only have one question. Where is the script that controls school/university/education costs ?

    Thank you
    Wind from the East's Awards :

  2. #2
    Krixux's Avatar Ordinarius
    Join Date
    Mar 2011
    Location
    Belgium
    Posts
    734

    Default Re: Help with school scripting - Future mod announcement

    I did some "messing ups" with


    -Program Files /Steam/SteamApp/common/TerraIncognita/TI_prefs –


    opened “TI_prefs “ in text file and modified the values of research cost and some other stuff – made it more challenging at higher level.


    Ex:


    -- research cost settings


    -- direct cost for the player


    if difficulty == 1 then
    educationDirectCostMultiplier = 0.4
    elseif difficulty == 0 then
    educationDirectCostMultiplier = 0.8
    elseif difficulty == -1 then
    educationDirectCostMultiplier = 1.6
    elseif difficulty == -2 then
    educationDirectCostMultiplier = 2.4 (costs will kind of kill your will to research least u got the cash... )
    end




    function getResearchCostForSchoolLevel(level)
    if level == "school" then
    return 2000 (made my 1st step easy ... )
    elseif level == "college" then
    return 13500
    elseif level == "university" then
    return 25000
    elseif level == "enlightened_university" then
    return 57000


    As u can see I made my life a “hell” , but is cool ...


    D I V I D E - ET - I M P E R A

    & A PROPER EMPIRE: TERRA INCOGNITA .... A P E - T I
    __________________________________________________________________________________________________
    "Perhaps, as some wit remarked, the best proof that there is Intelligent Life in Outer Space is the fact it hasn't come here. Well, it can't hide forever - one day we will overhear it."

  3. #3
    l33tl4m3r's Avatar A Frakkin' Toaster
    Join Date
    Mar 2009
    Location
    Soldier of Fortune
    Posts
    6,330

    Default Re: Help with school scripting - Future mod announcement

    Any word here?
    [House of Caesars|Under the Patronage of Carl von Döbeln]

  4. #4
    Krixux's Avatar Ordinarius
    Join Date
    Mar 2011
    Location
    Belgium
    Posts
    734

    Default Re: Help with school scripting - Future mod announcement

    Quote Originally Posted by l33tl4m3r View Post
    Any word here?
    Oh I, long time no see - @ your post - what do you mean?
    (...yes ... I still play ape-ti - a great mod from a more chivalrous times ...)

    btw: haven't seen grandpa in a long time , any news ? is he ok ?
    D I V I D E - ET - I M P E R A

    & A PROPER EMPIRE: TERRA INCOGNITA .... A P E - T I
    __________________________________________________________________________________________________
    "Perhaps, as some wit remarked, the best proof that there is Intelligent Life in Outer Space is the fact it hasn't come here. Well, it can't hide forever - one day we will overhear it."

Posting Permissions

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