Add event settings for LovePlus.
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Trenton Zimmer 2025-01-09 09:48:46 -05:00
parent 9ca0b7466d
commit e3e40896e5
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,28 @@
export const LovePlusOptions = {
2: [
{
id: "medal_link",
name: "LovePlus MEDAL Link",
help: "Enable data linking between LovePlus MEDAL. (not supported)",
type: "Boolean",
},
{
id: "3ds_link",
name: "3DS Link",
help: "Enable linking between 3DS LovePlus and LovePlus Arcade. Not currently supported on SpiceTools.",
type: "Boolean",
},
{
id: "summer_theme",
name: "Summer Theme",
help: "Enables a game-wide Summer theme. Unlocks the beach as a date spot.",
type: "Boolean",
},
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on a bulletin board in attract mode.",
type: "LargeText",
},
],
};

View File

@ -4,6 +4,7 @@ import { DDRClassOptions } from "@/constants/gameOptions/ddrclassOptions";
import { DDROptions } from "@/constants/gameOptions/ddrOptions";
import { GFDMOptions } from "@/constants/gameOptions/gfdmOptions";
import { IIDXOptions } from "@/constants/gameOptions/iidxOptions";
import { LovePlusOptions } from "@/constants/gameOptions/lovePlusOptions";
import { MusecaOptions } from "@/constants/gameOptions/musecaOptions";
import { NostalgiaOptions } from "@/constants/gameOptions/nostalgiaOptions";
import { PaseliChargeOptions } from "@/constants/gameOptions/paseliOptions";
@ -1571,6 +1572,7 @@ export const gameData = [
playerHeaders: [
{ text: "Girlfriend", value: "gf", sortable: true, width: 100 },
],
gameOptions: LovePlusOptions,
versions: [
{
id: VersionConstants.LOVEPLUS_ARCADE,