Skip to main content

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

upforkilling

48
Posts
601
Followers
45
Following
A member registered Aug 28, 2020 · View creator page →

Creator of

Recent community posts

I've been making these for 3 years!

No male MC, I have several other games in the pipeline, so I don't plan on going back and making a male version of the game. That would likely take a year or two to do.

Here's a Guide by dbomb (It much easier than my trying to explain it. I made the game braking down to complex. If you've done all that, you've finished the game. The file size is messed up from a bug in the VP9 encoder I was using for the videos they have all the 4k frames in there meta data, I was going to release a patch for it but seam to have forgotten...)

Restart the game if you get a node graph out of date error. (i.e go to main menu and start a new game)
Reload an autosave before the game closes from the shadow person at the door (after the trick or treat prompts). You'll know its correct when you see the prompt "we have to hide"
Click Rabbit, Anteater, Anglerfish, Duck (the brown one), Goose (the white bird at bottom left). I don't know what name to type in. It definitely looks like Ciel Phantomhive but IDK. Edit: You are supposed to type Black Butler
Click the Anteater, Anglerfish, Duck and goose again (you will hear voice lines each time you click, it doesn't matter what order IIRC). Then click Cat that shows up.
Start a new game and name yourself Murgleys
Technically you can do this at anytime to end the game but there is no gallery so its best to play the game as intended.

I made the game to convince better people to make better games, two others have started development. One straight and one where the GuP girls are futas.

I have no link, all I know is it being made. I helped them install Koikatsu and visual studio code.

There's a guy working on a Male CM game, I'm sure it will be out soon™.

I'll make new versions of the apps when the game is in 1.0. They have to be made again because of the file size of the music and the limit of apk's to 2gb.
You can play the PC version on android with Joyplay from the app store.

Oh sorry I miss understood, there is a map system and fishing

Yes, it plays parallel to the film.

The main game would take a long time to do, so not until I finish the Der film game.
I would also like to do a real SFW version, with new renders, and altered scenarios, instead of just cutting past the Lewd scenes.
This game I knew would be supper easy to make SFW without butchering the story irreversibly.

You can also be disappointed in my slow progress with the update tracking chart.
https://docs.google.com/spreadsheets/d/1HZGGWHPIxxmxrG1r2AbaK2Wr4zKJNJ4z680ZQq_Y...

Yes, Girls und Panzer der Panzussy die Film.

I don't have models in koikatsu for most of the tanks.
The B1 interior is a rip of the interior of the Edelweiss from valkyria chronicles.

The ST.Glra line up is done in Gmod and scene with the Crusader III are also in Gmod that's why the lighting is different from normal.

I might be able to model a Hetzer, It's a vary smooth boy. But I suck at blender.

It's trash, the Dev sucks!

No, that would deviate to far from the Original time line.

https://discord.gg/4tnC8cr2

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