Skip to main content

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

upforkilling

32
Posts
371
Followers
33
Following
A member registered Aug 28, 2020 · View creator page →

Creator of

Recent community posts

You seam to updating for 0.10 not 11.
However the Error your getting if for Lynx_idle.webm not existing witch it did in 0.10, so I don't know whats happening there.
ALSO I FERGOT THE AYUMI FOLDER IN THE 11-12 FILE!

If your asking about the saves, they are stored at.
C:\Users\Your user name\AppData\Roaming\RenPy\GirlsundpanzerProject

If your asking about updating with the new update file.
you extract the zip file in the outdated games folder, and replace all files it asks about.

Theirs 2,180 assets. Each image is between 500KB - 2MB, animations are up to 100MB.
If the game was rendered in real time it would probably be a Gig or two.

Oh wait never-mind the other post! You need to move to part 3

You need to talk with Turtle_team then Hippo team than go to work. I think unless i can't code...

Their is no game past the festival right now so it repeating doesn't brake anything yet. But because of that bug when the next update comes out people will have to rede the festival to set the flag.

You just re download it and delete the old version. You're saves are stored in the user files so they won't be deleted.

Sorry for the supper late reply, I just got back from my in laws. I have added the android ports.

ye ye

ye ye

All the animations in the first version of the game are .mpg witch isn't natively supported on android, When I remake the first half of the game they will be in webm, but that wont be for like another 6 months.

https://mega.nz/file/wnhRkR4S#Zz74UslrTofol-qIBqkh2kTPD09FMS_9YaiNqSIcfsc
Put this in the game folder I change (Leopon_team == 2) to (Leopon_team >= 2) you shouldn't be able to have Leopon at 4, but the code is writen as (if story == "Post Anzio" or == "Pre Pravda":) when it should have been (if story == "Post Anzio" or story == "Pre Pravda":) so the line of code was skipped over.

Link is fixed https://drive.google.com/drive/folders/1jUzm9XoPjkbsqgTLn5mdQ03X4Gxmnniw?usp=sha...

https://mega.nz/folder/t6J1FIgR#1Hl4vvZiI4tdsn1Krr0BNQ
I put them all in the master folder, There were a lot more than I remembered. 

Sorry for the inconvenience!

Android doesn't seam to be able to play .mpg witch all the animation from .01-.02 are, anything from .03 onward is is .webm so they will work.
When i finish the game I'm heading back to remake the early stuff, but that's not for a while.

trout gang

When you get an Error select Ignore at the bottom, I forget to recompile the code, so its looking for a pictures that were cut to reduce file size.

I put in the wrong link it works now, Sorry!

Its fixed now, Sorry for the inconvenience.

(1 edit)

Never mind I just tryed to install it and it fail, Its time to eat rocks until i fighur this out


edit: im going to try and shave some file size off

You might have to uninstall the first part, maybe. I never actually tested it on a real phone.

I Didn't mean to replace the normal PC version. I fixed it now.

This code cheeks what OS you are using and then finds the name.

python:

            if os.name == 'nt':

                import os

                for name in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):

                    system = os.environ.get(name)

            elif os.name == 'posix':

                import os

                for user in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):

                    system = os.environ.get('USER')

And the static is a webm video. 

I fixed the Gdrive link. sorry I vary stupid

If its your first time installing it, I have no idea why its happening. But if you had a older version installed, Its invalid because I lost the original key when I updated java. the solution would be to back up our save located in Phone\Android\data\com.upforkilling.gupp\files\saves . Then uninstall the old one, and restart your phone. You need to restart your phone because that's when Android clears its bin.

If you have a older version installed you need to uninstall it and restart you phone.
you can backup your save from Phone\Android\data\com.upforkilling.gupp\files\saves
If your installing for the first time I have no Idea why its not working. I don't know how android works, I just use RenPys build in APK generator.

There was a soft lock with duck team that I didn't notice until after 0.04. If you have issue you need to make a new save. 

0.04.1 has fixed the Issue so it shouldn't be possible for it to happen again.

I got you fam
https://drive.google.com/drive/folders/11mzHXNfCbXcYizqo5J-qJ6LszjxuLvGl?usp=sha...

The protag is a Futa and is refereed to as she.

Orange Pekoe spotted on 4th Mobile image. Truly a man of culture.

Yeas i'm just rilly slow.

I fix it. I don't know why that is happening. I have updated it twice already.