Results 1 to 14 of 14

Thread: Start with Hannibal?

  1. #1

    Default Start with Hannibal?

    I'm kind of obsessed with Hannibal right now and the Carthiginian history. Is there a way to mod the game to make is possible to start with Hannibal at the beggining of the Karthadast campaign? Or atleast change the name of one of the starting generals to Hannibal? I'd like to try and march Hannibal into Northern Italy just like in real history..

    I know this has been mentioned several times in other forums, and the answer is usually "it's a small possiblity that he will show up, and you can make him a great general". But it would be really cool if I could start with him as one of my generals..
    Last edited by theroyalwe; 08-16-2007 at 16:21.

  2. #2
    EB Token Radical Member QwertyMIDX's Avatar
    Join Date
    Jan 2005
    Location
    Providence, Rhode Island
    Posts
    5,898

    Default Re: Start with Hannibal?

    You'd be having him as a general 30 years before he was born...
    History is for the future not the past. The dead don't read.


    Operam et vitam do Europae Barbarorum.

    History does not repeat itself. The historians repeat one another. - Max Beerbohm

  3. #3

    Default Re: Start with Hannibal?

    Quote Originally Posted by QwertyMIDX
    You'd be having him as a general 30 years before he was born...
    Yeah, I just started to realize that when I realized how realistic and historically correct EB really is... Why would I want to mess that up by having Hannibal march into Rome when he was just a twinkle in his fathers eye? Thanks for the reply.. If I really want to play as Hannibal, I should look into a whole seperate mod.. I'll post this in a different forum, but does anyone by any chance know of one? Thanks.

  4. #4

    Default Re: Start with Hannibal?

    why u dont wait until 214 bc, like I did? Name was different, but he was a son of Hamilcar Barca anyway. That was my greatest campaign.

  5. #5

    Default Re: Start with Hannibal?

    Quote Originally Posted by Eduorius
    why u dont wait until 214 bc, like I did? Name was different, but he was a son of Hamilcar Barca anyway. That was my greatest campaign.
    Yeah, that's a good idea.. His name doesn't have to be Hannibal.. I mean heck, what if Hamilcar decided to name him Marca or something.. Marca Barca... lol

    I think I'll do that.. I wouldn't want a whole seperate mod anyway, because it doesn't get any more realistic then EB.

  6. #6

    Default Re: Start with Hannibal?

    Why not just script him in?

  7. #7
    EBII Mod Leader Member Foot's Avatar
    Join Date
    Apr 2005
    Location
    Brighton, East Sussex, England (GMT)
    Posts
    10,736

    Default Re: Start with Hannibal?

    because the events that led up to his birth and rise to power were not decided in 272, and we don't railroad the player into a history. What if his father dies before he could have fathered hannibal, it would just be silly.

    Basically it is a policy of eb not to spawn historical generals in who were not alive in some form in 272

    Foot
    EBII Mod Leader
    Hayasdan Faction Co-ordinator


  8. #8

    Default Re: Start with Hannibal?

    Quote Originally Posted by alatar
    Why not just script him in?
    I perfectly understand why the EB team wouldn't script him in because of their policy, but is it possible to script him in through a mini-mod of EB?

  9. #9
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: Start with Hannibal?

    Yes.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  10. #10

    Default Re: Start with Hannibal?

    Quote Originally Posted by bovi
    Yes.
    Alright, well maybe I'll do the research and make my own.. Or if someone else is nice enough to make one for me.. Maybe to have Hannibal spawn in a certain year when he started his military career or something..

  11. #11

    Question Re: Start with Hannibal?

    I did some research, and it looks like scripting is a little more complicated than I thought.. Atleast with a modded version of RTW.. All the tutorials I have read are used with Vanilla RTW and I can't get those to work with EB..

    Any advice from you scripting experts? Maybe someone can atleast point me in the right direction?
    Last edited by theroyalwe; 08-17-2007 at 15:23.

  12. #12
    Wise and Partially Handsome Member Jarardo's Avatar
    Join Date
    Jan 2006
    Location
    Midlands, US
    Posts
    155

    Default Re: Start with Hannibal?

    It wouldn't be accurate. But if you want to do it, who's to say you shouldn't?

    This will make Hannibal one of your starting generals. Hannibal should already be one of the names assigned to the faction. So you need to go into your descr_strat file, which is in data/worlds/imperial campaign???... I can't remember, and I don't have any RTW install on my comp right now... Anyway look for it around there somewhere.

    First off backup that desc_strat file. Now open it, you'll have to find which faction is actually the carthaginians, since EB changed some of them around...I would do a search for that(egypt maybe?). Anyway, under the carthaginian section, there will be an area with some family members names, find one that you want to be Hannibal, and change the name to Hannibal. There will be some other stats next to his name: his age, and some traits for instance, you can change those there too, to make him into a badass.

    You may want to do some reading of the traits file to understand the ICE and...STL ratings, along with the other new traits you may want to give him.

    I hope this doesn't seem too vague, as I said before, I don't have an install right now, so this is all from memory, if I had an install, I wouldn't mind helping you out more.

    Hope it works!

    -Jarardo
    I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. -Albert Einstein


    www.EuropaBarbarorum.com

  13. #13
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: Start with Hannibal?

    Maybe you'll get some help from this (non-tested and probably gamebreaking code).

    Code:
    monitor_event FactionTurnStart FactionIsLocal
    and I_TurnNumber = <number>
    spawn_army
    faction egypt
    character Hannibal Barca, named character, command 0, influence 0, management 0, subterfuge 0, age 16, x <coordinate>, y <coordinate>
    console_command give_trait "Hannibal Barca" some_trait
    console_command give_trait "Hannibal Barca" another_trait
    ...
    end_monitor

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  14. #14

    Default Re: Start with Hannibal?

    Thanks everyone for the replies.. I'll give those a shot.

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