Latest Comments by ElectricPrism
After over 80 weeks the Steam Deck leaves the top 10 global sellers on Steam
10 October 2023 at 9:12 pm UTC Likes: 4
10 October 2023 at 9:12 pm UTC Likes: 4
I bought 6, I figure most people who wanted one have got one at the moment.
I know there is chatter about a refresh, but I have to agree with Valve's employee remarks that it is not coming for a while.
It doesn't make sense for them to cannibalize their achievement, what I mean by that is increasing hardware specs will mean developers have 2 targets instead of 1 target, and it will mean that games will choose target 2 instead of target 1.
So everyone who bought Steam Deck 1 will be upset if there is Steam Deck 2 if developers don't design their games to hit that target.
So, Valve would be shooting their balls off to produce a Steam Deck 2 that increased CPU too soon. Increasing the NVME size, Screen to OLED, Battery, swapping out the Wifi card for current gen, or other non-spec things would be fine. Maybe even the Ram.
Increasing the CPU or GPU would be working against their own interests. Therefore I don't expect a real Steam Deck 2 for maybe 3 to 5 more years realistically.
It's in their best interest to cultivate a robust growing market, condition buyers to buy their products, condition developers to target specs and have generations of games that target those specs, and then when the time is right for Steam Deck 2 it's gonna explode their player-base. (Similar to PSX -> PS2, Xbox #1 1999/2000 -> Xbox 360)
But in the meantime they have to be patient. It would be okay for them to release Deckard VR in the meantime as it wouldn't compete or cannibalize but enhance their existing player-base.
I know there is chatter about a refresh, but I have to agree with Valve's employee remarks that it is not coming for a while.
It doesn't make sense for them to cannibalize their achievement, what I mean by that is increasing hardware specs will mean developers have 2 targets instead of 1 target, and it will mean that games will choose target 2 instead of target 1.
So everyone who bought Steam Deck 1 will be upset if there is Steam Deck 2 if developers don't design their games to hit that target.
So, Valve would be shooting their balls off to produce a Steam Deck 2 that increased CPU too soon. Increasing the NVME size, Screen to OLED, Battery, swapping out the Wifi card for current gen, or other non-spec things would be fine. Maybe even the Ram.
Increasing the CPU or GPU would be working against their own interests. Therefore I don't expect a real Steam Deck 2 for maybe 3 to 5 more years realistically.
It's in their best interest to cultivate a robust growing market, condition buyers to buy their products, condition developers to target specs and have generations of games that target those specs, and then when the time is right for Steam Deck 2 it's gonna explode their player-base. (Similar to PSX -> PS2, Xbox #1 1999/2000 -> Xbox 360)
But in the meantime they have to be patient. It would be okay for them to release Deckard VR in the meantime as it wouldn't compete or cannibalize but enhance their existing player-base.
Unity CEO John Riccitiello is leaving 'effective immediately'
10 October 2023 at 12:40 am UTC Likes: 8
10 October 2023 at 12:40 am UTC Likes: 8
The WEFite has advanced his masters goals of normalizing a "always-online" "you will own nothing" and "rent everything forever" world.
This isn't a win. The players behind it have the 2nd largest GDP in the world and even these losses are just "chump change" to them.
It was a calculated loss for a cultural win bringing us more in line with their hellscape vision for our future feudalism under fief lords.
This isn't a win. The players behind it have the 2nd largest GDP in the world and even these losses are just "chump change" to them.
It was a calculated loss for a cultural win bringing us more in line with their hellscape vision for our future feudalism under fief lords.
Humble removing the Humble Games Collection from Humble Choice
9 October 2023 at 8:11 pm UTC Likes: 4
Is this some kind of windose launcher that I'm too loonix to get?
9 October 2023 at 8:11 pm UTC Likes: 4
Quoting: dpanterLike this comment if you didn't know Humble had a launcher application.
Is this some kind of windose launcher that I'm too loonix to get?
Diablo 4 is coming to Steam on October 17th
5 October 2023 at 4:57 am UTC Likes: 1
5 October 2023 at 4:57 am UTC Likes: 1
Wake me up when StarCraft Remastered and II are on Steam (hopefully with Workshop enabled)
Tony Hawk's Pro Skater 1+2 Shreds On Steam Deck, But With Two Massive Caveats
5 October 2023 at 4:19 am UTC Likes: 1
Same reason I never bought Resident Evil 4 -- Denuvo was a no-go.
--
This is the kind of game I would like to play on a long car ride or airplane -- that always online DRM garbage automatically kills any interest I have in the game.
Yeah the graphics are greatish, but honestly I wouldn't be surprised if I saw a decompiled PSX version before too long with perfect anti-aliasing, high res textures and raytracing or whatever.
It seems like the game industry is filled with people who don't know how to make things great anymore, and every game is literally 100GB
Timothy Cain Developer of Fallout did a really great video about the state of the game industry -- https://youtube.com/watch?v=LMVQ30c7TcA ((IIUC some of the devs for Baulders Gate 3 were from Bioware and connected to Fallout I can't remember the exact details -- to show the contrast between old school devs and new devs))
5 October 2023 at 4:19 am UTC Likes: 1
Quoting: finaldestThank you,
This article has just saved me £20.00. I have refunded the game as I cannot stand persistent online requirement for single player games. Its just not worth headache.
I need to start paying more attention and stop buying games on a whim for nostalgia sake.
Same reason I never bought Resident Evil 4 -- Denuvo was a no-go.
--
This is the kind of game I would like to play on a long car ride or airplane -- that always online DRM garbage automatically kills any interest I have in the game.
Yeah the graphics are greatish, but honestly I wouldn't be surprised if I saw a decompiled PSX version before too long with perfect anti-aliasing, high res textures and raytracing or whatever.
It seems like the game industry is filled with people who don't know how to make things great anymore, and every game is literally 100GB
Timothy Cain Developer of Fallout did a really great video about the state of the game industry -- https://youtube.com/watch?v=LMVQ30c7TcA ((IIUC some of the devs for Baulders Gate 3 were from Bioware and connected to Fallout I can't remember the exact details -- to show the contrast between old school devs and new devs))
Counter-Strike 2 is out now with Linux support
3 October 2023 at 10:33 am UTC Likes: 1
3 October 2023 at 10:33 am UTC Likes: 1
So i spent 3 nights trying to figure out how to convert maps from csgo to cs2 on linux and the closest I got was turning bsp map files into vmf's using a tool here:
https://github.com/ata4/bspsrc/releases
There also seems to be a script "game/csgo/import_scripts/import_map_community.py" that can be combined with $USER installed python
`python -m venv $HOME/.python/`
`$HOME/.python/bin/pip install xyz-dependency`
`$HOME/.python/bin/python "$HOME/cs2/game/csgo/import_scripts/import_map_community_linux.py" "$HOME/csgo/csgo" "$HOME/csgo_maps" "$HOME/cs2/game/csgo" surf_ski_2_go_cs2 surf_ski_2_go -usebsp`
The directory separators need to be swapped out in the py, and the keycode for [ Enter ] to continue doesnt work for me so swapped it with 127 Backspace to run the script, and then I ran into a error of it trying to find a binary called `source1import`
Anyways -- it's been an interesting rodeo -- but I may have to try again later as I dont have a windows computer to test.
Also of particular interest is https://github.com/kristiker/source1import
I was able to use the scripts from utils to import, I am not sure how much the file structure has changed since they were written but I suspect they may contain hints about conversion -- in my case I attempted and imported GoldenEye Source maps
https://github.com/ata4/bspsrc/releases
There also seems to be a script "game/csgo/import_scripts/import_map_community.py" that can be combined with $USER installed python
`python -m venv $HOME/.python/`
`$HOME/.python/bin/pip install xyz-dependency`
`$HOME/.python/bin/python "$HOME/cs2/game/csgo/import_scripts/import_map_community_linux.py" "$HOME/csgo/csgo" "$HOME/csgo_maps" "$HOME/cs2/game/csgo" surf_ski_2_go_cs2 surf_ski_2_go -usebsp`
The directory separators need to be swapped out in the py, and the keycode for [ Enter ] to continue doesnt work for me so swapped it with 127 Backspace to run the script, and then I ran into a error of it trying to find a binary called `source1import`
Anyways -- it's been an interesting rodeo -- but I may have to try again later as I dont have a windows computer to test.
Also of particular interest is https://github.com/kristiker/source1import
I was able to use the scripts from utils to import, I am not sure how much the file structure has changed since they were written but I suspect they may contain hints about conversion -- in my case I attempted and imported GoldenEye Source maps
cd "$HOME/workspace/source1import/utils/"
python scripts_import.py -i "$HOME/.local/share/Steam/steamapps/sourcemods/gesource" -e "$HOME/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive" -b cs2
python particles_import.py -i "$HOME/.local/share/Steam/steamapps/sourcemods/gesource" -e "$HOME/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive" -b cs2
python scenes_import.py -i "$HOME/.local/share/Steam/steamapps/sourcemods/gesource" -e "$HOME/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive" -b cs2
python models_import.py -i "$HOME/.local/share/Steam/steamapps/sourcemods/gesource" -e "$HOME/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive" -b cs2
python materials_import.py -i "$HOME/.local/share/Steam/steamapps/sourcemods/gesource" -e "$HOME/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive" -b cs2
Gearbits is one to watch for mech combat fans
3 October 2023 at 8:20 am UTC
It took some googling, but on the you-tube page fans eluded to it being unity. My condolences to the developer.
3 October 2023 at 8:20 am UTC
Quoting: ValckIn light of recent events, it might be more important than ever to actually look at the engine that's used in a game before getting too hyped up...
It took some googling, but on the you-tube page fans eluded to it being unity. My condolences to the developer.
EA expanding EA Anti-Cheat - bad news for Steam Deck / Linux
30 September 2023 at 1:57 am UTC Likes: 1
30 September 2023 at 1:57 am UTC Likes: 1
They call it "anti-cheat" -- but what it really is -- EMBRACE, EXTEND, EXTINGUISH ... namely their competitors.
Epic Games sheds 830 people due to 'spending way more money than we earn'
29 September 2023 at 10:43 pm UTC Likes: 1
HORRAY!!! Everybody liked that!!!
Remember folks, when a company behaves and does shitty things we __ CAN __ vote with our dollar and drive them out of business. We don't have to live in a abusive consumer-dispised world. I can think of no better time than now to help put some of these companies under.
Make room for the MORE worthy!!!
Say NO to subsidizing venture failures!!!
29 September 2023 at 10:43 pm UTC Likes: 1
QuoteWe do often include affiliate links to earn us some pennies. See more here.
Epic Games sheds 830 people
HORRAY!!! Everybody liked that!!!
Remember folks, when a company behaves and does shitty things we __ CAN __ vote with our dollar and drive them out of business. We don't have to live in a abusive consumer-dispised world. I can think of no better time than now to help put some of these companies under.
Make room for the MORE worthy!!!
Say NO to subsidizing venture failures!!!
Raspberry Pi 5 announced - still tiny, much more powerful
28 September 2023 at 9:40 pm UTC
I'm typically on the fence on these kinds of issues.
FTA: " designed in-house in the UK"
IIUC for context it sounds like they must be a UK cop.
The UK is "interesting..." and UK cops are pretty infamous. I really think the UK is parasitized by other governments as their actions typically would appear to advance ulterior party's agendas.
If anyone knows of any similar open hardware where the chips aren't trademark secret blob code let me know -- I'd love to find a winner in this SBC space.
Edit:
It sounds like their MicroSD is faster, but is it as fast as the Steam Deck? I forgot the tag for the new tech -- I thought it was "II".
I do agree, (at least for me personally,) I would have gladly traded for a m.2 2230. Maybe it's not small enough? The microSD feels like a relic from times past, still I see their thought process in if it's not broke, don't fix it -- because fans are used to it.
But for me personally, as a potential new fan, I'm not drawn to it without being able to have a 2230 really.
28 September 2023 at 9:40 pm UTC
Quoting: KithopYeah no, not after this fiasco: link
Not trusting any of their newer hardware on my home network.
I'm typically on the fence on these kinds of issues.
FTA: " designed in-house in the UK"
IIUC for context it sounds like they must be a UK cop.
The UK is "interesting..." and UK cops are pretty infamous. I really think the UK is parasitized by other governments as their actions typically would appear to advance ulterior party's agendas.
If anyone knows of any similar open hardware where the chips aren't trademark secret blob code let me know -- I'd love to find a winner in this SBC space.
Edit:
Quoting: constQuoting: ArehandoroI like the update, but I honestly think they'd be better off removing microsd and adding ssd.Let's hope they have reserved enough bandwith for a SSD expansion module. It makes sense to keep microsd for those who want to run it fanless.
It sounds like their MicroSD is faster, but is it as fast as the Steam Deck? I forgot the tag for the new tech -- I thought it was "II".
I do agree, (at least for me personally,) I would have gladly traded for a m.2 2230. Maybe it's not small enough? The microSD feels like a relic from times past, still I see their thought process in if it's not broke, don't fix it -- because fans are used to it.
But for me personally, as a potential new fan, I'm not drawn to it without being able to have a 2230 really.
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- NVIDIA stable driver 550.135 released for Linux
- Sony reportedly looking to acquire Kadokawa, owner of ELDEN RING dev FromSoftware
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- > See more over 30 days here
-
Star Fox 64 is getting a Native PC port from the devs o…
- ElectricPrism -
UnderworldGodot is an engine recreation of Ultima Under…
- elmapul -
Proton Experimental for Steam Deck / Linux fixes Disgae…
- elmapul -
Star Fox 64 is getting a Native PC port from the devs o…
- elmapul -
Deep Rock Galactic: Rogue Core teaser trailer has me ex…
- Pyrate - > See more comments
- What do you want to see on GamingOnLinux?
- Linux_Rocks - Our own anti-cheat list
- Liam Dawe - What have you been listening to?
- Cyril - Weekend Players' Club 11/22/2024
- Liam Dawe - Types of programs that are irritating
- Cyril - See more posts