view the rest of the comments
Games
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
1. Submissions have to be related to games
Video games, tabletop, or otherwise. Posts not related to games will be deleted.
This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.
2. No bigotry or harassment, be civil
No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.
We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.
3. No excessive self-promotion
Try to keep it to 10% self-promotion / 90% other stuff in your post history.
This is to prevent people from posting for the sole purpose of promoting their own website or social media account.
4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.
We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.
5. Mark Spoilers and NSFW
Make sure to mark your stuff or it may be removed.
No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.
6. No linking to piracy
Don't share it here, there are other places to find it. Discussion of piracy is fine.
We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.
Authorized Regular Threads
Related communities
PM a mod to add your own
Video games
Generic
- [email protected]: Our sister community, focused on PC and console gaming. Meme are allowed.
- [email protected]: For all your screenshots needs, to share your love for games graphics.
- [email protected]: A community to share your love for video games music
Help and suggestions
By platform
By type
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
By games
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Language specific
- [email protected]: French
4x splitscreen needs approximately 4x VRAM with modern approaches to graphics: If you're looking at something sufficiently different than another player there's going to be nearly zero data in common between them, and you need VRAM for both sets. You go ahead and make a game run in 1/4th of its original budget.
I can't do that, but you know who could? The people who originally made the game. Had they simply re-released the game that they already made, it wouldn't be an issue. Us fans of the old games didn't stop playing because the graphics got too bad. Even if we did, this weird half step towards updating the graphics doesn't do anything for me. Low poly models with textures that quadruple the game's size are the worst possible middle ground.
My flatmates and I actually played through a galactic conquest campaign on the OG battlefront 2 like 2 months ago. It holds up.
How to tell me you're not a gamedev without telling me you're not a gamedev. You don't just turn a knob and the game uses less VRAM, a 4x budget difference is a completely new pipeline, including assets.
Speaking about redoing mesh assets. Textures are easy, especially if they already exist in a higher resolution which will be the case for a 2015 game, but producing slightly higher-res meshes from the original sculpts is manual work. Topology and weight-painting at minimum.
So, different proposal: Don't do it yourself. Scrap together a couple of millions to have someone do it for you.
Wait, are you under the impression that this is a rerelease of the 2015 battlefront?
I had no idea and it was the game that was listed without "2" or "3" etc. so that's the specs I used.
Yeah no the 2004 thing should run in 16x splitscreen on a quadcore Ryzen with a 4G RX 570. With headroom.
The general point still stands, though, you can't do the same thing with a 2015 game. On the flipside you should be able to run the 2004 game in different VMs on the same box, no native support required.
and 1/4 of it's original resolution. Seems doable.
Output resolution has negligible impact on VRAM use: 32M for a 4-byte buffer for 4k, 8M for 1080p. It's texture and mesh data that eats VRAM, texture and mesh data that's bound to be different between different cameras and thus, as I already said, can't be shared, you need to calculate with 4x VRAM use because you need to cover the worst-case scenario.