Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:S.T.A.L.K.E.R.: Call of Pripyat

Fix for Stretched Scopes in 16:9 Widescreen

8
Arhummk (talkcontribs)

Hello there, I'm posting here since I'm still unfamiliar with the interface for editing pages in this site. So I request anyone else please add this important fix in the page

Here's a script made by "DoctorX" on epicstalker forums that adjusts the scope texture so that they aren't stretched and fixes the 1 pixel gap on 16:9 displays. I've tested it with a Vanilla and Modded Call of Pripyat games and it works perfectly, This needs to be seen as the original page has since been deleted. It might also work with other S.T.A.L.K.E.R. games But I haven't tested it.

How do I link and share the post? (it doesn't allow me to post links here)

Arhummk (talkcontribs)

added it under issues fixed but the fixbox keeps bugging out and text doesn't show up, help?

Deton24 (talkcontribs)

Looks like someone fixed the post.

Arhummk (talkcontribs)

doesn't look fixed to me, you can edit the section and see my 'comments' that are not visible in the fixbox.

Deton24 (talkcontribs)

The only line I found is not visible is: "Oh fck off why does the text keep disappearing this site is bugged" Everything else is displayed and linked correctly to the archived thread on archive.org.

Arhummk (talkcontribs)

Look at Step 3 in that section, It is displayed: "Change "$game_data$ = false"

When in the actual code it is: Change "$game_data$ = false|true|" to "$game_data$ = true| true|".

and then followed by my "Oh fck off...." as a result of my frustration with this issue

I don't know what's wrong with this specific fixbox as I've tried everything to make it display the rest of the change in that line in the game's config

Deton24 (talkcontribs)

Sorry for the late response.

That's right. For some reason "|" is still interpreted by the site engine and everything besides, disappears even despite hiding its content behind < code > markup. I moved the code to separate txt file as a workaround. Cheers

Arhummk (talkcontribs)

Ah good, I thought I was going insane haha thanks.