Results 1 to 5 of 5

Thread: confederation of the rhine

  1. #1
    Libertus
    Join Date
    Feb 2008
    Location
    London
    Posts
    51

    Default confederation of the rhine

    not sure what catergory this comes under, but would like to edit game in order to make the confederation of the rhine occur when playing europe napoleon campaign as french
    any help on how i can do this is much appreciated
    thanks

  2. #2

    Default Re: confederation of the rhine

    Rename Westphalia to Confederation of the Rhine. In the localization file.

  3. #3
    Libertus
    Join Date
    Feb 2008
    Location
    London
    Posts
    51

    Default Re: confederation of the rhine

    which file is the localisation file?
    sorry i'm a complete novice at modding NTW/ETW
    Last edited by Boudica; August 25, 2010 at 10:31 AM.

  4. #4

    Default Re: confederation of the rhine

    is there a way to do this ?

  5. #5

    Default Re: confederation of the rhine

    Add this to the OnFactionTurnStart (line 543) function of the eur_napoleon scripting.lua (data/campaigns/eur_napoleon)

    Code:
    if conditions.FactionName("france", context) and conditions.FactionIsHuman("france", context) then
    		scripting.game_interface:grant_faction_handover("france", "bavaria", 1, 2, context)
    		scripting.game_interface:grant_faction_handover("france", "wurttemberg", 1, 2, context)
    	end
    That will hand it over in the first few turns.
    My Tools, Tutorials and Resources

    Was running out of space, so see the full list here!

    Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there.- Josh Billings
    The creatures outside looked from pig to man, and from man to pig, and from pig to man again; but already it was impossible to say which was which.- George Orwell

Posting Permissions

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