Results 1 to 7 of 7

Thread: Messing with event_strings, export_descr_advice

  1. #1
    EB Traitor Member BozosLiveHere's Avatar
    Join Date
    Jan 2006
    Location
    Uqbar, Tlön
    Posts
    3,662

    Default Messing with event_strings, export_descr_advice

    EB had this neat little system where we would use console_command test_message commands in the script to make announcements to the player whenever he did something important (like get a Triumph, or become a Shahan Shah). Anyway, after the transition to 1.5 we haven't been able to make them work at all: while the commands are there, the messages just never pop-up no matter what we do.

    Does anyone have a successful experience modding these files in 1.5? What events were you able to use? We were using outlawed, civil_war and disaster_fire, but none of them are working right now....any help would be most appreciated.

    Edit: When I wrote export_descr_advice I meant descr_event_images. The frustration must be getting to me.
    Last edited by BozosLiveHere; 02-06-2007 at 06:03.

  2. #2
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: Messing with event_strings, export_descr_advice

    Quote Originally Posted by BozosLiveHere
    EB had this neat little system where we would use console_command test_message commands in the script to make announcements to the player whenever he did something important (like get a Triumph, or become a Shahan Shah). Anyway, after the transition to 1.5 we haven't been able to make them work at all: while the commands are there, the messages just never pop-up no matter what we do.

    Does anyone have a successful experience modding these files in 1.5? What events were you able to use? We were using outlawed, civil_war and disaster_fire, but none of them are working right now....any help would be most appreciated.

    Edit: When I wrote export_descr_advice I meant descr_event_images. The frustration must be getting to me.
    I posted sometime ago the same problem. I didn't succed in making the test_message command work in RTW 1.5.

    I thought it was because the moment chosen to show the message was the turn start, when a lot of messages appear (building, recruitment, family, etc), but perhaps it is a more general problem.

    In view of that I changed all the system of messages to the advisor method.

  3. #3
    EB Traitor Member BozosLiveHere's Avatar
    Join Date
    Jan 2006
    Location
    Uqbar, Tlön
    Posts
    3,662

    Default Re: Messing with event_strings, export_descr_advice

    Me and Atilius have had some minor successes, but they appear to be faction (or culture) dependant. We were able to get disaster_fire with macedon(greek) and romans_julii(egyptian) and daughter_retired with parthia(eastern). Seems that we'll have to keep trying them all for every faction.

  4. #4
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Messing with event_strings, export_descr_advice

    sorry for the ancient thread bump - but has anyone had any luck with test_message recently?

    I'm trying
    monitor_event FactionTurnStart FactionType greek_cities
    if I_TurnNumber = 1
    console_command test_message disaster_fire
    end_if
    end_monitor
    playing as greek_cities in Alex mod - and just get errorless CTD when it tries to trigger
    Last edited by Makanyane; 04-05-2009 at 14:37.
    Not used mods before? Looking for something small and fun?!
    Download the:

  5. #5

    Default Re: Messing with event_strings, export_descr_advice

    I'm not sure , but shouldn't that be :

    monitor_event FactionTurnStart FactionIsLocal
    and I_LocalFaction greek_cities
    if I_TurnNumber = 1
    console_command test_message disaster_fire
    end_if
    end_monitor
    Btw , is there a greek_cities faction in Alex:TW ? or are you using a mod that uses the greek_cities faction slot ?
    Last edited by PopePopo; 04-05-2009 at 16:31.

  6. #6
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Messing with event_strings, export_descr_advice

    erm yes, if you were going to use it seriously for only greeks to see - it would need a local faction = greek restriction... I was only loading as greeks and trying to test with most basic monitor I could think of, don't see why that would make it not work though

    Alex internal faction names are exactly the same as RTW, CA had a lazy fit.... I don't think they're actually in use in the original game though, this is for a mod.
    Last edited by Makanyane; 04-05-2009 at 18:19.
    Not used mods before? Looking for something small and fun?!
    Download the:

  7. #7

    Default Re: Messing with event_strings, export_descr_advice

    Yes , but you could leave the i_LocalFaction .. away ofcourse :)

    Alex internal faction names are exactly the same as RTW, CA had a lazy fit.... I don't think they're actually in use in the original game though, this is for a mod.
    If you hav custom characters , you need to do something extra (you'll probably already know all what i'm saying , but i don't care :P) .. Take a look at LOTR-TW for example , they have some amazing scripts ..

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