SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH5 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 05-20-11, 04:31 PM   #136
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by sentenc3 View Post
TDW, your idea is also to create more members of the crew or just those that work there now? thanks
There will be more crew members
TheDarkWraith is offline   Reply With Quote
Old 05-20-11, 04:37 PM   #137
Tarnsman
Electrician's Mate
 
Join Date: Aug 2005
Posts: 134
Downloads: 48
Uploads: 0
Default

Impressive
Tarnsman is offline   Reply With Quote
Old 05-21-11, 01:50 AM   #138
sentenc3
Helmsman
 
Join Date: Mar 2010
Location: España
Posts: 105
Downloads: 472
Uploads: 0
Default

TDW, as this represents a great job and lots of time, it would be possible to first make a small crew with more mods added, although they are lying on beds or in corridors without moving, so at least now we will see the uboot environment more complete. .. thanks and much encouragement to do the job.
sentenc3 is offline   Reply With Quote
Old 05-21-11, 07:49 AM   #139
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by sentenc3 View Post
TDW, as this represents a great job and lots of time, it would be possible to first make a small crew with more mods added, although they are lying on beds or in corridors without moving, so at least now we will see the uboot environment more complete. .. thanks and much encouragement to do the job.
As it takes a considerable amount of time hex editing the GR2 files to move waypoints (bones) around so that they are in their correct positions what I will probably do is release a sub at a time. Currently I'm working on the VIIA.
TheDarkWraith is offline   Reply With Quote
Old 05-21-11, 07:52 AM   #140
stoianm
Ocean Warrior
 
Join Date: Dec 2010
Location: Montreal, Canada
Posts: 2,776
Downloads: 833
Uploads: 11
Default

Quote:
Originally Posted by TheDarkWraith View Post
As it takes a considerable amount of time hex editing the GR2 files to move waypoints (bones) around so that they are in their correct positions what I will probably do is release a sub at a time. Currently I'm working on the VIIA.
Good ideea.. i am still in total germany since i started to play this game and i will enjoy the 7a with your crew animation... and i will be forced to move in next campaign when you will release the 7c
stoianm is offline   Reply With Quote
Old 05-21-11, 08:40 AM   #141
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by stoianm View Post
Good ideea.. i am still in total germany since i started to play this game and i will enjoy the 7a with your crew animation... and i will be forced to move in next campaign when you will release the 7c
Just got notice that I have to be in Germany tomorrow so I'll be heading out today for 8 days. I'll have my 'home away home' laptop with me but work on any of my mods will be slow
TheDarkWraith is offline   Reply With Quote
Old 05-21-11, 08:45 AM   #142
stoianm
Ocean Warrior
 
Join Date: Dec 2010
Location: Montreal, Canada
Posts: 2,776
Downloads: 833
Uploads: 11
Default

Quote:
Originally Posted by TheDarkWraith View Post
Just got notice that I have to be in Germany tomorrow so I'll be heading out today for 8 days. I'll have my 'home away home' laptop with me but work on any of my mods will be slow
Nice... maybe you will go in Kiel... MidTon told me that in Munchen close from where he live are the studios where was made ''Das Boot'' and you can go inside the uboat and take picture if you want... if your way is close to Munchen you may ask MiTon about that adress and go and see that uboat
Bon voyage
stoianm is offline   Reply With Quote
Old 05-21-11, 08:53 AM   #143
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by stoianm View Post
Nice... maybe you will go in Kiel... MidTon told me that in Munchen close from where he live are the studios where was made ''Das Boot'' and you can go inside the uboat and take picture if you want... if your way is close to Munchen you may ask MiTon about that adress and go and see that uboat
Bon voyage
I'll be in Osterode am Harz and Frankfurt. I'll have to see how far Kiel and Munich are from there
TheDarkWraith is offline   Reply With Quote
Old 05-21-11, 09:23 AM   #144
HanSolo78
Sea Lord
 
Join Date: Apr 2005
Location: Austria
Posts: 1,842
Downloads: 100
Uploads: 3


Default

Quote:
Originally Posted by TheDarkWraith View Post
I'll be in Osterode am Harz and Frankfurt. I'll have to see how far Kiel and Munich are from there
That is a good way from there.. from "Frankfurt" app. 300 Km and about 500Km from "Osterode im Harz". Wish you a nice journey!
__________________
HanSolo78 is offline   Reply With Quote
Old 05-31-11, 01:27 PM   #145
TheBeast
The Old Man
 
Join Date: Jan 2010
Location: Lynnwood, WA
Posts: 1,533
Downloads: 876
Uploads: 23


Default

Was just searching to try and find some information about crew AI reacting to events in game such as Depth Charges.

In file data\Scripts\AI\Crew\init.aix I see aome different crew states. Do these states not work or are they not being used?
Is this even correct location?
Code:
# init.aix
# Stock script modified by MightyFine Crew Mod 1.2  03/21/2010
init
{
 CANNON_20mm_C30 = 0;
 CANNON_20mm_C30_2 = 1;
 CANNON_20mm_C38_Twin = 2;
 CANNON_20mm_C38_Twin_Shield = 3;
 CANNON_37mmM = 0;
 CANNON_37mmSA = 1;
 CANNON_37mmTSA = 2;
 CANNON_Vierling = 3;
 CANNON_88mm = 0;
 SLOT_A01 = 0;
 SLOT_A02 = 1;
 SLOT_S01 = 2;
 SLOT_M01 = 3;
 ROLE_TRAV = 0;
 ROLE_ELEV = 1;
 ROLE_GUNNER = 2;
 
 A = 1;
 B = 2;
 C = 4;
 D = 8;
 E = 16;
 F = 32;
 G = 64;
 H = 128;
 I = 256;
 J = 512;
 K = 1024;
 DMG_TKN = 1;
 HUNTER = 2;
 HUNTED = 4; 
 PROX_EXPL = 8; Helmsman fall off seat animation and other crew stumble
 T_FIRED = 16;
 T_TRAVEL = 32; 
T_HIT = 64; 
T_MISS = 128;
SIL_RUN = 256;
B_STATIONS = 512;
 
#these are variable IDs to be used with the Wp:SetGlobalVariable and Wp:GetGlobalVariable functions
 TUT_VAR_QRF_WATCH_STATE = 0;
 TUT_VAR_QRF_PETTY02_STATE = 1;
 TUT_VAR_CR_CHIEF_STATE = 2;
 TUT_VAR_CR_NAV_STATE = 3;
 TUT_VAR_CAPTAIN_STATE = 4;
 TUT_VAR_CR_HF_STATE = 5;
 TUT_VAR_CR_HA_STATE = 6;
 TUT_VAR_RR_RADIO_STATE = 7;
 VAR_TRF_LOAD01_STATE = 8;
 VAR_TRF_LOAD03_STATE = 9;
 VAR_TRF_LOAD05_STATE = 10;
 TUT_VAR_KMO_STATE = 11;
 VAR_SQ_COOK_STATE = 12;
 VAR_SQ_BOSUN_STATE = 13;
 VAR_CR_NAV_STATE = 14;
 VAR_CR_CHIEF_STATE = 15;
 VAR_CR_SO_STATE = 16;
 VAR_CR_HA_LOC = 17;
 VAR_CR_HF_LOC = 18;
 VAR_QRF_WATCH_LOC = 19;
 VAR_DIVE_ORDER = 20;
 VAR_SURFACE_ORDER = 21;
 
}
__________________
Fear me! I am, TheBeastBelow

SHIV-MediaFire | SHV-MediaFire
TheBeast is offline   Reply With Quote
Old 05-31-11, 03:08 PM   #146
urfisch
Sea Lord
 
Join Date: Mar 2005
Location: Deep down in Germany
Posts: 1,969
Downloads: 42
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
I'll be in Osterode am Harz and Frankfurt. I'll have to see how far Kiel and Munich are from there
great!

nice countryside in the harz. frankfurt is more a modern businesstown...was heavily destroyed in ww2. but the surrounding smaller cities are very nice.

yes, kiel is quite a way from there. but its worth it!! believe me. ive been in this last surviving type 7 boat many times.

__________________


urfisch is offline   Reply With Quote
Old 06-02-11, 07:33 PM   #147
rascal101
Grey Wolf
 
Join Date: Jun 2006
Posts: 769
Downloads: 200
Uploads: 0
Default

Forgive the question I have been away for a while and just curious to know if there has been any progress re this mod - In fact I am trying to catch up on a few mods as SH5 is rapidly becomming a game worth investing time and effort -

Would love to help out with some mods if any one needs anything

Best Regards to all SubSimmers

Rascal
rascal101 is offline   Reply With Quote
Old 06-03-11, 08:52 AM   #148
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by rascal101 View Post
Forgive the question I have been away for a while and just curious to know if there has been any progress re this mod - In fact I am trying to catch up on a few mods as SH5 is rapidly becomming a game worth investing time and effort -

Would love to help out with some mods if any one needs anything

Best Regards to all SubSimmers

Rascal
there is daily progress on it. Lots of work/time involved in it though
TheDarkWraith is offline   Reply With Quote
Old 06-05-11, 04:08 PM   #149
garren
In the Brig
 
Join Date: May 2011
Location: Half-way to Hell
Posts: 366
Downloads: 62
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
there is daily progress on it. Lots of work/time involved in it though
Can't wait for it!

Hope you didn't eat any vegetables or sprouts while you were in Germany. We don't need you on the potty blowing your ballast tanks every 10 seconds.

garren is offline   Reply With Quote
Old 06-07-11, 01:56 PM   #150
DrJones
Samurai Navy
 
Join Date: Jun 2009
Location: Germany, 50 Kilometers away from Kiel
Posts: 576
Downloads: 343
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
I'll be in Osterode am Harz and Frankfurt. I'll have to see how far Kiel and Munich are from there
Yes there are the Bavaria Filmstudios. The whole Interior of the motion picture and at least the north atlantik in front of a very tall blue wall.

Maybe a pouring basin with a diameter of 30 m maybe. Thats the atlantic :-)

In Kiel you find tin Laboe an original typ 7c uboat on the beach.
DrJones is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 11:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.