You are viewing a potentially older version of this package.
View all versions.
MoreLoadingQuotes
Adds more loading screen quotes to Gamble With Your Friends with automatic English/Russian quote selection.
| Date uploaded | a week ago |
| Version | 1.0.0 |
| Download link | AST_Studios-MoreLoadingQuotes-1.0.0.zip |
| Downloads | 474 |
| Dependency string | AST_Studios-MoreLoadingQuotes-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
More Loading Quotes
More Loading Quotes adds extra loading screen quotes to Gamble With Your Friends.
The mod reads custom quotes from:
BepInEx/plugins/MoreLoadingQuotes/en_quotes.txt
BepInEx/plugins/MoreLoadingQuotes/ru_quotes.txt
By default, the mod uses English quotes. If the RTLC-GWYF_Russian_Translation package is enabled, it automatically switches to Russian quotes.
Quote format
- Recommended format:
Quote text | Author. - Example:
Gambling is just math with dramatic lighting. | A broke statistician. - Already formatted lines are also accepted.
- Empty lines are ignored.
- Lines starting with
#or//are treated as comments. - Use
\ninside a quote for a manual line break.
Configuration
After first launch, BepInEx creates a config file with:
EnableCustomQuotes- enable or disable the custom quote pool.ReplaceVanillaQuotes- use only custom quotes instead of merging with vanilla quotes.LiveReload- reload the active quote file when it changes, useful while testing.QuoteFilePath- optional custom quote file path, overrides automatic language selection when set.QuoteAuthorFormat- controls howQuote text | Authoris rendered in-game.Localization.Language- Auto, English, or Russian. Auto follows the enabled state ofRTLC-GWYF_Russian_Translation.Layout.LineSpacing- extra spacing between wrapped quote lines.Layout.TextBoxMinHeight- minimum quote text box height, useful if authors are clipped.Layout.AuthorVerticalOffset- vertical position of the separate author text.Layout.AuthorFontScale- author font size relative to the quote font size.
Made for Gamble With Your Friends.
Support and updates: Discord
CHANGELOG
Changelog
1.0.0
- Initial release.
- Added English and Russian quote files.
- Added automatic Russian quote selection when RTLC/XUnity Russian localization is detected.
- Added
Localization.Languageconfig option: Auto, English, Russian. - Added optional vanilla quote replacement.
- Added live reload for easier quote testing.
- Added layout fixes for wrapped quotes and quote authors.
- Added separate quote author text rendering so authors are not clipped by the quote text box.
- Added stricter Russian localization detection so leftover XUnity translation files do not force Russian quotes.