Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

BaronFox

4
Posts
A member registered May 14, 2024

Recent community posts

(3 edits)

Here is download

I understand that everything that is written below is a little complicated for an unprepared person, so I made an archive at once with everything necessary so that people can play without much trouble, since I'm on windows, it will most likely work only on windows, if you have a mac or linux, then the instructions are below, I hope you succeed.

Click

(My version was downloaded from newgrounds, so there are slight differences in the files)

You need to use the developer's tools in the browser (it is also called the element code) to find a link to the game file, I open them via Ctrl+Shift+I, they probably open differently in your browser (but they definitely are in the browser), but this is still half the job, then after opening this link you need to save the game as an html file, but it will not be complete, through the "network" tab you need to find the remaining files, and so to reconstruct the path to these files, in this case you need to recreate the build and TemplateData folders (these folders should be in the same place as the html file with the game) in the build folder, the unity files themselves are located in this case. 

build3.framework.js.unityweb 

build3.wasm 

build3.wasm.unityweb

build3.loader.js


Template data mainly contains icons, they are not required for loading, so if it doesn't matter to you, you can skip it there.

Progress-bar-empty-dark.png

progress-bar-full-dark.png

favicon.ico

icons/unity-logo-dark.png


well, you'll also need to download python so that you can open the http server via CMD using the command

python -m http.server 8360

you can make a .bat file and enter this command inside, and then put it in the folder with the html file (it's easier to run this way) and then you go to this link http://localhost:8360 you need find your html file and play

(1 edit)

Very cool game, I've already downloaded it, please make a version as an application for windows (and other systems, if possible, of course) I had to work a little bit to save it, and it's not very convenient to launch it (via a local http server, it's easy, but still more difficult than just opening the application)

I don't think this will be a big problem considering that the project is written in unity and it can be easily exported to an exe application from source files.

(3 edits)

if you need here is Cheated (100%) save file

path to the file
"C:\Users\(Username)\AppData\Local\PocketCampfire\savefile.sav"

replace the text in the file "savefile.sav" with the text below

{"ROOT":[[{"location x":261.0,"affection":100.0,"location y":249.0,"id":0.0,"arousal":100.0,"gender":0.0,"species":1.0,"name":"Vulpix"},{"location x":525.0,"affection":100.0,"location y":209.0,"id":1.0,"arousal":100.0,"gender":1.0,"species":5.0,"name":"Braixen"},{"location x":222.0,"affection":100.0,"location y":461.0,"id":2.0,"arousal":100.0,"gender":0.0,"species":5.0,"name":"Braixen"},{"location x":739.0,"affection":100.0,"location y":384.0,"id":3.0,"arousal":100.0,"gender":0.0,"species":4.0,"name":"Cinderace"},{"location x":314.0,"affection":100.0,"location y":238.0,"id":4.0,"arousal":100.0,"gender":0.0,"species":3.0,"name":"Lucario"},{"location x":667.0,"affection":100.0,"location y":350.0,"id":5.0,"arousal":100.0,"gender":0.0,"species":0.0,"name":"Nickit"},{"location x":232.0,"affection":100.0,"location y":296.0,"id":6.0,"arousal":100.0,"gender":1.0,"species":0.0,"name":"Nickit"},{"location x":215.0,"affection":100.0,"location y":332.0,"id":7.0,"arousal":100.0,"gender":1.0,"species":3.0,"name":"Lucario"},{"location x":209.0,"affection":100.0,"location y":366.0,"id":8.0,"arousal":100.0,"gender":1.0,"species":1.0,"name":"Vulpix"},{"location x":783.0,"affection":100.0,"location y":389.0,"id":9.0,"arousal":100.0,"gender":1.0,"species":6.0,"name":"Zoroark"},{"location x":400.0,"affection":100.0,"location y":262.0,"id":10.0,"arousal":100.0,"gender":0.0,"species":6.0,"name":"Zoroark"},{"location x":357.0,"affection":100.0,"location y":212.0,"id":11.0,"arousal":100.0,"gender":1.0,"species":4.0,"name":"Cinderace"},{"location x":581.0,"affection":100.0,"location y":441.0,"id":12.0,"arousal":100.0,"gender":0.0,"species":2.0,"name":"Alolan Vulpix"},{"location x":690.0,"affection":100.0,"location y":406.0,"id":13.0,"arousal":100.0,"gender":1.0,"species":2.0,"name":"Alolan Vulpix"}],[{"count":99.0,"id":2.0},{"count":99.0,"id":3.0},{"count":99.0,"id":1.0},{"count":0.0,"id":0.0},{"count":99.0,"id":6.0},{"count":99.0,"id":5.0},{"count":99.0,"id":4.0},{"count":0.0,"id":0.0},{"count":99.0,"id":9.0},{"count":99.0,"id":11.0},{"count":0.0,"id":0.0},{"count":0.0,"id":0.0},{"count":99.0,"id":7.0},{"count":99.0,"id":8.0},{"count":0.0,"id":0.0},{"count":0.0,"id":0.0},{"count":99.0,"id":10.0},{"count":0.0,"id":0.0},{"count":0.0,"id":0.0},{"count":0.0,"id":0.0},{"count":99.0,"id":12.0},{"count":0.0,"id":0.0},{"count":0.0,"id":0.0},{"count":0.0,"id":0.0}]]} 

Location save files on pc is "C:\Users\(Username)\AppData\Local\PocketCampfire"