4.20 star(s) 20 Votes
Feb 27, 2024
80
81
96
Running on linux:

Currently game crashes on windows build for wine for me.
I downloaded their embedded player game off itch.io
Make sure you download these assets:

Code:
-rw-rw-r-- 1 user user  25K Feb 15 16:10 FreeCardware_v0.1.2_fix_web.apple-touch-icon.png
-rw-rw-r-- 1 user user 7.2K Feb 15 16:10 FreeCardware_v0.1.2_fix_web.audio.worklet.js
-rw-rw-r-- 1 user user 1.2K Feb 15 16:10 FreeCardware_v0.1.2_fix_web.icon.png
-rw-rw-r-- 1 user user 293K Feb 15 16:10 FreeCardware_v0.1.2_fix_web.js
-rw-rw-r-- 1 user user  65M Feb 15 11:48 FreeCardware_v0.1.2_fix_web.pck
-rw-rw-r-- 1 user user  21K Feb 15 16:10 FreeCardware_v0.1.2_fix_web.png
-rw-rw-r-- 1 user user  42M Feb 15 16:10 FreeCardware_v0.1.2_fix_web.wasm
-rw-rw-r-- 1 user user 4.9K Feb 15 23:38 index.html
-rw-rw-r-- 1 user user  169 Feb 16 00:08 package.json
where most downloads come from:
Code:
wget -r -np -k -E  https://html-classic.itch.zone/html/12822790/index.html
wget https://html-classic.itch.zone/html/12822790/FreeCardware_v0.1.2_fix_web.wasm
wget https://html-classic.itch.zone/html/12822790/FreeCardware_v0.1.2_fix_web.audio.worklet.js
package.json:
Code:
{
  "name": "my-nw-app",
  "main": "index.html",
  "window": {
    "toolbar": true,
    "width": 800,
    "height": 600,
    "resizable": true
  },
  "devtools": true
}
Run with nw.js:
Code:
/home/user/.nvm/versions/node/v20.12.2/lib/node_modules/nw/nwjs-sdk-v0.82.0-linux-x64/nw .
 

gem49910

New Member
Jan 8, 2025
2
6
3
Cheat codes:
v0.1.1 "pizza"
v0.1.2 "bonfire"
v0.1.3 "jelly"
It's interesting, is it just random words, or is there some hidden pattern here? :unsure:
 
  • Like
Reactions: lottux

Supreme Dumbass of Thyme

Active Member
May 12, 2022
979
860
179
View attachment 4829678

Virgin run, was a fun game 10/10
I would just like to say that the fact that a virgin run is actually VIABLE now in 0.1.3 is amazing on its own. It's also interesting how by doing this, they've effectively branched the playstyles much, much more. I would go into a rant on this because analyzing the various builds and their possibilities is something I love doing in any game, but it's probably for the best if I don't start that yappathon-
 

LoveMuffin

New Member
Jan 16, 2019
3
1
46
I would just like to say that the fact that a virgin run is actually VIABLE now in 0.1.3 is amazing on its own. It's also interesting how by doing this, they've effectively branched the playstyles much, much more. I would go into a rant on this because analyzing the various builds and their possibilities is something I love doing in any game, but it's probably for the best if I don't start that yappathon-
Screenshot 2025-06-19 202720.png
Still totally possible on 0.1.2 build (I downloaded off of the link here which happened to not have been updated yet). Catgirl boss definitely felt easier to do this with since she doesn't initiate seggs. Doing so without also getting mauled vs the succubus felt way harder. Damage scaling off of lewdity still hits hard even if you keep panties on to maintain chastity.

Not entirely certain how you do a "no lewd damage" build though. Feels pretty impossible but maybe I haven't seen all the cards yet.
 
Last edited:

Supreme Dumbass of Thyme

Active Member
May 12, 2022
979
860
179
View attachment 4957920
Still totally possible on 0.1.2 build (I downloaded off of the link here which happened to not have been updated yet). Catgirl boss definitely felt easier to do this with since she doesn't initiate seggs. Doing so without also getting mauled vs the succubus felt way harder. Damage scaling off of lewdity still hits hard even if you keep panties on to maintain chastity.

Not entirely certain how you do a "no lewd damage" build though. Feels pretty impossible but maybe I haven't seen all the cards yet.
The "no lewd damage" build is more so what I meant. Yes, keeping chastity in 0.1.2 is possible, but you're virtually forced to use lewd damage of some kind in order to actually win a run. In 0.1.3, new cards like Clothes Spirit and Battle Trance make it entirely possible to win runs without relying on any sort of lewd damage, allowing a genuinely different playstyle.
 
Last edited:
  • Like
Reactions: LoveMuffin

TheConneiseur

New Member
Oct 15, 2024
1
0
11
The linux version is crashing everytime it tries to go to an event. it segfaults/nullpointer exception and keeps sending error messages like this 1752603792278.png
Is there a missing file from installation or something? BTW game runs fine through these errors, it only crashes on the events.

DO you happen to have any ideas on why this may be happening?
 

test13249

Member
Dec 29, 2021
209
52
71
The linux version is crashing everytime it tries to go to an event. it segfaults/nullpointer exception and keeps sending error messages like this View attachment 5045671
Is there a missing file from installation or something? BTW game runs fine through these errors, it only crashes on the events.

DO you happen to have any ideas on why this may be happening?
mabey try cd ing into the dir the run the game also give also run ```chmod +x /path/to/game``` or what ever file the game uses to activate stuff and what not have had to do that alot with ren py games
 

test13249

Member
Dec 29, 2021
209
52
71
if all else fails download the windows dir and run `wine /path/to/game` worse case scenario you gotta add it to steam to use proton
 
4.20 star(s) 20 Votes