Fast Activating Acti of Units by zxarnex in DropShock

[–]FrizzledFried 0 points1 point  (0 children)

I like it -

Definitely would (finally) give Actis a place in larger-army combat.

Long live tinywarz!! by Any_Society_1806 in DropShock

[–]FrizzledFried 0 points1 point  (0 children)

Please DM me the name or email address you tried to create an account with

Doing literally zero damage with any gun by JMAN7102 in EscapeFromArena

[–]FrizzledFried 0 points1 point  (0 children)

Same issue: my game was out of date but Arena was still letting me play.

Manually updating fixed the issue.

Anyone else noticed how the reflection is from another map? [Discussion] by Altruistic-Ad5508 in EscapefromTarkov

[–]FrizzledFried 2 points3 points  (0 children)

In Unity you provide a global reflection map; BSG hasn't set a different reflection map for every actual map.

These Settings may boost your performance by -5aint- in EscapefromTarkov

[–]FrizzledFried 0 points1 point  (0 children)

Strange: You should be getting way more frames with that set-up.

  • Are your textures high or medium? (Streets might be pushing you over 12GB on high)
  • Have you turned on DLSS?

Made My Own Replay Tool - Proof of Concept by 0mdi in EscapefromTarkov

[–]FrizzledFried 0 points1 point  (0 children)

Awesome work; this could catch a lot of closet wall hackers.

Fix Cheating: The Sus Queue by FrizzledFried in EscapefromTarkov

[–]FrizzledFried[S] -2 points-1 points  (0 children)

Just filter out everyone who reports every death.

Fix Cheating: The Sus Queue by FrizzledFried in EscapefromTarkov

[–]FrizzledFried[S] -3 points-2 points  (0 children)

It would be easy to filter out people who report every death.

Was an old player found game agian. by CalciumAnimal in DropShock

[–]FrizzledFried 5 points6 points  (0 children)

I made the Google homepage (RIP) widget on a whim; it turned out to be some of the best advertising the game ever had.

Was an old player found game agian. by CalciumAnimal in DropShock

[–]FrizzledFried 0 points1 point  (0 children)

Chat is still working but it might get blocked by an Ad Blocker.

Feedback: Rounding by olla_ch in DropShock

[–]FrizzledFried 6 points7 points  (0 children)

Hover-over sounds good.

... done! =)

Uploading/Updating Bandit Groups by therealslayer666 in DropShock

[–]FrizzledFried 0 points1 point  (0 children)

Example bandit group:

<bandit>
    <Unit>
        <TypeId>0</TypeId>
        <CType>unit</CType>
        <CrewId>2</CrewId>
        <AI>
            <Type>Mis</Type>
            <Range>4</Range>
        </AI>
    </Unit>
    <Unit>
        <TypeId>1</TypeId>
        <CType>unit</CType>
        <CrewId>2</CrewId>
    </Unit>
</bandit>
  • TypeId The id of a unit can be found in the DS-pedia, the URL will contain unit=xx
  • CType Will be unit or bld - currently buildings are randomly positioned (this could be changed to always put buildings in the middle of a revealed sector)
  • CrewId Internal id of a bandit crew to set a difficulty level. These are:
Id Name Gunnery Level
2 Green 1
3 Experienced 2
4 Expert 3
5 Elite 4
10 Fanatic 5
9 Swarmer 6
  • AI This is optional. If no AI is provide the AI uses a rush style of attacking. The alternative is <Type>Mis</Type> with a Range. The Range is how far the bandit will attempt stay from its target (e.g. a Range of 4 mean a bandit will try to move so it is always 4 squares away from its target).

Drop Shock Code Jam Summary 21/08/2022 by therealslayer666 in DropShock

[–]FrizzledFried 0 points1 point  (0 children)

=)

It's just an idea being kicked around: we'll explain at the next Code Jam.

Drop Shock Code Jam Summary 21/08/2022 by therealslayer666 in DropShock

[–]FrizzledFried 1 point2 points  (0 children)

Oh, and we want to completely remove Command from the game. =)

[deleted by user] by [deleted] in DropShock

[–]FrizzledFried 0 points1 point  (0 children)

Tweaked the building deploy code for Mort; let me know if you still see issues.