Installer worldsplayer-v1900
files: - installer: https://web.archive.org/web/20240513090516/http://cache.worlds.com/downloads/1900/Worlds1900.exe game: exe: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/run.exe prefix: $GAMEDIR working_dir: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/ installer: - input_menu: description: Enable Shaper? id: DISABLE_SHAPER options: - '0': 'Yes' - '1': 'No' - '1': Application Default (No) preselect: '1' - input_menu: description: Permit Any Avatar? id: PERMIT_ANY_AVATAR options: - '1': 'Yes' - '0': 'No' - '0': Application Default (No) preselect: '0' - input_menu: description: Enable Colored Chat? id: CLASSIC_CHAT_BOX options: - '0': 'Yes' - '1': 'No' - '1': Application Default (No) preselect: '0' - task: install_gecko: false install_mono: false name: create_prefix - task: args: /S executable: installer name: wineexec prefix: $GAMEDIR - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/override.ini key: WorldServer section: Runtime value: worldserver://test.libreworlds.org:32147 - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: upgradeServer section: Gamma value: http://upgrade.libreworlds.org/3DCDup - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: DisableShaper section: Gamma value: $INPUT_DISABLE_SHAPER - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: PermitAnyAvatar section: Gamma value: $INPUT_PERMIT_ANY_AVATAR - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: classicChatBox section: Gamma value: $INPUT_CLASSIC_CHAT_BOX - task: app: renderer=gdi name: winetricks - task: app: corefonts name: winetricks - task: app: ie8 name: winetricks wine: overrides: iertutil: n,b
description: '' game_slug: worldsplayer gogslug: '' humblestoreid: '' installer_slug: worldsplayer-v1900 name: WorldsPlayer notes: The WorldsPlayer installation cannot be automated and must be progressed with the default values. runner: wine script: files: - installer: https://web.archive.org/web/20240513090516/http://cache.worlds.com/downloads/1900/Worlds1900.exe game: exe: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/run.exe prefix: $GAMEDIR working_dir: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/ installer: - input_menu: description: Enable Shaper? id: DISABLE_SHAPER options: - '0': 'Yes' - '1': 'No' - '1': Application Default (No) preselect: '1' - input_menu: description: Permit Any Avatar? id: PERMIT_ANY_AVATAR options: - '1': 'Yes' - '0': 'No' - '0': Application Default (No) preselect: '0' - input_menu: description: Enable Colored Chat? id: CLASSIC_CHAT_BOX options: - '0': 'Yes' - '1': 'No' - '1': Application Default (No) preselect: '0' - task: install_gecko: false install_mono: false name: create_prefix - task: args: /S executable: installer name: wineexec prefix: $GAMEDIR - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/override.ini key: WorldServer section: Runtime value: worldserver://test.libreworlds.org:32147 - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: upgradeServer section: Gamma value: http://upgrade.libreworlds.org/3DCDup - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: DisableShaper section: Gamma value: $INPUT_DISABLE_SHAPER - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: PermitAnyAvatar section: Gamma value: $INPUT_PERMIT_ANY_AVATAR - write_config: file: $GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini key: classicChatBox section: Gamma value: $INPUT_CLASSIC_CHAT_BOX - task: app: renderer=gdi name: winetricks - task: app: corefonts name: winetricks - task: app: ie8 name: winetricks wine: overrides: iertutil: n,b slug: worldsplayer-v1900 steamid: null version: v1900 year: 1998
{ "game_slug": "worldsplayer", "version": "v1900", "description": "", "notes": "The WorldsPlayer installation cannot be automated and must be progressed with the default values.", "name": "WorldsPlayer", "year": 1998, "steamid": null, "gogslug": "", "humblestoreid": "", "runner": "wine", "slug": "worldsplayer-v1900", "installer_slug": "worldsplayer-v1900", "script": { "files": [ { "installer": "https://web.archive.org/web/20240513090516/http://cache.worlds.com/downloads/1900/Worlds1900.exe" } ], "game": { "exe": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/run.exe", "prefix": "$GAMEDIR", "working_dir": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/" }, "installer": [ { "input_menu": { "description": "Enable Shaper?", "id": "DISABLE_SHAPER", "options": [ { "0": "Yes" }, { "1": "No" }, { "1": "Application Default (No)" } ], "preselect": "1" } }, { "input_menu": { "description": "Permit Any Avatar?", "id": "PERMIT_ANY_AVATAR", "options": [ { "1": "Yes" }, { "0": "No" }, { "0": "Application Default (No)" } ], "preselect": "0" } }, { "input_menu": { "description": "Enable Colored Chat?", "id": "CLASSIC_CHAT_BOX", "options": [ { "0": "Yes" }, { "1": "No" }, { "1": "Application Default (No)" } ], "preselect": "0" } }, { "task": { "install_gecko": false, "install_mono": false, "name": "create_prefix" } }, { "task": { "args": "/S", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "write_config": { "file": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/override.ini", "key": "WorldServer", "section": "Runtime", "value": "worldserver://test.libreworlds.org:32147" } }, { "write_config": { "file": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini", "key": "upgradeServer", "section": "Gamma", "value": "http://upgrade.libreworlds.org/3DCDup" } }, { "write_config": { "file": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini", "key": "DisableShaper", "section": "Gamma", "value": "$INPUT_DISABLE_SHAPER" } }, { "write_config": { "file": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini", "key": "PermitAnyAvatar", "section": "Gamma", "value": "$INPUT_PERMIT_ANY_AVATAR" } }, { "write_config": { "file": "$GAMEDIR/drive_c/Program Files (x86)/Worlds/WorldsPlayer by Worlds.com/worlds.ini", "key": "classicChatBox", "section": "Gamma", "value": "$INPUT_CLASSIC_CHAT_BOX" } }, { "task": { "app": "renderer=gdi", "name": "winetricks" } }, { "task": { "app": "corefonts", "name": "winetricks" } }, { "task": { "app": "ie8", "name": "winetricks" } } ], "wine": { "overrides": { "iertutil": "n,b" } } } }