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".
my current troubles in modding
Moderator: Moderators
-
shade...
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: my current troubles in modding
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. 
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
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
You need to add in your other textures... :
Code: Select all
ucft
{
REQN
{
"texture"
"loadscreen"
}
}
Code: Select all
ucft
{
REQN
{
"texture"
"loadscreen"
"loadscreen2"
"loadscreen3"
}
}
-
fat_walrus
