@cowghoulsonIG That's not our problem.

Dasfonia (@Dasfonia)
About me
Been in these COD communities since 2011, I do work on IW5.
Best posts made by Dasfonia
-
@Rosamaha r_mode is for window resolution and r_imageQuality is for the render's resolution, r_resolution is not even a valid dvar with any COD engine build.
-
Must be that scripts are parsed before the DVAR reset function, this would be an issue. What happens is your script does successfully set them you just never see it because by the time you do see their values, they're already reset. It WAS intended that you should never need to set sv_cheats to set any DVAR with scripting. This is an issue I will need to look into.
Latest posts made by Dasfonia
-
Message me on Discord, my nickname is Slave Tetris on the public Discord.
-
Thanks for the feedback, the problem is solved this thread can now be locked.
-
@Slxxpy check out the latest update, should fix the issues mentioned in this thread. Just set the dvar without any of the fancy onPlayerSpawned code or anything like that. Should be fixed now
-
You have incorrect game files, you need to download a fresh updated copy of the game.
-
Must be that scripts are parsed before the DVAR reset function, this would be an issue. What happens is your script does successfully set them you just never see it because by the time you do see their values, they're already reset. It WAS intended that you should never need to set sv_cheats to set any DVAR with scripting. This is an issue I will need to look into.
-
Make sure he forwards 27016 to 27020, which is a good safe range to use. When trying to connect try using any of those ports within that range to connect. And make sure you're using their correct external IPV4 address, which can be obtained by your friend by them Googling "What is my IP".
-
If you want to achieve this in a private match just enable sv_cheats and set cg_drawFPS to 4 and you can use the command setviewpos to teleport you to your desired coordinates.