Page 1 of 1

my current troubles in modding

Posted: Sun Feb 04, 2007 4:12 pm
by shade...
MY PROBLEMS



1. How can i add an object to destroy like a console and another object gets destroyed; and when u repair it the thing gets back up again? (like mustafar bridge)

2. How do you properly set text messages to appear when you enter a region?

NEW:
3. how do you add multiple loading screens?

thats all i need to know. i did tests, "failed".

RE: my current troubles in modding

Posted: Mon Feb 05, 2007 5:35 pm
by trainmaster611
Two takes some serious scriptiung work and if you are just starting to mod, its best not to work on that yet unless you can get the Script-Master to help you with that. :?

Posted: Mon Feb 05, 2007 9:20 pm
by shade...
twos down :?

Posted: Mon Feb 05, 2007 9:27 pm
by Darth_Z13
One load screen per era per mode. If you've got Conquest and Hero Assault you can have two conquest screens and one Hero Assault screen. You just have to a) Load it up in each LUA and b) in your common.req file where it says

Code: Select all

ucft
{
    REQN
    {
        "texture"
        "loadscreen"
    }
}
You need to add in your other textures... :

Code: Select all

ucft
{
    REQN
    {
        "texture"
        "loadscreen"
        "loadscreen2"
        "loadscreen3"
    }
}

Posted: Mon Feb 05, 2007 9:51 pm
by fat_walrus
I tried that a couple months ago, but it didnt work. Maybe I didnt add them in the LUA O_O