SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SHIII Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=195)
-   -   Integrated orders mod v1.01(up) (https://www.subsim.com/radioroom/showthread.php?t=85135)

Marhkimov 11-14-05 01:24 PM

I am determined to make the stopwatch click-able. Gimme some time, and I'll do it. :yep:

chomu 11-16-05 08:09 PM

This mods was upgraded slightly.
Added four commands, and fixed German translation.

Five kinds of version were included in for all mods.

Chronometer is still impossible for operation by click.
Regrettably it is very difficult to make a click possible. :-?

Kpt. Lehmann 11-16-05 08:41 PM

Thank you for opening new doors Chomo! :up:

rulle34 11-17-05 06:50 AM

Great work chomu :up:

rulle34 11-17-05 03:52 PM

Hmm... :hmm: Have a slight problem here.
Tried to just get that chrono, nothing else.

The thing was that it worked quite fine except for that the watch is out all the time and when you put the mouse cursor it goes in :o :o :o I think it should be on the countrary :-?

So, I have two questions:
1. How do I get it to slide OUT (instead of now, slide IN) when I put the mouse cursor there?

2. How do I do if I want it there permanently? (no slide in or out)
(this option is for learning how to to it)

Here is the values I copy from "menu_1024_768.ini" [G3F I324]-[G3F I329] I put in to my "menu_1024_768.ini" renamed values to [G3F I287] - [G3F I292] to fit number in my file.

Somone can give me some help with this?


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;

[G3F I287]
Name=Chrono slidout
Type=1026;Menu group
ItemID=0x3F440000
ParentID=0x3F000000
;Pos=1024,336,75,98
Pos=15,878,75,98
Color=0xFFFFFFFF
VertSlide=-98
;HorizSlide=-75

[G3F I288]
Name=Sec
Type=1031;Stat bmp array
ItemID=0x3F440002
ParentID=0x3F440000
;Pos=35.3,-17.6,6,66.8
Pos=34.6,-18.5,6,58.5
Materials=1
Display=5;Linear&rotation
Mat 0=data/menu/gui/Chrono.tga
Crop 0=0.3125,0,0.3125,0.9375
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=false
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

[G3F I289]
Name=Min
Type=1031;Stat bmp array
ItemID=0x3F440003
ParentID=0x3F440000
;Pos=36,-24.8,4.5,22.2
Pos=35,-27,4.5,17.5
Materials=1
Display=5;Linear&rotation
Mat 0=data/menu/gui/Chrono.tga
Crop 0=0,0,0.25,0.3125
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=false
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

[G3F I290]
Name=Estim Sec
Type=1031;Stat bmp array
ItemID=0x3F440004
ParentID=0x3F440000
Pos=34.6,-18.5,6,58.5
Materials=1
Display=5;Linear&rotation
Mat 0=data/menu/gui/Chrono.tga
Crop 0=0.6875,0,0.3125,0.9375
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

[G3F I291]
Name=Estim Min
Type=1031;Stat bmp array
ItemID=0x3F440005
ParentID=0x3F440000
Pos=35,-27,4.5,17.5
Materials=1
Display=5;Linear&rotation
Mat 0=data/menu/gui/Chrono.tga
Crop 0=0,0.492188,0.25,0.3125
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

[G3F I292]
Name=Dial
Type=1031;Stat bmp array
ItemID=0x3F440006
ParentID=0x3F440000
;Pos=-20,0,163,213
Pos=0,-11.3,75,75
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/layout/chronometer.tga
Crop 0=0,0,1,1
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;

chomu 11-17-05 10:48 PM

Hi rulle34.

1.Change of the slide direction.

[G3F I287]
Name=Chrono slidout
Type=1026;Menu group
ItemID=0x3F440000
ParentID=0x3F000000
Pos=15,768,75,98
Color=0xFFFFFFFF
VertSlide=98



2.Fixed type.(non slide).

[G3F I287]
Name=Chrono slidout
Type=1026;Menu group
ItemID=0x3F440000
ParentID=0x3F000000
Pos=15,768,75,98
Color=0xFFFFFFFF
;VertSlide=98


"vertslide" is perpendicular and "horizslide" is horizontal.
"+" and "-" of zero standard is the lower left.(in the case of ParentID=0x3F000000).
For example, "vertslide=-98" will be in the position slid downward from the position of a basis.
When not making it slide, "orders of a slide" is only deleted.

Moreover, since it should be outside a screen the first stage, "pos" should be changed.
The values of "pos" are an x-coordinate, y-coordinates, x-width, and y-width in order.
The lower left becomes zero standard.(in the case of ParentID=0x3F000000).


Since I cannot operate SH3 now, please agree that not checking.
(I can check it about 10 hours after.)

Since I am poor at English, it may not be match your demand.

rulle34 11-18-05 06:00 AM

Big thank's for help chomu :up:
Now I have a clue how it works
Much appreciated :up:

rulle34 11-18-05 05:07 PM

Ehh..chomu

This doesn't work at all. Chrono is not visible and don't slide at all.
Must have got wrong values

[G3F I287]
Name=Chrono slidout
Type=1026;Menu group
ItemID=0x3F440000
ParentID=0x3F000000
Pos=15,768,75,98
Color=0xFFFFFFFF
VertSlide=98

And values for fixed chrono didn't work either?
Have you tried these values?

chomu 11-18-05 06:23 PM

hmm... rulle34

It was the result of expecting both as a result of my test.:hmm:

If change of the 1st slide direction is usually outside a screen and a mouse cursor is moved to the upper left, it will be slid into a screen from the outside of a screen.
The 2nd fixation is always displayed on the screen upper left.

All changed and tested the value based on "For IUb102."
For this reason, "G3F" is "I330." :hmm:

chomu 11-18-05 06:58 PM

Hi rulle34.

I made mods of only chrono slid into a screen from the outside of a screen.:up:
Since it is ending with a test, please make it reference.
This mods is use only the official patch v1.4.
Other mods are in the removed state and please test them.

download link
slide-in chrono-meter for only official patch v1.4
http://chomu-ab.atso-net.jp/wiki/ind...EE%BA%EE%BC%BC

rulle34 11-18-05 09:53 PM

chomu
Now everything works just great :up:
It was two missing lines that was added in this new version that made it. (I compared the files)
Big thank's chomu :up:

[G3F I287]
Name=Chrono slidout
Type=1026;Menu group
ItemID=0x3F440000
ParentID=0x3F000000
;;Pos=1024,336,75,98
;Pos=15,878,75,98
Pos=15,768,75,98
Color=0xFFFFFFFF
VertSlide=98
;VertSlide=-98
;;HorizSlide=-75


this was the earlier:

[G3F I287]
Name=Chrono slidout
Type=1026;Menu group
ItemID=0x3F440000
ParentID=0x3F000000
Pos=15,768,75,98
Color=0xFFFFFFFF
VertSlide=98

U768 11-21-05 11:54 AM

Hello Chomu.
I find that you really did a fantastic job with new orders for SH3.
They functioning very obviously very well, still bravo! I appreciated a lot the exit of files in French for version RUB 1.45.
Unfortunately, translation is not very credible for certain expressions.
I take the liberty of offering you a more realistic changed file:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;
;\data\Menu\fr_menu.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;
2827=Cap à la vue
2828=Zéro la barre
2829=Maintenez la profondeur
2830=Plongée
2831=Surface
2832=Immersion Schnorchel
2833=A gauche toute
2834=A droite toute
2835=Cabine du commandant
2836=Journal de bord
2837=Allez au lit

2874=Utilisez périscopes
2875=Affalez OBS-scope
2876=Hissez OBS-scope
2877=Affalez ATK-scope
2878=Hissez ATK-scope

2919=Message Radio

2969=UZO & Jumelles
2970=Utilisez UZO
2971=Utilisez Jumelles
2980=OUVREZ TUBE
2981=FERMEZ TUBE
;
I use IUB 1.02 nowadays, I do not know if I can continue using RUB 1.45 version?
Obviously it works very while the version of origin of IUB 1.02 does not order the radar correctly, there is a problem with this order.

See you soon

U768 11-21-05 03:46 PM

I forgot a question, for which to have killed three commands (596,601,711) in files menu.txt?

chomu 11-22-05 03:00 AM

Thank you very much, U768. :up:
Such an act is welcomed very much.
I correct one of these days using your translation result.

The affair which killed the commands is already killed in RUB.
Probably, I surmise that it was deleted since such an utterance was not made in fact.

U768 11-22-05 07:20 AM

Thank you Chomu for the reception of my translation.
I am going to look in RUB for the missing files.

drEaPer 12-26-05 11:37 PM

Hey!

I would really like to use this mod with frontflotille. Is it possible?
MAinly I would like to have the orders, like rais periscope / lower pwericsope.

c ya

chomu 12-28-05 03:34 AM

Thanks drEaPer.

Quote:

I would really like to use this mod with frontflotille. Is it possible?
What is "with frontflotille"?
What do you desire concretely?
Sorry, I am poor English.

drEaPer 12-31-05 07:09 AM

Its a german mod:
http://www.9teuflottille.de/files/download.php

chomu 01-01-06 08:34 AM

I understood. :up:

Please wait about ten days.
Since the text for manual correction is enclosed if it cannot wait, please make it reference.

CaptainKobuk 01-27-06 06:43 AM

Quote:

The purpose of my tiny mods is controlling a U-boat, without using a keyboard.
HOTDAMN !!! what a gem. Exactly what i needed to vastly improve the enjoyment of this game. I was getting tired of clicking twice to get depth and sonar contact reports. I see you have created alot of extra one-click commands. Brilliant!!!

Hope it does work with IUB 1.02.

I'll give some feedback later after i install the mod and use it.


All times are GMT -5. The time now is 08:45 PM.

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