Enterprise model for you to play with
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 31
- Joined: Mon, 8. Mar 04, 08:00
tip for the modder
i´ve looked in your pck when decompressed, for the germen version you should change the language id from 44 to 49
-
- Posts: 28
- Joined: Sat, 6. Mar 04, 22:43
Re: tip for the modder
Good point, well presented. Thanks for spotting that, i'll change it. Did it make any difference?maddi81 wrote:i´ve looked in your pck when decompressed, for the germen version you should change the language id from 44 to 49
-
- Posts: 31
- Joined: Mon, 8. Mar 04, 08:00
some more ideas
well the only difference was that the ingame text for commands or self programmed mission text is , if you have a 44 in a german version, just things like " read text 4953693463" and so on, but change it to the right number you can read the real text like "get enterprise"
unfortunately this did not solve the problem which i explained i can´t give your ship commands except for this one special command where you create a new enterprise.
i´ve looked in some other decompressed pck from the folder, and my ideas would be:
1. you have not written enough commands for recocnizing the game the software for the ship in the pck
2. everything in your mod( which means all lines in the pck/dat/cat) has to be correctly done for the german version to work there(language id etc.)
3. your , or part of your mod conflict with other game parts/scripts/mods. but this is quite time extensive to test, but i will do it nevertheless.
unfortunately this did not solve the problem which i explained i can´t give your ship commands except for this one special command where you create a new enterprise.
i´ve looked in some other decompressed pck from the folder, and my ideas would be:
1. you have not written enough commands for recocnizing the game the software for the ship in the pck
2. everything in your mod( which means all lines in the pck/dat/cat) has to be correctly done for the german version to work there(language id etc.)
3. your , or part of your mod conflict with other game parts/scripts/mods. but this is quite time extensive to test, but i will do it nevertheless.
-
- Posts: 31
- Joined: Mon, 8. Mar 04, 08:00
sorry
oh boy i really have to apologize, this thing with i could not give any commands to my ship in your mod, wasn´t your mods fault, it was because i "accidentially" erased some essential gamescripst from the scripts folder before installting your mod.
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 28
- Joined: Sat, 6. Mar 04, 22:43
enterprise bridge
After some experimenting i've discovered that doing the bridge for the enterprise will be quite easy if i can find a model for it (except for the animated textures). I've given up searching and started creating one, so this is gonna take some time. In the meantime if any of you have, or know the location of, a model from a federation ship (not the olympus or TOS) let me know. It'll speed things up considerably.
E
E
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 28
- Joined: Sat, 6. Mar 04, 22:43
Hi guys. Quick update. The 1701-E bridge is coming along slowly although the textures are killing me and i'm having a lot of trouble with the dimensions. I'm probably gonna give up on it and do the 1701-D: much wider range of schematics available.
Don't hold your breath, i gotta work sometimes as well.
E
Don't hold your breath, i gotta work sometimes as well.
E
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 1184
- Joined: Mon, 10. Mar 03, 23:50
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 160
- Joined: Thu, 5. Feb 04, 22:28
-
- Posts: 970
- Joined: Thu, 29. Apr 04, 20:25
Firstly *great mod*.
I've been trying to do the same (or work up to it), but am stuck early one. I cannot seem to get new ships to become available in the "Create Ship" script command. I notice Enterprise show up.
I think I simply don't know the naming for the xml files and how to reference them in the tships command. I've looked at the information for the twares, but seem unable to translate it.
I don't suppose you could share a short "which colums to hit and how to number them" for adding ships?
I've been trying to do the same (or work up to it), but am stuck early one. I cannot seem to get new ships to become available in the "Create Ship" script command. I notice Enterprise show up.
I think I simply don't know the naming for the xml files and how to reference them in the tships command. I've looked at the information for the twares, but seem unable to translate it.
I don't suppose you could share a short "which colums to hit and how to number them" for adding ships?
-
- Posts: 970
- Joined: Thu, 29. Apr 04, 20:25
Yes, you can create new ships. This mod does, in fact, fcreate a new ship.
My problem is not with creating it so mush as getting it to show in the scripting language as addable... again, this is something which was accomplished by the author of this add-in. It can be done, I just don't understand how to do it.
Further, as it turns out, I am modifying an existing ship... but one which was disabled. I've already changed the body type to 940... I suspect my problem is with adding the page17... when I tried recompressing my catd and dat files, the /t directory does not seem to be included (as checked when I reuncompress) which is odd, because "USS Enterprise" is still showing up on the create list.
My problem is not with creating it so mush as getting it to show in the scripting language as addable... again, this is something which was accomplished by the author of this add-in. It can be done, I just don't understand how to do it.
Further, as it turns out, I am modifying an existing ship... but one which was disabled. I've already changed the body type to 940... I suspect my problem is with adding the page17... when I tried recompressing my catd and dat files, the /t directory does not seem to be included (as checked when I reuncompress) which is odd, because "USS Enterprise" is still showing up on the create list.
-
- Posts: 23
- Joined: Mon, 24. May 04, 07:37
-
- Posts: 970
- Joined: Thu, 29. Apr 04, 20:25