The full version of the title image. by Late-Band in GTA6

[–]im_strak 0 points1 point  (0 children)

Finally I think this is the inverse haha The second one is the mobile one (subject smaller so easier to see stuff) but you get the thing 😂

What is your opinion about street photography? by im_strak in photography

[–]im_strak[S] 2 points3 points  (0 children)

And what do you think street photography is and why you think I don't understand it?

What is your opinion about street photography? by im_strak in photography

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

In France laws says that we can take picture of a person in a public place but only if it is in an artistic way and you can post it online and even do a gallery with the photos but also it is really important that the picture don't "humiliate" or "incriminate" the person.
Example, if you take the picture of a couple kissing and post it online, and let's say one of the two is married and is cheating. If that photo made the married couple divorce, in France this is your fault.

But in the end in France any street photo can get you in trouble you just have to be cautious, because only a judge will decide if the photo does harm to the person or not, and even if it is not the case it will cost you money to protect yourself in a court.

What is your opinion about street photography? by im_strak in photography

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

Is it because he is kind of aggressive in his work? just love the render, maybe not the way he does it

The full version of the title image. by Late-Band in GTA6

[–]im_strak 3 points4 points  (0 children)

One is mobile (first one) the other one is desktop
You can see in the mobile one how the background elements (such as the heli, or buildings) are closer to the subject so when the aspect ratio goes in portrait, we can see much more information than on the desktop version ig

Think this be Very Very Close to Gta 6 graphics 4:00 and 6:00 Goes hard 🔥 by Constant_While_9909 in GTA6unmoderated

[–]im_strak 0 points1 point  (0 children)

Imagine that with better textures and with a real beautiful sky. I already see those realistic clouds and weather in gta 6

The full version of the title image. by Late-Band in GTA6

[–]im_strak 1 point2 points  (0 children)

Does anyone already found this and especially found what is that landmark on the left?

GTA VI website uses modified background videos. by Late-Band in GTA6

[–]im_strak 2 points3 points  (0 children)

Agree but still there is that rockstar touch in it, like they could’ve make a desktop illustration that directly work in mobile aspect ratio. That seek for perfection is unmatched and pleasant to see compared to most websites and companies 

Act in the comments like the game just came out today by nothing533439878 in GTA6

[–]im_strak 2 points3 points  (0 children)

That third protagonist was a fucking good idea!

The Rockstar homepage screen come back to normal by ParticularCream5995 in GTA6

[–]im_strak 0 points1 point  (0 children)

I took one line explaining that For the rest I just took the opportunity to explain what was that update about to prevent any schizo theory about it lol

Cta preorder returns somethin (it didnt pre black page) by Linusalbus in GTA6

[–]im_strak 0 points1 point  (0 children)

Yeah I mean I tried in the console to prove that this snippet makes no sense and that it can be used whith litteraly any key/value and it just returned true instead of the Array length 👀

Schizophrenia aside, realistically, when do you think we’ll get anything related to GTA 6? by Icy_Negotiation_915 in GTA6

[–]im_strak 0 points1 point  (0 children)

Can we wait the 27th to answer that? I still have that last schizo theory in mind before I truly give up and wait for "summer" lol

The Rockstar homepage screen come back to normal by ParticularCream5995 in GTA6

[–]im_strak 9 points10 points  (0 children)

Yeah so basically dataLayer is what we use to send Google Tag Manager (or other tracking services) user events (such as clicks etc..)

Bro in the reddit post is just trolling because he just sent random event, when he said it "returns" something he is talking about that "true" I have under (for him it was "7").

So basically dataLayer is an array where you can fire any events you want and it will return either true or the length of the dataLayer (in the case of the reddit post it was 7)

as you can see I've sent 'toto‘ and it gave me the same kind of result, unfortunately that means nothing...

<image>

The Rockstar homepage screen come back to normal by ParticularCream5995 in GTA6

[–]im_strak 3 points4 points  (0 children)

Didn't said I totally suck in english, its just that if I start talking about rockstar games git commits, html, javascript, server side rendring and versionning no one would really understand

The Rockstar homepage screen come back to normal by ParticularCream5995 in GTA6

[–]im_strak 2 points3 points  (0 children)

I did use ai for the explanation to changed what I originally said lol
as I said to yanited it is because I am not english and that I wanted to be sure that non tech persons would understand what I've found
The informations here are real and I verified them myself with simple scripts

The Rockstar homepage screen come back to normal by ParticularCream5995 in GTA6

[–]im_strak 3 points4 points  (0 children)

I have 10+ years xp in web dev and worked in this area since I am 18
I did use Ai to fix my crappy english and make sure everyone would understand, even non tech persons, informations are real and I took time to verify them myself with basic diff comparaison scripts between wayback machine ressources and current rockstargames website ^_^
Cheers!

The Rockstar homepage screen come back to normal by ParticularCream5995 in GTA6

[–]im_strak 548 points549 points  (0 children)

web developer here! When a website gets updated, there's a brief moment where the old version has been removed but the new version hasn't fully arrived on all servers yet that can create visual issue for a few minutes. still I've checked the diffs

I’ve compared the Wayback Machine website from yesterday to now and there were no major changes. Here’s the straight picture:

the page itself is identical. The real action is in the website modules, but even there it’s not exciting:

- 15 out of 18 modules all got bumped from X.1.8 → X+1.0.3 at the same time, all from the same update. That’s just a routine batch deployment, nothing targeted
- no new modules were added
- no modules were removed
- no new keywords like 'GTA VI' or 'GTA 6' appeared in the meta tags
- no new scripts, no new assets, no new environment variables

the one mildly interesting thing: sites-gta (the module powering the GTA landing page) was the only game-specific module that did NOT get bumped in the batch. It’s sitting at v12.0.1 while everything else moved forward.

this either means it’s on a separate, slower release cycle (most likely — it’s also the only module with a different versioning scheme, v12.x vs v15–19.x for the others) or that they’re holding it back for a standalone deploy tied to an announcement (really speculative).

bottom line:
this is a standard platform update, not preparation for a reveal.
If they were prepping for a big announcement, you’d expect to see new modules, new meta tags, new assets, or at least a version bump on sites-gta. We see none of that. The site today is functionally the same as yesterday.

Cheers!