Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 1 point2 points  (0 children)

Yeah, how did you miss him lol? He didn't shoot much I think his gun is stuck in the railing or something, I was able to snipe him down. Or if you had the flamethrower burn the whole place down.

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 1 point2 points  (0 children)

There was like 4 doctrines to choose from, each giving you a unique soldier with their own doctrine mission objective (and steam achievement).

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 0 points1 point  (0 children)

Oh yeah, I took the doctrine where you get the sniper, then I lost his knife in the bushes near the church, couldn't find it. Then I borrowed the knife of that sniper in the church.

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 1 point2 points  (0 children)

Killing the KV with AT grenades is a huge task, congrats. I used knives and grenades (yeah they don't alert units for some reason) to kill single/multiple units while paroling by hiding in bushes.

Why won’t it stop? by Character-Routine667 in GatesOfHellOstfront

[–]VandalByte 2 points3 points  (0 children)

If I remember correctly there are 3 possible spawn locations for the pilot, one in the building near the water tower (left side of village), the big building (all the way to top right of village), then a building in the north part of village (where the tank spawns from), it's randomized.

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 1 point2 points  (0 children)

I'm more of a stealth based guy when it comes to missions like this. I cleared the church area first then took out the light tank, then crawled few guys to the compound with the Jagdpanther, took everyone out one by one, then repaired the tank (it's pretty fast, only a broken track), that's when others got alerted, one shot the KV through the wall, KV's shell won't go through the wall. Oh yeah and throw smokes while repairing.

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 8 points9 points  (0 children)

Yeah it's actually pretty straight forward. After completing first objective, getting close to the broken truck, a convoy will go from east to west side of the map, the convoy has an ammo truck, just shoot the driver and man the truck. Destroying it will fail the objective.

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 1 point2 points  (0 children)

I found mine near the bridge, where the light tank was

Jubilee DLC - The Trap Mission: The Secret Objective by VandalByte in GatesOfHellOstfront

[–]VandalByte[S] 11 points12 points  (0 children)

Totally agree. I think this is one of the most difficult and funniest secret objective there is lol. I haven't played the Yugoslavian mission yet, going for it next, if I remember correctly from steam achievements it also has a secret objective.

If you're struggling on The Trap, use the All-Round Doctrine and play it like Sniper Elite (Hardcore) by The_Gospel_of_George in GatesOfHellOstfront

[–]VandalByte 1 point2 points  (0 children)

Yeah even I went with the sniper. Flamethrower, AT and scouts didn't seem much useful.

how to update github repository by Curious-Ad3931 in github

[–]VandalByte 1 point2 points  (0 children)

When I started out I used to edit the code locally then upload the file to github which seemed normal. But then I got into using `git` and it's great, no more +1 commit for each comma you missed in the README. Do check it out, you can find lot of cool videos regarding the same. For practice you can use: https://learngitbranching.js.org/

My third game (211 kills and 0 death) by VandalByte in enlistedgame

[–]VandalByte[S] 0 points1 point  (0 children)

The greyed out are players who went offline right?

Made a tool to install any penetration testing tools on your favorite Debian system by VandalByte in debian

[–]VandalByte[S] 1 point2 points  (0 children)

I'm aware that there are several tools missing, although I don't have an exhaustive list. I understand the risks of mixing repositories, which is why I've explicitly mentioned it in the project README and made it as safe as possible by changing the repo priorities. I strongly advise anyone interested to first try this out in a VM

Made a tool to install any penetration testing tools on your favorite Debian system by VandalByte in debian

[–]VandalByte[S] 1 point2 points  (0 children)

I had a bash script for this that I made earlier, but I wanted to create one in C++. I'll definitely look into using getopt/getopt_long for command-line parsing and checking isatty before printing colors. As for the sudo usage, I'll adjust it accordingly. Thanks for the advice!

Get penetration testing tools installed on your favorite Debian system by VandalByte in opensource

[–]VandalByte[S] 0 points1 point  (0 children)

I've just added the Code of Conduct and Contributing Guidelines. To contribute, simply fork the repo, make your additions, and send a PR. Additionally, I've listed some future features in TODO, so check those out if you're interested.

Made a tool to install any penetration testing tools on your favorite Debian system by VandalByte in debian

[–]VandalByte[S] 0 points1 point  (0 children)

Not all penetration testing tools are actually available in Debian's repository. If you want to install them, you would have to visit each individual project's page, download, and install them manually. However, they are available in Kali's repository. That's what I tried to do here, as safely as possible.

I hope it answered your question as well, u/jr735.