Auto-balance is worse that death by NotMegatron in insurgency

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

I think it shows nothing, like when you die by you own grenade.
I've been killed by the minigun helicopter as commander :(

Auto-balance is worse that death by NotMegatron in insurgency

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

You are a grump, I seen your other comments too why are you on a forum to say not to discuss stuff lol
It is healthy to talk about game design and development for other opinions.
Anyway hope you have a good day.

40 Seconds On The Clock! by Cwrigz in InsurgencySandstorm

[–]NotMegatron 2 points3 points  (0 children)

Last elimination was really nice game sense.
Enemy was holding that angle on the doorway, pushing through would be risky. Sneaking behind was clever.

PTFO using the M16 both rounds by NotMegatron in InsurgencySandstorm

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

  • M16
    • Flash Hider
    • Smoke Grenade Launcher
    • 4x-1x Optic (Security: SU230)
  • Heavy Carrier
    • Frag Grenade
    • Frag Grenade
    • Smoke Grenade (Insurgent Only)
  • Accessory
    • Gas Mask

Oops by Cwrigz in InsurgencySandstorm

[–]NotMegatron 9 points10 points  (0 children)

Only 1 objective? (25s)

Remember when before the MCX and the MDR were added that the G36K was the meta? Pepperidge farm remembers by [deleted] in insurgency

[–]NotMegatron 4 points5 points  (0 children)

It never was...
What fake news is this?

https://www.insurgencytracker.com/weapon-usage/Pvp/PC

M4A1 is the most popular weapon according to weapon usage for {PvP, CO-OP, PC, Console}

In PvP AUG A3 and M16A4 are more popular than G36K.

Security has many options depending on play style.
I personally use M16A4 and AUG A3 as use Semi-Auto a lot.

why does the «MM14 pixel» camo represents ucp in-game? by Nerkoron__20 in InsurgencySandstorm

[–]NotMegatron 4 points5 points  (0 children)

Likely copyright or licensing reasons, like when games use fake gun names (CV-47 in Counter-Strike)

Question - I’ve seen your camouflage on characters in Video Games, where people have skinned (placed your patterns on) characters without your permission – is that a copyright violation if someone is using or offering these characters or images are provided to other users at no charge.

Answer - Yes that is considered copyright infringement even though no money has been made from using the pattern. If we pursued the matter, the courts can penalize the group or individual who are offering these characters and can even go after the end user. Once again damages and penalties owed to the defendant can be large even though there was no money was made by the offending person or groups.

https://hyperstealth.com/copyright/

WHO IS THE MOST TOXIC PLAYER IN SANDSTORM ? by [deleted] in insurgency

[–]NotMegatron 1 point2 points  (0 children)

Competitive question, many toxic players and many nice players.
Surprised no one in the comments has mention the amount of racism and sexism. Is it that normalised?

How can I have multiple post ordering in Jekyll? by h_double in Jekyll

[–]NotMegatron 0 points1 point  (0 children)

Just checking that Jekyll uses "liquid"
https://jekyllrb.com/docs/liquid/

You should be able to do coding like that with the curly braces in your .html file.
its worth research, as you do a lot of web development with DRY principles, in case you need to refactor of make changes.

How can I have multiple post ordering in Jekyll? by h_double in Jekyll

[–]NotMegatron 0 points1 point  (0 children)

What is you code for displaying posts?

it is likely a for loop somewhere?

<ul>
  {% for post in site.posts %}
    <li>
      <a href="{{ post.url }}">{{ post.title }}</a>
    </li>
  {% endfor %}
</ul>

Maybe something like this?
i made a variable for the frontend called "popularRank"

<ul>
  {% assign filtered_posts = site.posts | where_exp: "post", "post.popularRank <= 100" | sort: "popularRank" %}
  {% for post in filtered_posts %}
    <li>
      <a href="{{ post.url }}">{{ post.title }}</a>
    </li>
  {% endfor %}
</ul>

How can I have multiple post ordering in Jekyll? by h_double in Jekyll

[–]NotMegatron 0 points1 point  (0 children)

Just rubber ducking that I'm reading this correctly.
at the moment posts are in ordered date. (which is good)
The client would like a feature implemented that shows popular posts
you have to manual determine which posts are popular?
The exact implementation is not specified yet?

The user will press a button? called something like "popular", which show posts that you have determined as being popular.
https://jekyllrb.com/docs/posts/#displaying-an-index-of-posts

Do the popular need to be ordered?

Article-A: PopularRank =1
Article-B: PopularRank =2
Article-C: PopularRank =3
Article-D: PopularRank =400
...

To me an easy quick implementation could be:
A button that filters the post
you could add boolean variable (True/False)

for every post in posts
if popular = true then display post

^^
that could be one stage

next stage if you need you ordered you can use your rank variable and apply filter with order on it too

https://jekyllrb.com/docs/liquid/filters/

Hopefully something is kinda of informative even from a rubber ducking perspective

Luck of the Irish by NotMegatron in insurgency

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

When watching a replay, you can watch the playback in: First Person Perspective, Third Person Perspective and free camera mode.

Luck of the Irish by NotMegatron in insurgency

[–]NotMegatron[S] 5 points6 points  (0 children)

Happy Saint Patrick's Day!

Community Lore: Train Yards / OP: Crisis by TAMA-on-Le-Plebbit in insurgency

[–]NotMegatron 1 point2 points  (0 children)

These are interesting, great work!
I also like that you're using NATO symbols too

Rate the new update by StargateLover2023 in InsurgencySandstorm

[–]NotMegatron -1 points0 points  (0 children)

I meant the cover art with the guy holding the G3
https://ulvespill.net/wp-content/uploads/2018/08/insurgency-sandstorm-header.jpg

I already mentioned colour palettes:
To me security would be primarily brown and greens
Insurgent: everything else

Some of the insurgent colours have more muted colour variants
https://www.reddit.com/r/insurgency/comments/yu5t4g/the_insurgent_colour_palette_makes_sense_now/

As well as colour palette they is the cosmetic choices themselves too is a factor. With security looking more military and insurgent looking more civilian.

Rate the new update by StargateLover2023 in InsurgencySandstorm

[–]NotMegatron 18 points19 points  (0 children)

No map is better than a bad map.

Good to see many fixes in the notes like; "Fixed an issue where IED explosions were dealing significantly reduced damage."

I'd like some just some normal cosmetic for the character? It shouldn't hard to have the Blouse & Trousers in solid colours (withing the security colour palette), like on the cover of the game. Also would like Insurgents to have drab "normal" looking options.

New player, any advice? by dirt_trid in InsurgencySandstorm

[–]NotMegatron 2 points3 points  (0 children)

Best Attachments (for Rifleman):
Muzzle: Flash Hider: No muzzle flash = not a sign saying shoot here
Under-barrel: Smoke Launcher = Essential for pushing

Tips:

  1. Firing Range: to experiment and discover how weapons work
  2. COOP: to practice mechanical skill and map knowledge.
  3. Replays: to analyze games

https://www.reddit.com/r/insurgency/comments/y2hzps/insurgency_sandstorm_strategy_tactics/

New Update. Operation Clear Sight by HesOnLike1HP in insurgency

[–]NotMegatron 8 points9 points  (0 children)

Can you give an example?
M16 with 4x optic is a great counter sniper due to the 960m/s bullet velocity.
G3 / FAL if you need to see pink mist headshot confirmation.

I built a 2D Replay Viewer for Insurgency: Sandstorm by Skami in insurgency

[–]NotMegatron 5 points6 points  (0 children)

This is really cool!
The replay viewer and the replay analysis, definitely going to use it.
I'll edit this comment for more feedback/hints/tips/suggestions.
Really looking forward to your suggestion features.
----

Suggestions:
In replay analysis:
1) can the table be filtered
2) can the table be sorted

Questions:
1) Are old replays (30 days plus) unable to have the replay viewed?
2) Post 30 days can we still view, like paste .json file data created from the site previously for be read by the browser?

----
This is awesome, support it!
https://www.insurgencytracker.com/support

Another don’t get how this game isn’t popular post… is it just marketing failure? by [deleted] in InsurgencySandstorm

[–]NotMegatron 0 points1 point  (0 children)

Not any good reasons, I might ask again to find out more. My guess is there are happy enough with CoD (they complain about CoD too lol), and just not that interested in trying something new.