-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for more than two sides for Sidebar, Speech and Loading Screens. #921
Merged
ZivDero
merged 16 commits into
Vinifera-Developers:spawner
from
CCHyper:feature/new-side-support
Oct 28, 2024
Merged
Add support for more than two sides for Sidebar, Speech and Loading Screens. #921
ZivDero
merged 16 commits into
Vinifera-Developers:spawner
from
CCHyper:feature/new-side-support
Oct 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CCHyper
added
new-feature
New feature or request.
enhancement
Enhancement to original behaviour.
labels
Nov 25, 2022
This comment is automatically generated by Nightly.link and allows non-registered users to get download the artifacts for this pull request. These links are also updated when the pull request is pushed to. |
CCHyper
force-pushed
the
feature/new-side-support
branch
3 times, most recently
from
December 6, 2022 03:49
d4caede
to
bd2ffcb
Compare
CCHyper
force-pushed
the
develop
branch
3 times, most recently
from
December 22, 2022 08:32
48cd2ea
to
b789478
Compare
CCHyper
force-pushed
the
feature/new-side-support
branch
2 times, most recently
from
February 22, 2023 19:56
44d9035
to
4dbdb23
Compare
CCHyper
force-pushed
the
develop
branch
3 times, most recently
from
February 24, 2023 11:01
d649039
to
5a6cb19
Compare
CCHyper
force-pushed
the
feature/new-side-support
branch
3 times, most recently
from
March 17, 2023 12:48
52f41b5
to
0bcb341
Compare
CCHyper
force-pushed
the
feature/new-side-support
branch
4 times, most recently
from
March 20, 2023 02:38
9829680
to
07fcc9f
Compare
CCHyper
force-pushed
the
feature/new-side-support
branch
from
March 28, 2023 23:27
8a846d9
to
f302184
Compare
CCHyper
force-pushed
the
feature/new-side-support
branch
from
August 17, 2023 18:28
f302184
to
bd43caa
Compare
CCHyper
force-pushed
the
feature/new-side-support
branch
from
December 26, 2023 14:27
bd43caa
to
4b72b0a
Compare
According to @E1Elite, loading screens for additional sides (e.g. Scenario override works. |
ZivDero
force-pushed
the
develop
branch
5 times, most recently
from
October 22, 2024 15:52
f40cd5a
to
ce12b49
Compare
…ainst the unmodified status on the INIs.
…oading screen when playing the campaign.
ZivDero
force-pushed
the
feature/new-side-support
branch
from
October 28, 2024 01:07
c1fa4bf
to
6788953
Compare
ZivDero
force-pushed
the
feature/new-side-support
branch
2 times, most recently
from
October 28, 2024 13:01
fb25977
to
57d5a73
Compare
ZivDero
force-pushed
the
feature/new-side-support
branch
from
October 28, 2024 13:03
57d5a73
to
e3cc519
Compare
ZivDero
force-pushed
the
feature/new-side-support
branch
from
October 28, 2024 16:19
24d6f2f
to
a48644c
Compare
ZivDero
added a commit
that referenced
this pull request
Oct 29, 2024
…creens. (#921) Co-authored-by: ZivDero <kirill.andriiashin@gmail.com>
ZivDero
added a commit
that referenced
this pull request
Oct 29, 2024
…creens. (#921) Co-authored-by: ZivDero <kirill.andriiashin@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #218, Closes #309, Closes #294, Closes #665, Closes #922
This pull request implements support/bug-fixes for the following;
[Basic]
->SidebarSide=<SideType>
(campaign scenarios only).NOTES:
Loading Screens;
The original game used
LOAD###C
andLOAD###D
for the GDI loading screens, andLOAD###A
andLOAD###B
for the NOD loading screens. This behavior is retained, and all further sides will use the correct suffixes (e.g.LOAD###E
andLOAD###F
for the 3rd side, etc).Custom Loading Screens;
You can now override the loading screen for a specific scenario. (There is a limit of 32 characters for the filename). These are to be defined under the
[Basic]
section of a scenario.LS400BkgdName=
,LS480BkgdName=
,LS600BkgdName=
, for example;LS400BkgdName=LS400GDI1A.PCX
In addition to this, you can also set the position of the text on the loading screen (only if a custom loading screen has been defined);
LS400TextLoc=
,LS480TextLoc=
,LS600TextLoc=
. Each is in the format ofLS400TextLoc=X,Y
.