This is the last post before completion.
The armament and UI have not yet been finalized, but if we keep motivated, we may be able to complete the project by the end of the year.
TDCS (Thrust distribution control system (推力配分制御システム))
A system that stabilizes the aircraft by fully automatically adjusting thrust distribution based on information such as the direction of propulsion, vector, and angular velocity.
I think this is effective for mechs that shift their center of mass due to transform and posing, and for works that can be purged of heavy parts such as armor and drop tanks.
Since the exterior design was not finalized, the code for the control was assembled first.
VR or joysticks are recommended, but can probably be handled intuitively with a phone.
@SilverStar
It originally originated in Britain in the 19th century.
Othello, mentioned in other comments, is a fine-tuned version of reversi rules, commercialized by a Japanese company.
@Blub00The00Builder
Currently impossible.
But with some changes to the camera priority settings it would not be impossible.
I may add it next time I update the mod, if I remember.
Rename any weapon to "TLS" (it does not have to be fireable, just to show the name in the list) and set the minigun's AvtivationGroup to [ SelectedWeapon = "TLS" ].
@NatsukiHoshino
Currently, only able to acquire up to the current vector on the target's world coordinates, and we believe it would be very difficult to achieve higher accuracy for targets that are turning at high speeds.
I am not happy with this, nor do I know everything about this website, but as it stands I believe it boasts better accuracy than at least half of what is here.
PS: I received a comment that "I don't know how to download from the link".
Therefore, I have rewritten it to one that automatically downloads.
I wish it would default to this link.
追記。
「リンク先からダウンロードする方法が分からない」というご意見を頂いたため当該リンクをデフォルトの共有用リンクからダウンロード専用リンクに書き換えました。
@OrderlyHippo
It is possible.
I know this is not an appropriate example, but I'll leave you with something I've used before in the process of creating this spreadsheet. link
If you're talking about my work, here is what I made when I was talking about another topic before.
Since multiple Alpha tags are used for partial display switching, it is necessary to access all of them in order to turn the whole on / off.
I did, on an old account that had already disappeared.
(the account name resembled my real name, and there was no ability to change the name at the time)
I'll leave it to you to decide if you believe me or not.
@FeatherWing
I don't know the specific position. However, if you have a text editor with bulk replace (for example, Windows default Notepad), you can replace Altitude and AltitudeAgl with any expression.
@Amirabadi
HudDistance needs to be set correctly according to the distance from the camera.
If you change the scale of the HUD, you need to set it to reflect the change.
Maybe you are copying the default value of 2?
@Amirabadi
Due to the specifications of the parts, it is impossible to change the behavior by changing the scale. Also, we have confirmed that changing the scale works many times during the production process.
Have you copied the TGTPOS_Local variable and set the HudDistance yet?
@Amirabadi
It is possible, or rather recommended to reduce the default size as it is too large.
If you change the scale, please reflect the effect of the scale in HudDistance as noted in the overview.
@CalculatorBoi
I'm not going to change the speed display, but it's certainly a problem that the display disappears when the speed is completely 0, so I'll fix it as soon as I find the cause.
@CalebRepublic
Rich Text Format in Unity's TextMesh Pro. However, a little unusual, you can include FT in a format similar to C # but slightly different. FT (Funky Tree) is an in-game format, and I personally feel that Excel has similar functions.
link
This is the last post before completion.
The armament and UI have not yet been finalized, but if we keep motivated, we may be able to complete the project by the end of the year.
Test of TDCS and command input.
previous
@Genke
original content
Since the exterior design was not finalized, the code for the control was assembled first.
VR or joysticks are recommended, but can probably be handled intuitively with a phone.
@SilverStar
It originally originated in Britain in the 19th century.
Othello, mentioned in other comments, is a fine-tuned version of reversi rules, commercialized by a Japanese company.
@Blub00The00Builder
Currently impossible.
But with some changes to the camera priority settings it would not be impossible.
I may add it next time I update the mod, if I remember.
regulation
Click here for build data.
It can be run on a smartphone, but it is recommended to use a PC with sufficient performance, as the simulation may fail.
@Mixx
Thanks for the report.
If you find any problems, please do not hesitate to tell us.
pic
itself
Rename any weapon to "TLS" (it does not have to be fireable, just to show the name in the list) and set the minigun's AvtivationGroup to [ SelectedWeapon = "TLS" ].
I may have missed something, but I have previously researched and compiled this information.
Here
Does this work?
@Mixx
@Mixx
No, we are not modifying the game system.
Simply put, we are just adding monitor parts that use custom shaders.
Sorry, I'm not very good at putting these kinds of sentences together.
It also includes stereoscopic features for VR, but may be rejected due to the possibility of unforeseen health hazards.
This was not possible with the existing mod, so we created a dedicated shader and mod.
@YEEEETplane
Thanks. No problem.
@NatsukiHoshino
Currently, only able to acquire up to the current vector on the target's world coordinates, and we believe it would be very difficult to achieve higher accuracy for targets that are turning at high speeds.
I am not happy with this, nor do I know everything about this website, but as it stands I believe it boasts better accuracy than at least half of what is here.
PS: I received a comment that "I don't know how to download from the link".
Therefore, I have rewritten it to one that automatically downloads.
I wish it would default to this link.
追記。
「リンク先からダウンロードする方法が分からない」というご意見を頂いたため当該リンクをデフォルトの共有用リンクからダウンロード専用リンクに書き換えました。
@OrderlyHippo
It is possible.
I know this is not an appropriate example, but I'll leave you with something I've used before in the process of creating this spreadsheet.
link
Select "Remove" from "▽" next to "Download".
This is a compilation of experimental records, memes, and other crap since January 2022.
To those who find this creepy.
I heartily agree.
If you're talking about my work, here is what I made when I was talking about another topic before.
Since multiple Alpha tags are used for partial display switching, it is necessary to access all of them in order to turn the whole on / off.
Congratulations!!
I did, on an old account that had already disappeared.
(the account name resembled my real name, and there was no ability to change the name at the time)
I'll leave it to you to decide if you believe me or not.
@Cleopatra
As you can see in the gif on this page, It should have already been implemented...
@Lancelot1230
OK to use.
In addition, since it is set not to receive comment notifications, there is a high possibility that you will not be able to reply.
@Chaka
The problem is caused by the undefined variables, as in the comments of many others. Read the explanation
For example, in C language, (A?B:C) works like
if(A == true)
B
else
C
.
A can be a comparison or Boolean value, B and C can be in any format
Please read the explanation once before asking a question. Writing the same reply over and over is very tiring
@CalebRepublic
"if" has a ternary operator (A? B: C). There is no "for", but I think it can be reproduced using some variables.
@derlurje
I don't know, but I think some parts are missing when copying
@derlurje
I don't think the scale can affect the behavior ... Did you change anything else?
@FeatherWing
I don't know the specific position. However, if you have a text editor with bulk replace (for example, Windows default Notepad), you can replace Altitude and AltitudeAgl with any expression.
@ShinyGemsBro
Please read the explanation. Did you forget the existence of variables? I'm tired of writing this word
@Amirabadi
HudDistance needs to be set correctly according to the distance from the camera.
If you change the scale of the HUD, you need to set it to reflect the change.
Maybe you are copying the default value of 2?
@Amirabadi
Due to the specifications of the parts, it is impossible to change the behavior by changing the scale. Also, we have confirmed that changing the scale works many times during the production process.
Have you copied the
TGTPOS_Local
variable and set theHudDistance
yet?@OtakuNekoToT
The part shown in your image is actually this part.
And I'll send it to you because it was surprisingly easy to do when I tried it.
Here
@Amirabadi
It is possible, or rather recommended to reduce the default size as it is too large.
If you change the scale, please reflect the effect of the scale in HudDistance as noted in the overview.
@AtlasSP
I'm not sure of the current situation, can you send me a build of the problem?
@AtlasSP
Make sure the variables are copied / set correctly.
@CalculatorBoi
I'm not going to change the speed display, but it's certainly a problem that the display disappears when the speed is completely 0, so I'll fix it as soon as I find the cause.
@Kronkcrete
I made it this size to make it easier to calculate the coordinates, but if necessary, use overload to change the scale.
@AtlasSP
If you have a pc, open xml with Notepad and use the replace all function TAS → GS
@edensk
Oops. I'll upload the fixed one later unlisted and put a link in the overview
@CalebRepublic
Rich Text Format in Unity's TextMesh Pro. However, a little unusual, you can include FT in a format similar to C # but slightly different.
FT (Funky Tree) is an in-game format, and I personally feel that Excel has similar functions.
@TheVexedVortex
actual map.