Moors
-
6 years I’ve been waiting for this - sod all other developments, it was the one I was hoping to see
So to me, best improvement in Freelancer, thank you! Whether I’ll get to try it out I don’t know - no spare time whatsoever
But if I do, then I may have to adjust old things to include it - so many thanks
-
After having an email talk with Adoxa this is solved.
He gave the tip that you can enter multiple mission_property’s to cover the range of dock sizes. I tested it and it works fine (you loose docking movie)
shiparch.ini
;fighter or shuttle, give all three sizes
mission_property = can_use_berths
mission_property = can_use_med_moors
mission_property = can_use_large_moors;freighter or normal cap, two sizes
mission_property = can_use_med_moors
mission_property = can_use_large_moors;super cap, just
mission_property = can_use_large_moorssolararch.ini
;very small station
docking_sphere = berth, HpDockMountA, etc etc;;normal station
docking_sphere = moor_medium, HpDockMountA, etc etc;ship yard
docking_sphere = moor_large, HpDockMountA, etc etcfurthermore:
docking_sphere = jump, HpDockMountA, etc etc
will let anything landAnd of course you need to install Adoxa’s moors.dll
Thanks Adoxa!
-
Sorry for necro-posting, but I’m having some issues with moors.dll
I’m trying to get battleships to use moors correctly on a Freeport station, which already has moors for medium and large ships. No matter what I try, I get the “Request Denied. Cannot accomodate ships of your size,” message. I know moors work because when I change a fighter to medium or large, it docks/undocks correctly. It only seems to affect the Liberty Dreadnought (in my tests so far).
Any clue what’s wrong?
EDIT:
Nevermind, I found out what was wrong. I was trying to use separate shiparch.ini’s to better organize the ships. Everything seemed to have worked except mission_property since I was having no trouble. Any fix for this other than clumping it into one shiparch?
Stupid organization habits. That’s what I get for being neat.
-
Friend asks about moor_large and moor_medium:
- there is no animation with the dock
Any expirience to fix this?
- there is no animation with the dock
-
you have to add Dock Cameras on the model .cmp for the moor mounts - then they play out like they should
-
@Thaddeus checked but wont work
-
Thaddeus wrote:
you have to add Dock Cameras on the model .cmp for the moor mounts - then they play out like they shouldYou probably don’t understand the question.
option:
docking_sphere = berth, HpDockMountA, 25, tr_big_dock_1
or
docking_sphere = jump, HpDockMountA, 25, tr_big_dock_1
the animation of the door opening during the docking works.
option:
docking_sphere = moor_large, HpDockMountA, 25, tr_big_dock_1
or
docking_sphere = moor_medium, HpDockMountA, 25, tr_big_dock_1
the animation of the door opening when the dock is not working.
The question is, is it possible to make the animation work?
……
P.S. The presence or absence of Dock Cameras does not affect the animation. -
@Dromedary.
Sorry for my bad english…
You repeat the obvious.
I already know what is and what is not.
You didn’t see the main question: is it possible to make the animation work?
for example, with the help of a modified moors plugin. -
Again, what animation are you referring to? As i’ve already stated, there is a cutscene that shows the ship docking with the moor, if you have docking cameras enabled on the moor. Shows the ship going forwards toward the moor. With adoxas moor plugin, you undock from the moor, with cutscene if you have docking cameras enabled and your ship reverses back from the moor like it should do. All NPC ships do the same. So i’m lost when you say animation working properly, what animation?
-
door opening animation
docking_sphere = moor_large, HpDockMountA, 25, tr_big_dock_1 -
Finally, and very nice animation as well. The topic is Moors, which is why i was confused. You’re talking about a custom animation on a custom base, no relation to moors whatsoever. I see no problem with making a large ship dock with a base as in the video, depends if you want small ships docking at the same base. It’s all about how you assign the ship to dock. Only make the base accept large ships
-
This video uses a type of dock jump
docking_sphere = jump, HpDockMountA, 25, tr_big_dock_1 ```It has a lot of minuses: 1\. Small ships prefer to dock in this dock, which is very much prevents the docking of a large ship. 2\. When the ship is launched, it rotates 180 degrees and appears from the textures. (at launch I would like to have the orientation as moor_large)