my current troubles in modding

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply

whats the more complicated problem to resolve?

Poll ended at Mon Feb 05, 2007 4:12 pm

1. WT*?
1
33%
2. number 1
1
33%
3. number 2
1
33%
 
Total votes: 3
shade...

my current troubles in modding

Post 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".
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

RE: my current troubles in modding

Post 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. :?
shade...

Post by shade... »

twos down :?
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

Post 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"
    }
}
fat_walrus

Post by fat_walrus »

I tried that a couple months ago, but it didnt work. Maybe I didnt add them in the LUA O_O
Post Reply