You are viewing a potentially older version of this package. View all versions.
AST_Studios-MoreLoadingQuotes-1.0.0 icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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 \n inside 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 how Quote text | Author is rendered in-game.
  • Localization.Language - Auto, English, or Russian. Auto follows the enabled state of RTLC-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.Language config 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.