about summary refs log tree commit diff
path: root/pkgs/games/gog
Commit message (Collapse)AuthorAgeFilesLines
* games: Use "mono" instead of "mono50"aszlig2019-02-131-2/+2
| | | | | | | | | | | The use of mono50 was just an old relic where I was debugging some issue with a game, but I used it as a template for packaging other games, so it spread throughout the code base. I've tested all these games just to make sure they still work with the latest version. Signed-off-by: aszlig <aszlig@nix.build>
* games/crosscode: Update to version 1.0.2aszlig2018-12-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update contains mostly Steam-related changes, which are not relevant to the GOG version. However here are the changes that affect us: * The plaza of the Last Minute Heroes HQ can be entered and it includes the first few statues! The interior is still closed off, but it will open up with the next update. * There are a few more NPCs in CrossWorlds including a new cameo guest role somewhere in Bergen village. * The new stat "Time played with Assist Mode" was added to the Statistics menu. The full upstream blog post can be found at: http://www.radicalfishgames.com/?p=6520 With this update a bunch of different Greenworks[1] versions are now in a new "modules" subdirectory, which I removed because they contain native code for interfacing with Steamworks. This doesn't apply to us, so let's actually make sure that this code never runs by removing the modules directory entirely. [1]: https://github.com/greenheartgames/greenworks Signed-off-by: aszlig <aszlig@nix.build>
*-. Merge pull requests for Epistory and The Bridgeaszlig2018-12-082-0/+36
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the games Epistory and The Bridge to our games collection, packaged by @layous (thanks a lot). I don't own these games, so I can't really test them, but from looking at the code they look fine to me and even if they'd break it would still only affect the games in question and not other games. Merges: https://github.com/openlab-aux/vuizvui/pull/19 Merges: https://github.com/openlab-aux/vuizvui/pull/20
| * | epistory: initGuillaume Maudoux2018-10-032-0/+36
| | |
* | | stardew-valley: Update to version 1.3.32aszlig2018-11-241-2/+2
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: * Optimised network performance. * Added more ways for the host to unpause the server (by pressing ESC, B, Back). * Added alternative way to show the chat box (press right stick button on a controller). * Added internal changes for modders (should have no effect on vanilla gameplay). Upstream bug fixes: * Fixed slimes not pouncing correctly. * Fixed items-crafted stat being 0 after loading a file until you craft something again. * Fixed rabbit's foot not affecting the breakup scene in non-English language modes. * Fixed some rare tool-related crashes in multiplayer. * Fixed an audio-related crash often caused when using bombs. * Fixed Junimos dropping crops on the floor instead of collecting them. * Fixed NPCs walking through the saloon doors. * Fixed a few rare-ish crashes that can occur when connecting to another player's game. * Fixed eye color being reset to brown after reloading. * Fixed inability to use rod / slingshot in festival minigames. * Fixed the title menu back button being hidden behind submenus. * Fixed inability to move after receiving a gift at the Feast of the Winter Star. * Fixed crash when saving after the game adds Lewis's shorts to Marnie's house. * Fixed crash viewing the map when another player is in certain events. * Fixed "double sound" when using singing stone. * Fixed a Geneva Convention violation (by replacing red crosses in graphics). * Fixed clicks on the chatbox not being registered when the game is paused. * Fixed players sometimes walking off in a straight line through all terrain when they get disconnected. * Fixed babies sometimes spawning in houses that don't belong to the parents. * Fixed the potential for overnight events to cancel or skip a wedding event. * Fixed a desync that could occur if a player tried to get into the casino after a different player has removed the bouncer. * Fixed players able to simultaneously build overlapping farm buildings. * Fixed only one player being able to get the dark talisman. * Fixed the inability to place donated items on the bottom two rows of the museum. * Fixed farmhands being unable to pick up items they dropped in festivals. * Fixed Pam's upgraded house interior event not happening. * Fixed visual glitches caused by triggering a shared event simultaneously with the return scepter. * Fixed softlock caused by mistaken ability to use daggers during events. * Fixed players all receiving the same personal overnight events on the same day (e.g. spouse asking if you want a baby). * Fixed attempting to demolish cabins of abnormally disconnected farmhands causing the cabin to be destroyed after you leave the buildings menu. * Fixed farmers getting stuck in the fishing casting animation after picking up someone else's rod. * Fixed host sometimes appearing stuck using tool in shared events. * Fixed softlock when you play the Journey of the Prairie King past 2am. * Fixed glitched chest lid appearing when you destroy a cabin. * Fixed duplicate songs in the jukebox. * Fixed only one player's glow ring working at a time. * Fixed farmhands not being able to see each others' bundle changes. * Fixed bug causing some players to become married to two other players in 3-4 player farms. * Fixed player sometimes getting stuck in bed after another player got in and then back got out. The official blog post announcing this release can be found at: https://stardewvalley.net/1-3-32-small-bug-fix-patch-released-on-pc-today/ Versions between 1.3.28 and 1.3.32 were all beta versions, the details about those can be found in section "Beta Versions (1.3.29-1.3.32)": https://stardewvalleywiki.com/Version_History#1.3.32 Signed-off-by: aszlig <aszlig@nix.build>
* | crosscode: Update to version 1.0.1aszlig2018-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog: * Introduce new "Assist Mode" that allows to tweak the difficulty of the game in a detailed manner. * The "Screen shake" option is now properly applied on all screen shake effects of the game. * A new guest role character showed up in Rhombus Square. * The new Ninja Skin has been properly implemented. * Progress for each trophy can now be viewed in the trophy menu. The full announcement can be found here: https://steamcommunity.com/games/368340/announcements/detail/1688180265711126610 Signed-off-by: aszlig <aszlig@nix.build>
* | games/gog: Add CrossCodeaszlig2018-09-222-0/+30
| | | | | | | | | | | | | | | | | | Packaging is pretty straightforward because the game is written in JS, so only the assets need to be copied along with wrapper for NW.js pointing to the directory and we're done. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* | games/wfto: Update to version 2.0.4aszlig2018-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gameplay/balance changes for units: * Archon (Titan) * Basic Attack -- Damage decreased from 400 to 350 * Exterminate -- Damage decreased from 500 to 400 * Behemoth (Titan) * Recuperation (Out of combat health regeneration) * Regeneration rate increased from 0.25% to 0.45% of maximum health per second * Relentless (In combat health regeneration) * Regeneration rate increased from 0.025% to 0.045% of maximum health per second * Eternal (Titan) * Time Vortex (Slowing Aura) * Now slows enemies by 50% down from 60% Visual Improvements: * The Evil Arcane theme now has its own worker. Evil dorfs arrive! Audio Changes: * Added Additional Unit VO: * Democorn * Sentinel & Stone Knight * Rat * Highguard * Thunderling Adjusted VO: * Chunder * Miscellaneous Improvements * Users on all platforms who were suffering from abnormally high GPU * Utilisation should no longer suffer from this issue Bug Fixes: * Crashes & Show-stoppers * A number of graphics related Linux crashes should no longer occur Levels / Campaigns: * Fix an issue on Level 13 of the War for the Overworld campaign where Arcane Templar's shields would appear without their texture Miscellaneous: * Fix some minor warnings This release also fixes the crash I encountered when adding the game in 54e484fa385b16858bad77041da19c52238ae1c9. Upstream ticket: https://brightrockgames.userecho.com/communities/1/topics/4685-x Signed-off-by: aszlig <aszlig@nix.build>
* | games/overload: Update to version 1.0.1854aszlig2018-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New & Changed Features: * Added a new multiplayer level: Terminal. * Added new graphics options (see second page of Advanced Graphics Options). * Added particle effects to make switches look more interactive. * Added platform identifier icons for MP. * Added some text to clarify successive NG+ runs. * Hacked "Just Practicing" achievement so it will be awarded for unlocking Insane+ on all CM levels. * Updated Rewired input manager to version 1.1.18.0. Provides support for 3Dconnexion SpaceMouse Compact and SpaceMouse Wireless. * Added 30 Hz option to V-Sync setting. * Private Matches now show password in the lobby now (unless it's hidden). Fixes: * Fixed an issue with warpers and chunked-out areas. * Fixed count-based Achievements on GOG Galaxy. * Fixed issue in CM where a robot could be a Variant AND a Super. * Fixed an issue with fabricated bots being invisible in some cases. * Alien secret doors no longer trigger when Flak 'targets' them. * Fixed a graphical glitch with Super Powerups after save/load. * Fixed an issue where completing Ymirus on NG+ wouldn't properly update saved NG+ values. * Fixed an issue where the Super Op warning message could block a the final message in a Secret Level. * Fixed a problem with some bots not activating properly after loading a saved game. * Added translations for cheat messages and other text. * Fixed a couple of minor text issues, including the spelling of "Initiated." Updates/Fixes in Level Editor Build 34: * User level [format] improvements * Automatic chunking is now controlled by a export-time flag and not an ifdef * Support for reference_guid in Entities of an .overload for overriding with inline prefabs. Use "$INTERNAL$:" as a reference to the entity internally to the overload file * Bumped user level version number to 4 * Added LocalPosition and LocalRotation to the ITransformComponent interface * Added UnityEngine.BoneWeight as a native serialized type * Added CreateInlinePrefab as a new command for user level files * User level support for loading asset bundles for OSX and Linux platforms (in addition to the existing Windows) * Updated UnityEngine.Mesh support for colors32, boneWeights, and bindposes * More emulated Unity matrix4x4 support and BoneWeight Signed-off-by: aszlig <aszlig@nix.build>
* | stardew-valley: Update to version 1.3.28aszlig2018-08-141-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream fixes: * Bug preventing buildings from being placed where there would be a path/flooring tile in front of the door. * Music not playing at the Luau festival and in town. * Clients occasionally crashing in rainy weather. * Server crash when there are no available network adapters. * The load menu showing 'no saved games' while searching for files. * Crash that occurred if you collided with a monster on the first frame you entered a new location. * Robin forgetting that she's meant to upgrade a farmhand cabin if the farmhand disconnects abnormally. * Farmhands not being able to set the next day's weather with rain totems. * Farmhands 'swimming' inside their cabins if they're disconnected while swimming in the spa. * Swimming-related visual bugs in on farmers' faces. * Furniture rotation graphical glitch. * A crash that occurs if you try to copy an invite code while remotely logged into the machine the game is running on. * A German localisation issue with '%Farm' appearing in text instead of the farm's name. * Spouse NPCs not kissing farmers. Also some various internal changes requested on the modding wishlist. The upstream URL with the release notes is: https://community.playstarbound.com/threads/stardew-valley-multiplayer-known-issues-fixes.147892/ Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley: Update to version 1.3.27 (stable)aszlig2018-08-012-26/+11
| | | | | | | | | | | | These small fixes mark the end of the beta: * Changes to the NetList events we added for modding * Gift limits not resetting sometimes in single-player So we now can finally get rid of the "stardew-valley-beta" attribute and track the stable version from now on. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Switch everything to gogUnpackHookaszlig2018-07-3111-56/+26
| | | | | | | | | | | | | | | | | | For Albion, Settlers 2 and World of Xeen we need to explicitly add gogUnpackHook, because for those the derivation containing the game data is not created via our buildGame wrapper. Everything else is just done by removing unpackCmd and unzip from the package arguments. One exception is Thimbleweed Park, which relied on custom path for unzip in order to get the desktop icon, but with our now hook, we get that icon now in xdg-icon.png with a flat directory structure. I've tested this by building all the games from GOG that we have packaged here. However, I didn't test whether every single one actually runs. Signed-off-by: aszlig <aszlig@nix.build>
* games/wizard-of-legend: Update to version 1.033baszlig2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | Upstream fixes: * Bug with Magsphere spell not collecting projectiles as it should * Bug with Frost Feint not freezing enemies when the decoy was struck * Bug that caused Air Burst Dash effect to not show up * Bug where Takeout Box would grant max shield in post boss PvP battles * Armor of Greed causing players to lose gold during post boss PvP battles * Bug that would end the game on double-ko situations during post boss PvP battles * Bug with loading screen not showing 2nd player on the game board * Artifacting on the loading screen Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.26aszlig2018-07-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: * Fix Grandpa's event and witch event happening simultaniously can lock the game up * Give full house achievement in player-player marriage births * Fix Black screen (until you click) after player-player childbirth * Fix children not appearing in farmhouse for player-player marriage * Fix buildings evaluating current position as ineligible move space * Fix prismatic shard rate too high after reaching bottom of mines * Fix stardrop not rewarding for player-player marriages * Fix instantly brewing wine * Fix horse duplication bug * Fix Krobus winter event quest typo * Fix crash when entering railroad area * Fix disconnect issues reported in 1.3.25 * Fix fishing rod crash bug * Fix farmhands unable to get rid of children at dark shrine * Allow players to fix their saves by removing duplicate museum items * Fix players are able to simultaneously donate/rearrange the museum * Fix spouse NPCs not kissing back in multiplayer * Fix farmhands talking to NPCs playing unique animations causing them to stop animating * Fix lack of spouse patio animations * Fix host seeing spouse dialogue for farmhand spouses * Allow to mount horse while farmer is playing an animation (e.g. picking up an item) * Fix animals eating twice as much if they're outside while the player sleeps. * Add ValueAdded/ValueRemoved events to NetList Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.25aszlig2018-07-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream fixes since 1.3.23: 1.3.24 (10 July 2018): * Players stuck on "Connecting to online services..." screen * Crystalarium item swap exploit * Furniture can be used to complete bundles * Milk requirements for certain cooking recipes (now can accept either Milk or Large Milk) * Summer weather forecast bug * Furniture duplication bug * Long tool use animation bug * Warp tile player & shadow animation bug * "Cloud Country" not being added to the jukebox if you create a game via the co-op menu * Cooking food in the kitchen using ingredients from the wrong fridge * Item debris duplication bug 1.3.25 (16 July 2018): * Experimental network usage optimizations * Infinite ingredient use exploit when cooking in the kitchen * NPC marriage dialogue appearing for non-spouse players * Lack of experience gained for harvesting crops with the scythe * Inability to cancel moving a building * Game occasionally locking up on a black screen at 2am Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add War for the Overworldaszlig2018-07-192-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was the whole reason why I implemented the monogame-patcher even though it is very useful for other games as well. So the main issue why patching was needed is that the game writes its savegames into the same directories as other assets, so we need to be very careful about which method we patch and how in order to avoid failures to load other assets rather than savegames. However while in principle the game runs fine there is a Heisenbug hidden, so it segfaults whenever strace is not used. Here is the backtrace: #0 0x0000000000f973be in ?? () #1 0x0000000000f8f444 in ?? () #2 0x0000000000f2379b in ?? () #3 0x0000000000f2940b in ?? () #4 0x0000000000f1fa87 in ?? () #5 0x00000000008e8cc8 in ?? () #6 0x00007ffff79bc5a7 in start_thread () from libpthread.so.0 #7 0x00007ffff61cf22f in clone () from libc.so.6 Disassembly around 0xf973be: f973a2: 45 0f b6 4f 02 movzbl 0x2(%r15),%r9d f973a7: ba 04 00 00 00 mov $0x4,%edx f973ac: 41 80 f9 02 cmp $0x2,%r9b f973b0: 74 05 je f973b7 f973b2: 41 0f b6 57 03 movzbl 0x3(%r15),%edx f973b7: 48 8b 40 30 mov 0x30(%rax),%rax f973bb: 83 f9 1b cmp $0x1b,%ecx >f973be: 8b 40 08 mov 0x8(%rax),%eax f973c1: 89 44 24 58 mov %eax,0x58(%rsp) f973c5: 0f 86 6d 01 00 00 jbe f97538 f973cb: c6 44 24 5f 00 movb $0x0,0x5f(%rsp) f973d0: 45 31 ff xor %r15d,%r15d f973d3: 89 54 24 28 mov %edx,0x28(%rsp) f973d7: 89 74 24 20 mov %esi,0x20(%rsp) f973db: 44 88 44 24 18 mov %r8b,0x18(%rsp) f973e0: 44 88 4c 24 30 mov %r9b,0x30(%rsp) f973e5: e8 16 fa 92 ff callq 8c6e00 The last callq is for <operator new(unsigned long)@@Base+0x27c9d0>, so I'd suppose this might be a bug in the patched Mono version of Unity but could also be a chain reaction (who knows). Probably the reason why it works with strace might be a race condition, but I haven't thoroughly debugged this. Especially if there are no symbols available it's very hard to debug, so I'll leave that to some day in the future. Signed-off-by: aszlig <aszlig@nix.build>
* thimbleweed-park: Add desktop itemaszlig2018-07-151-5/+19
| | | | | | | | | | The Ransome Unbeeped DLC doesn't have a data/noarch/support directory which we need for the icon so we need to change the unpack root to data/noarch. This shouldn't make the unpacking phase that much longer because the only additional files that get unpacked are small scripts and docs. Signed-off-by: aszlig <aszlig@nix.build>
* games/overload: Update to version 1.0.1839aszlig2018-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes changes for upstream release 1.0.1834 and 1.0.1839. New & Changed Features for version 1.0.1839: * Two changes were made to data saved for NG+ after completing the game: * Level 2 upgrades (Super Upgrade points) are undone and the upgrade points are refunded. This allows the player to choose different Level 2 upgrades when starting the NG+ game. * Ammo, missile, and upgrade counts will only be updated if they are better than the values saved from the player's previous run(s). * Updated Rewired input manager, providing support for 3Dconnexion devices such as Space Mouse, Space Explorer, Space Navigator, etc. Fixes for version 1.0.1839: * Fixed the problem with user levels not working on Linux. * NG+ now works add-on missions. * Add-on levels are ignored if they have the same name as an existing level. * The correct ending is now played for Cronus NG+. * Fixed survivor pickup error when there was no story text (which could happen in an add-on level). * Removed anti-cheat detector warning messages that in certain cases caused performance issues. * Fix Save/Load issue with Flak range finder. * Player is no longer warned about skipping upgrades if all upgrades have been applied. * Fixed the orange sky in Phoebe Complex. * Fixed the flickering light at the start of Level 6. * Fixed problem of upgrades disappearing in add-on missions. New & Changed Features for version 1.0.1834: * Added 17 new cheat codes (total is now 20). We'll probably do something like announce one new code each day in Discord. * Pause menu and end level menu shows 'Cheater' if cheat code used. * Added Valkyrie to some CM levels, and added Phantom to more CM levels. * Made [Backspace] act like [Delete] on Mac. * Post-level and post-mission results show times in line with the speedrun timer. * Added stars in the sky in 4 CM levels, 3 MP levels, and 5 SP levels. Fixes for version 1.0.1834: * Fixed an issue in NG+ with reactors doubling their health after each save/load. * Fixed an issue with doors getting erroneously locked after save/load. * Fixed a mixup with black/grey decals. * Fixed missing boss music in NG+ level 15. * Fixed issue with 'last' weapon available in CM not being randomly chosen. * Fixed Vortex and Lancer (and Timebomb in some situations) not spawning in CM. * Fixed an issue with not dying in certain situations on Linux in non-English after loading a saved game. * Fixed invisible weapons in MP Signed-off-by: aszlig <aszlig@nix.build>
* games/xeen: Update ScummVM to latest masteraszlig2018-07-081-2/+2
| | | | | | | | | | | | | The latest master version has a few fixes for World of Xeen: * Split the Adlib sound driver into it's own file * Add detection entries for Clouds/Darkside/World of Xeen GOG German * Fix crash using mirrors in standalone Clouds of Xeen * Properly handle SFX & Music volume control * Call audio cd manager open/close in engine init/deinit * Fix using mouse click to close message dialogs Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.23aszlig2018-07-061-2/+2
| | | | | | | | | | | | | | | | | | Upstream fixes: * Prismatic shard drop rates don't increase when players hit the bottom of the mine * Farmhands warped to the wrong version of Marnie's house after purchasing animals * Crash when player/player child is born and one of the parents is offline * Multiple spouses standing in same space on farm * Using a weapon after eating nullifies the food effects * Walk around (instead of through) Pam when getting on the bus * Toddlers not moving inside cabins * Stop fly buzzing sound when it dies Signed-off-by: aszlig <aszlig@nix.build>
* gomes/gog: Add Settlers 2 Gold edition using RTTRaszlig2018-07-052-0/+104
| | | | | | | | | | | | | | | | | | | | This packages "Return to the Roots" along with the game data fetched from GOG. So basically it's RTTR with a "RTTR_GAMEDIR" set to the files extracted from the GOG version. In reality it's a bit more involved as we need to patch a few things and also make sure that the sounds are built via Nix rather to be generated at runtime. The RTTR standard procedure would be to just install RTTR and you put your game data somewhere in /usr/share (or any other place you've configured) and on first startup it's generating the SOUND.LST file. We want all the games in Vuizvui to be completely dispensible so that the persistent files are *only* in $XDG_DATA_HOME/settlers2, so I've made sure that everything is baked in at *build* time instead. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs: Fix passing through i686-linux package setaszlig2018-07-041-1/+1
| | | | | | | | | | | | | | | | | So far in the games namespace we have just used the callPackage_i686 function from <nixpkgs> instead of our augmented set. If we just use packages that are available in <nixpkgs> everything is fine, but as soon as we want to use one of our own packages for i686-linux we can't simply do that. One example is the override in the gog.albion derivation which just uses buildSandbox from the main pkgs attribute set. We now properly pass through the whole pkgsi686Linux set to the games namespace, so we can drop that hack for Albion. Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.22aszlig2018-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finally the version is in par with the Steam version. Here are the fixes since 1.3.18: 1.3.19 (14 June 2018): * Client crashing when joining game due to null quest * Beach Bridge not updating for other players when one repairs it * Controls locking up inside fishing tent * Loss of 'Dating' friendship status when upgrading from 1.2 to 1.3 * Wedding ring not appearing in crafting list in smapi * deepestMineLevel stat only updating when they go deeper then any other player * Seasonal tileset / smapi compatibility issue * Farmhands unable to enter pierre's on Wednesday after Community center completion * Rain totems not working in multiplayer * No blue chickens in mulitplayer * Gus walking through walls in Community Center * Some animations playing at double speed inside buildings * Pam disappearing (potential fix) 1.3.20 (19 June 2018): * Fish splash points not properly syncing * Missing elevator dings for clients * Objects broken by weapons breaking twice when there is latency * Glitched chest object in inventory UI * Horse missing sounds/animation for clients * Crash when trying to display dialogue for NPCs without any dialogue left * Players hidden from view when local player uses a return scepter * All players teleported when return scepter used * Structures can be placed where players would get stuck exiting them * Allow players to walk out of resources (stumps/rocks) if they become stuck inside * Grandpa's candles not lighting * Freeze up when all players are not in bed at 2am * Farmhands not seeing giant mushroom trees until they relog * Translation fixes * Door/footstep sounds can be heard mapwide * Item duplication if farmhands login while their inventory is open * Stamina resetting to max when you leave/rejoin * Trash items respawning when player travels to a different location * Crash after blowing up a rock crab * Fishing treasure chest causing a new cast * Filled chests breaking when they're next to an empty chest 1.3.21 (21 June 2018): * Animal sounds playing outside of map * Player icons overlapping on the map page * Fishing rod casting temp sprites during the fall mini game * Unsynced exhausted state and passing out * Remote characters not blinking * Grubs invincible to host while retreating * Floating lamp sprite in mines * Secret notes fished up spawning without a note number * Beer sprite overlapped by counter in Clint 3 heart event * Secret note #4 description fix 1.3.22 (3 July 2018): * Crash after 596 hours of gameplay * Mistranslated Chinese co-op button on main menu * Divorced status not carried over from 1.2 saves * Post-6pm animal mood drain * Animal happiness overflowing * Spa not regenerating stamina when a menu is open in multiplayer * Second player-player parent pregnancy causing crashes * Farmhands able to retrieve last item shipped after it has been sold * Lighting detaching from sources when upgrading house * Players losing cursor slot items when they become disconnected while managing inventory * Farmhands unable to enter tower if they join after CC is completed * Armored bugs not invincible * Wrong fish appearing in fishing minigame tent * Slingshot minigame crash * Broken skull cavern level 100 event in Russian * Cave carrot quest crash * Buffs not clearing when farmhands log out * Farmhands can't open chest in Junimo huts * Goblin problem quest still in log for other players after goblin is removed * New songs on Jukebox show wrong names * Duplicate songs on Jukebox I haven't extensively tested this, only loaded a savegame and walked around a bit. However the changes are only fixes and there aren't any changes that would be relevant for our packaging. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Satelite Reignaszlig2018-07-012-0/+19
| | | | | | | | | | | Another Unit3d game, so packaging is pretty straightforward but the save games and settings are in $XDG_DATA_HOME/SatelliteReign instead of the standard Unity3d directory ($XDG_CONFIG_HOME/unity3d). The standard Unity3d directory however is still used, but it only contains the player log file. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Thimbleweed Parkaszlig2018-06-282-0/+56
| | | | | | | | | | | | | | | | | This also supports the "Ransome Unbeeped" addon which should get rid of all the beeps from Ransome's voice tracks. I added this by default in the package, because in order to enable it you still either need to enable it every time you start the game or set "forceRansomeUnbeeped: 1" in "$XDG_DATA_HOME/Terrible Toybox/Thimbleweed Park/Prefs.json" to make it permanent. The packaging is pretty straightforward except a small preloader which changes the working directory to the shared data directory so the "ggpack" files can be found. From inspecting the binary this should also be doable by setting the THIMBLEENGINE_GAMEROOT environment variable, but I haven't tried yet. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Dungeons 3aszlig2018-06-282-0/+19
| | | | | | | | Unfortunately this game doesn't work on my machine, as I don't have support for OpenGL 4.3. However, the game at least gets to the loading screen, so it should work in theory. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Wizard of Legendaszlig2018-06-282-0/+17
| | | | | | A Unity3d game, so packaging is pretty straightforward. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Overloadaszlig2018-06-222-0/+17
| | | | | | | I have only tested whether loading and saving games works and flew around for about 1 minute in the first mission. Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.18aszlig2018-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While it would be preferrable to have the current version (1.3.19, which is not available for GOG GNU/Linux users right now), this update at least fixes a few of the more nastier bugs. Fixes for 1.3.12 (22 May 2018): * All players seeing milking messages * Object desync on farm between players * Lighting issue in spa * Clocks becoming de-synced from server latency (now will disconnect player) * Network usage high when NPCs moving * Delay when using bombs * Hidden mines ladder to skull cavern * Erroneous thunderstorm weather forecast in summer Fixes for 1.3.13 (24 May 2018): * Added separate chests in the mines for each player * Fishing tent control lock up * Duplicate cursors in minigames * Crashes buying furniture * Freeze ups when fishing during events * Crash caused by ordering a building construction the day before a festival * Crash breaking certain objects in the skull cavern * Horse-related bugs with movement between screens/clipping Fixes for 1.3.14 (25 May 2018): * Re-enabled moving & demolishing buildings in multiplayer (although only host can do it) * Staircases appearing at the bottom of the mines * Mermaid show not playing if volume is muted * Added a quest to hint at the magnifying lens * Crash when selling lots of items to Pierre / through the shipping bin Fixes for 1.3.15 (30 May 2018): * Bundle menu is usable for clients outside of the community center * Break-up event has been made less harsh * Crash upon returning to a level of the mines with a chest, after having just been in it * Machines breaking themselves sometimes when you're near torches * Crash caused by attempting to load a quest that hasn't been localized yet * Monster cries being heard outside of the mines Fixes for 1.3.16 (05 June 2018): * Client 'introductions' quest tracking the wrong number of villagers * Cabin fridges emptying when host reloads * Secret Santa assignments changing * Items missing from festival shops playing in Chinese * Fishing tackle traded breaking after one use * Tree seeds not harvestable in multiplayer * Spouse position issues * Players stuck in wall after Emily's 10 heart event * Wallpaper/Floors vanishing and resetting * Host and client don't sync if a ladder or shaft spawns * Slimes aggroing player during secret woods event * Horse becomes unmountable after entering a new location * Horses vanish when jumping between two quickly Fixes for 1.3.17 (07 June 2018): * Farmhands not able to interact with bundles inside community center * Farmhand tools disappearing after logging out while being upgraded * Museum donations disappearing * Farmhand profession sale bonuses not applying * Artifact donation message appears in English for all languages * Profit margin mistranslated in German * Character names appearing in English while playing non-English character languages * Unable to walk through animals while inside a building * Bug which could make farm animals disappear * Baby gender assignment issue for player/player newborns This releaso also contains a new feature: * Invite code now copyable to clipboard Fixes for 1.3.18 (12 June 2018): * Active players can cancel new player creation for farmhands * Mouseover hover missing for buffs * Horse footsteps using wrong sounds * Crash whenever Marlon's name is used * NPCs end of route animation playing at double speed for clients * NPC positions not syncing at end of route animations (multiple NPCs) * Extra tools spawning overnight if another player has them * Gift giving not properly resetting after upgrading from 1.2 to 1.3 * Mistranslated pt-br seed disc saying to plant in winter * Spa sign in English while playing in Chinese * Proposals cannot be canceled * Fishing rod event not triggering for farmhand * Machines producing 'empty' products Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Party Hardaszlig2018-06-142-0/+17
| | | | | | | | | Packaging is pretty straightforward, because it's a Unity3d game and we have a build hepler for that. Upstream site: http://www.tinybuild.com/partyhard Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Temporarily fix loading of libGLaszlig2018-06-101-2/+6
| | | | | | | | | | | I think this has te be fixed in <nixpkgs>, because SDL2 loads libGL at runtime using dlopen(), but recent changes have been made so that libGL.so is no longer in LD_LIBRARY_PATH on NixOS by default. So until then, let's set SDL_OPENGL_LIBRARY, so that SDL2 will load it from that path directly instead of searching in LD_LIBRARY_PATH. Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Fix build with Automake 1.16aszlig2018-06-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been broken since a while when Automake 1.16 was introduced in NixOS/nixpkgs@e0c155e26b6a73bba06d6f2ced12bd4bcb0d6503. The upstream WildMIDI project has since moved to CMake and the patches from the static recompilation project haven't been ported to a newer version, so we're stuck with the Automake variant. Fortunately, the fix is rather easy and it's more obvious when you look at the changelog of Automake 1.16: The 'subdir-object' option no longer causes object files corresponding to source files specified with an explicit '$(srcdir)' component to be placed in the source tree rather than in the build tree. For example, if Makefile.am contains: AUTOMAKE_OPTIONS = subdir-objects foo_SOURCES = $(srcdir)/foo.c $(srcdir)/s/bar.c $(top_srcdir)/baz.c then "make all" will create 'foo.o' and 's/bar.o' in $(builddir) rather than in $(srcdir), and will create 'baz.o' in $(top_builddir) rather than in $(top_srcdir). So all we need to do is strip off the absolute pathname of libWildMidi.la/libWildMidiA.la and the build passes. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add World of Xeenaszlig2018-06-092-0/+124
| | | | | | | | | | This is the result when you combine Might and Magic 4 and 5 and ScummVM very recently got support for that. See http://scummvm.org/news/20180501 for the announcement. So we're wrapping the game using latest git version of ScummVM. Signed-off-by: aszlig <aszlig@nix.build>
* games/stardew-valley: Mark beta as lowPrioaszlig2018-05-191-1/+3
| | | | | | | This is to make sure that noone accidentally installs this either via "nix-env -i" or via "nix-env -u". Signed-off-by: aszlig <aszlig@nix.build>
* games/stardew-valley: Add multiplayer betaaszlig2018-05-192-7/+37
| | | | | | | | | | This adds version 1.3.11 of the ongoing multiplayer beta, so it can be conveniently installed via Nix :-) I haven't tested this a whole lot, only started a new farm, walked around and that's it. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/fetch-gog: List more download typesaszlig2018-05-191-1/+1
| | | | | | | | | | | So far we only showed the main installer packages that are available for a certain game. However there are other things such as downloadable content and related products that we might be interested in. I needed this mainly because the Stardew Valley beta download is listed as bonus content. Signed-off-by: aszlig <aszlig@nix.build>
* games/stardew-valley: Add libGL to LD_LIBRARY_PATHaszlig2018-05-171-1/+2
| | | | | | | | | | | I haven't bisected this to know the exact commit that made this change necessary, but it might be that SDL2 now no longer propagates libGL anymore. If this is the case for other games as well, I might want to do a bisect, but for now let's just fix it. Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Fix ancient wildmidi against GCC 7aszlig2018-03-072-0/+26
| | | | | | | | | The first error is that there was a case statement fallthrough which was actually unintended and is a bug in the ancient wildmidi used here, while the second one was because of a structure that wasn't initialized to zero before first use. Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Add missing patch filesaszlig2018-03-072-0/+81
| | | | | | | These are the patches I forgot to add to 77a0f47d06f3d21b78c7f34a129bc3f75d69fbf7. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/games/gog: Add Stardew Valleyaszlig2018-02-222-0/+47
| | | | | | | This is quite straightforward and very similar to most other Mono games and even uses XDG directories already. Signed-off-by: aszlig <aszlig@nix.build>
* fetch-gog: Try to login without captchaaszlig2018-02-222-16/+327
| | | | | | | | On some occasions a captcha isn't needed for login (not sure exactly when this is the case), so we really should just log in without it instead of bailing out with an error. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add statically recompiled Albionaszlig2018-02-217-0/+697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We only fetch the data files from GOG here and use the port from OpenPandora (https://repo.openpandora.org/?page=detail&app=albion_sr) for the main game executable. Instead of using the binaries of the static recompiler, this is completely compiled from source and comes with a few changes in the form of a few patches: config.patch: Hide the mouse cursor and set the default scaled resolution to 1280x960 (the window can still be resized) in the default albion.cfg. error-log-stderr.patch: Whenever an error happens, the game usually creates a file called "error.log", which contains the actual error message. This patch makes sure the file isn't created but the error message is printed to stderr. scons.patch: Fixes a few SConstruct/SConscript files to use the builder's environment, so that it can find executables such as gcc. sdl2.patch: SDL 2 has dropped support for the keysym.unicode field at some point, so use keysym.sym instead. This has the disadvantage that it doesn't recognize key modifiers, so we might want to switch this to use the SDL_TEXTINPUT event. xdg-paths.patch: We want to use XDG_CONFIG_HOME and XDG_DATA_HOME instead of writing everything to one directory, so this patch makes sure that the paths are correctly read depending on whether its an XDG directory or one of the store paths of the game. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/games: Add a basic fetcher for GOGaszlig2018-02-212-0/+282
We're in almost the same misery here as with HumbleBundle, because we can't get stable download URLs with manifests for games that have an "os" field of either "windows" or "osx". Unfortunately, this isn't the only hoop we're going to, because similar to the HumbleBundle fetcher, we need to solve a (re)captcha in order to login (and I've been annoyed by countless cars, street signs, roads, busses, store fronts, hills and mountains during development). I tried looking for a way to get an API key similar to what itch.io is doing, but the only mechanism in place is a temporary key which needs to be refreshed using the old key after a while, so it's unsuitable for our case. The code currently is very much _not_ DRY, because a lot of it is copied over and modified from fetchHumbleBundle, especially the captcha solving application. It's really a shame to see the same situation that we have for HumbleBundle in GOG, given that HB is getting less DRM-free games these days and GOG is DRM-free *only* (which is a very good thing). Signed-off-by: aszlig <aszlig@nix.build>