I've been making these for 3 years!
upforkilling
Creator of
Recent community posts
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.
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...
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.
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.
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!
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.






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