Skip to content

[Vanilla Enhancement] Vehicle disguise to vehicle#1803

Open
NetsuNegi wants to merge 10 commits intoPhobos-developers:developfrom
NetsuNegi:origin/feature/vehicle_disguise
Open

[Vanilla Enhancement] Vehicle disguise to vehicle#1803
NetsuNegi wants to merge 10 commits intoPhobos-developers:developfrom
NetsuNegi:origin/feature/vehicle_disguise

Conversation

@NetsuNegi
Copy link
Copy Markdown
Contributor

@NetsuNegi NetsuNegi commented Aug 9, 2025

  • Now you can make vehicle disguise to other vehicles, like spy.
  • 现在你可以让载具伪装成载具了,就像间谍那样.

In rulesmd.ini:

[SOMETECHNO]      ; InfantryType or UnitType 
DefaultDisguise=    ; InfantryType or UnitType

@NetsuNegi NetsuNegi added ❓New feature Needs testing ⚙️T1 T1 maintainer review is sufficient labels Aug 9, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Aug 9, 2025

Nightly build for this pull request:

This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.

Copy link
Copy Markdown
Contributor

@CrimRecya CrimRecya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a problem that could lead to a crash.
Others look good, and I think we can make them clearer.
And, I'm not sure if there's anything else that need to process.

@NetsuNegi NetsuNegi requested a review from CrimRecya November 20, 2025 13:06
Copy link
Copy Markdown
Contributor

@TaranDahl TaranDahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TaranDahl
Copy link
Copy Markdown
Contributor

610db209d499482aed7e20c8930e5ae0

Tested by

image

@NetsuNegi NetsuNegi force-pushed the origin/feature/vehicle_disguise branch from a5f2ea4 to 283baf2 Compare February 1, 2026 00:25
return 0;
}

DEFINE_JUMP(LJMP, 0x706724, 0x706731);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should give comment for JUMP, since it has no name.

Copy link
Copy Markdown
Contributor Author

@NetsuNegi NetsuNegi Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot what it dose


if (pTargetType && pTargetType->Turret)
{
R->ESI(&pThis->PrimaryFacing);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be more appropriate to let the disguiser use the disguised type in UpdateRotating(0x736990)?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, this it deal with non turret vehicle

@NetsuNegi NetsuNegi force-pushed the origin/feature/vehicle_disguise branch from fc12d31 to 641546b Compare March 23, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs testing ❓New feature ⚙️T1 T1 maintainer review is sufficient

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants