Comment on PlayStation Studios Removes Nearly All PC References From Websites
Nibodhika@lemmy.world 12 hours agoThere’s no way in hell those games don’t run on PC, you think every dev/artist/designer/etc has their own Playstation devkit for testing things? There was work needed, probably related to PSN and some other optional things that can be turned off for dev builds, but I guarantee you the games were running on PC before anyone even considered porting them.
MrFinnbean@lemmy.world 11 hours ago
They run on pc sure. On the spesific spects computers they use. They need things like support for different resolution. Work arounds for the controller only features. If you want to make things like mouse control feel good, it needs lot of fiddling. Optimizing for million different hardware possibilities, error handling, launching, settings, key bindings and propably million other things i cant think right now.
Its not just flicking a switch.
Nibodhika@lemmy.world 11 hours ago
I’m not saying it’s just flipping a switch, but it’s also not the monster that people make it out to be. Porting a game to a console is usually a lot harder, but the vast majority of things should work on a PC already as they were probably developed and tested on a PC.
Oodlenoodlenoo@lemmy.zip 10 hours ago
Honestly emulations been around for ever idk how many games I’ve played on PC that I shouldn’t have been able to. It’s just a matter of when not if
Nibodhika@lemmy.world 4 hours ago
Yes, but making a port of a game to a console involves using the console’s APIs for things. Things like input, network, graphics and others can’t use generic libraries in consoles like you can on PC. If you’re making a game on a modern game engine a lot of that is abstracted away for you, but if you’re working on a game engine or a game written from scratch you need to take these things into consideration.