[X3TC] 5.0 km and 7.5 km sized mines
Moderator: Moderators for English X Forum
-
- Posts: 380
- Joined: Fri, 15. Jan 10, 12:05
[X3TC] 5.0 km and 7.5 km sized mines
I noticed some asteroids, whatever mine you build on them, become roughly 5.0 km sized, and some asteroids turn into an even bigger mine.
Is there a way to predict the size of the mines based on the game data - will it be "normal" or "plus-size"?
Is there a way to predict the size of the mines based on the game data - will it be "normal" or "plus-size"?
Мир всем народам на свете.
Нам не нужна
Война!
Нам не нужна
Война!
Re: [X3TC] 5.0 km and 7.5 km sized mines
The mines all use a single model, so whatever asteroid you place the mine upon, will just become the one model available for mines. I think. Maybe I'm wrong.
Re: [X3TC] 5.0 km and 7.5 km sized mines
the M and L mines might have different models (not sure)
but the asteroid you place it on doesn't make a difference as the asteroid model is replaced by the mine model (which includes a fixed sized asteroid as part of the model)
but the asteroid you place it on doesn't make a difference as the asteroid model is replaced by the mine model (which includes a fixed sized asteroid as part of the model)
-
- Posts: 151
- Joined: Wed, 5. May 04, 14:31
Re: [X3TC] 5.0 km and 7.5 km sized mines
When you say "whatever mine you build on them", do you mean ore/silicon, or do you mean medium/large. Also what about Terran mines. They use a different model.
Or could it be a proximity thing? If there is a station/asteroid close by, a smaller model is used to avoid collisions.
Or could it be a proximity thing? If there is a station/asteroid close by, a smaller model is used to avoid collisions.
-
- Posts: 380
- Joined: Fri, 15. Jan 10, 12:05
Re: [X3TC] 5.0 km and 7.5 km sized mines
I build only Commonwealth L mines, and some Ore Mines L are larger than others, the same goes for Silicon Mines L. It depends on an asteroid, it seems.
Мир всем народам на свете.
Нам не нужна
Война!
Нам не нужна
Война!
-
- Moderator (English)
- Posts: 29896
- Joined: Fri, 16. Apr 04, 19:21
Re: [X3TC] 5.0 km and 7.5 km sized mines
Is your game using any mods? I remember several asteroid model mods (such ones that randomly introduced asteroids with tunnels through them) that also affected the rocks that mines were on.
A dog has a master; a cat has domestic staff.
-
- Posts: 151
- Joined: Wed, 5. May 04, 14:31
Re: [X3TC] 5.0 km and 7.5 km sized mines
It may be that there are 4 or 5 different mine models, and the game picks one randomly, or maybe they cycle around. So that if you build, say 3 mines next to each other, they will not look the same.
Re: [X3TC] 5.0 km and 7.5 km sized mines
Each race has their own mine, so if you are building them from different races, they could look different. But if you are always using the same mine, they should all look the same.UnknownObject wrote: ↑Fri, 18. Aug 23, 23:32I build only Commonwealth L mines, and some Ore Mines L are larger than others, the same goes for Silicon Mines L. It depends on an asteroid, it seems.
each race does have 2 different mines however, which may be available at different shipyards (i havn't checked which ones are available where)
-
- Posts: 380
- Joined: Fri, 15. Jan 10, 12:05
Re: [X3TC] 5.0 km and 7.5 km sized mines
The thing is they don't.
Мир всем народам на свете.
Нам не нужна
Война!
Нам не нужна
Война!
- Herman2000
- Posts: 35
- Joined: Sat, 24. Aug 13, 22:20
Re: [X3TC] 5.0 km and 7.5 km sized mines
I'm guessing the file "types\Matches.txt" plays a role in determining the ultimate mine model used.
Code: Select all
//body matches for specific purposes
//body match type;num matches;
//first body/cut id/name;second body/cut id/name;match body/cut id/name
SMTYPE_MINE;MATCHF_CUT2|MATCHF_CUTMATCH;16;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineA_silicon_S_scene;stations\station_scenes\others\argon_mineA_silicon_S_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineB_silicon_S_scene;stations\station_scenes\others\argon_mineA_silicon_S_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineA_silicon_S_scene;stations\station_scenes\others\argon_mineB_silicon_S_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineB_silicon_S_scene;stations\station_scenes\others\argon_mineB_silicon_S_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineA_silicon_L_scene;stations\station_scenes\others\argon_mineA_silicon_L_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineB_silicon_L_scene;stations\station_scenes\others\argon_mineA_silicon_L_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineA_silicon_L_scene;stations\station_scenes\others\argon_mineB_silicon_L_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineB_silicon_L_scene;stations\station_scenes\others\argon_mineB_silicon_L_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineA_ore_S_scene;stations\station_scenes\others\argon_mineA_ore_S_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineB_ore_S_scene;stations\station_scenes\others\argon_mineA_ore_S_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineA_ore_S_scene;stations\station_scenes\others\argon_mineB_ore_S_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineB_ore_S_scene;stations\station_scenes\others\argon_mineB_ore_S_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineA_ore_L_scene;stations\station_scenes\others\argon_mineA_ore_L_scene;
environments\asteroids\asteroid_A_ClassMine;stations\station_scenes\others\argon_mineB_ore_L_scene;stations\station_scenes\others\argon_mineA_ore_L_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineA_ore_L_scene;stations\station_scenes\others\argon_mineB_ore_L_scene;
environments\asteroids\asteroid_B_ClassMine;stations\station_scenes\others\argon_mineB_ore_L_scene;stations\station_scenes\others\argon_mineB_ore_L_scene;