Comment on Their Bionic Eyes Are Now Obsolete and Unsupported
vexikron@lemmy.zip 1 year agoI again very much appreciate the advice, and its nice to know /someone/ is rooting for me lol.
Now… this may be an unfair criticism at this point but:
When I first got into Arch (and this was /before/ the Steam Deck was a thing) I found it to be a chaotic mess that required reading literally hundreds of pages of /unofficial community wiki documentation that was often wrong/ to even get a stable bare metal build of Arch working that could actually you know like function as a working computer, without having to bugfix for 3 hours before I could use basically any program… and then some major dependency would update, conflict with another major dependency and blam back to ok now I have to rethink my ENTIRE arch build AGAIN.
Oh, right. The community was basically just awful. Terrible.
PopOS! on the other hand was uh… dl iso, flash, boot, run installer, reboot, then install apps and configure the OS, and I rarely ever had a dependency update bork the whole OS.
Now, granted, that was 1) When I was less well versed in linux and 2) Before the Steam Deck, so its possible that the Steam Deck OS has more or less corralled the expanded Arch Universe into actually having some sane standards merely by being the biggest and most important fish in the Arch pond.
Though I still am fond of PopOS!, I will give a more desktop oriented configuration of Arch a try as a dual boot, and I would be very appreciative if you could point me toward an Arch config that is know to work with reasonable stability on a Steam Deck, if such a thing exists.
Please let it have at least by default a DE, or configurable DEs either in the installer or in different flavored downloadable isos.
Yeah, I was trying out Arch back when it did not by default have a DE and you had to manually figure out all the dependencies to install one, via CLI.
Please dear god do not put me through that again lol.
I will try out Obsidian… is that available on F Droid, Aurora, NeoStore or just plain old Google App Store? Just got the shitty $200 phone from a grocery store right now.
I will look into ChatGPT maybe later, after I am actually living somewhere hopefully permanently. Did not know you can customize different use case for it now, very neat!
I also have seen some procedural methods of generating animations in demonstrations for research papers…
… but there was one tutorial I found of someone implementing… not quite as good, but probably a framework that could be built into something close to GTA’s style of ‘when the world or objects clip into your character, it modifies their animations so they do not clip through the world or objects’… already, in Godot, with available code to just grab.
You would probably have to do a bit more work to get it up to Euphoria engine quality, but this guy already figured out the fundamentals /and implemented them in Godot/, so thats why I was considering it.
You are absolutely correct though that ultimately that is not really a core feature and probably shohld not be first priority.
I am thinking though that procedural level design is going to be a fairly important core feature of what I am going for.
This may sound absurd for a single dev, but I would like to make something that can eventually be turned multiplayer, but is initially single player for early deb and testing purposes.
Hub zones would be defined cities or encampments that feature a higher number of NPCs, but are smaller than the overworld map, and are where a lot of NPCs would just be going about their daily business, a bit more in depth simulation than just MMO style quest givers just standing there waiting for you. Probably would also be a kind of safe zone for players to more safely socialize in, enforced either by a world/game mechanic, or just lots of npc guards. Still brainstorming that part. Procedural generation could possibly be used to simply lay the foundation of multiple differing hubs simply as a dev tool so i dont have to level design tens or settlements/cities.
Then you would have the overworld, larger but more sparsely populated by npcs, and with a hopeful balance between graphical goodness and draw distance.
In the overworld would be more or less dungeon entrances of various kinds. Due to the setting of the game, theres a lot of tectonic activity going on, sometimes a volcano might go off or something, maybe an asteroid or satellite impacts the ground and changes the terrain, so different psuedo random world events could cause some ‘dungeon entrances’ to pop into being, others to disappear. The dungeons themselves I would like to be able to have basically procedurally generated, with a number of different styles of dungeons.
Add this all up and you get something approximating say Fallout New Vegas, but the overworld itself changes, and the actual high risk high reward dungeon areas actually organically change simply as time goes on in the game, so that no two playthroughs are the same.
Then if the single player works… make at least part of the game multiplayer. Yeah I know God help me with that rofl.
webghost0101@sopuli.xyz 1 year ago
Obsidian note taking app is available for pretty much every platform including from the google store. There are a few great video tutorial on how you can leverage some of the advanced features.
Personally i tend to do a thing with reference notes which act as a summary of a topic wich links to more detailed pages where stuff is explained on a deeper level.
It really helps to get an overview of your world and its balance, if your like me its easier to write 5 papers deepdive about the logic used for the fictive technology and science then it is to explain what the main stories are actually all about. The method I mentioned allows you to get into those long vast details in their own notes and there just Linked on the reference note with a short summary of what the file explains. You can also put ideas you have yet to detail on the reference note so it always provides an overview everything and what still needs work.
When world building gets bigger you will want reference files for your reference files and thats where obsidian pretty much seems made for.
obsidian.md/download
About Arch, I actually forgot how easy i had it. 15 minute install, had only little experience with Ubuntu before but i saw a video of a hyprland rice and just got sold in an instant. This very easy to install config entails all you need for a very functional, fun and pretty OS. I now cringe when i need to log in windows for my job.
github.com/prasanthrangan/hyprdots
This has been my main dekstop since spring and i wouldn’t want to go back for any gold in the world. Admittedly though my decision to jumpt the ship from windows was part trough the confidence enabled by how good gpt4 is in guiding me through linux issues.
I would still vouch to start small on the gaming. I absolutely understand the desire to work on “the one” you have been cooking up in your mind. I am not any different myself but you will risk getting burned out.
Split your ideas up in its biggest challenges.
Then make a small game for each of those challenges, it doesn’t need to be good, you don’t need to publish these. They will help you learn and hone skills. Eventually you’ll be able to make a proper plan for your dream game as you already able understand the biggest challenges you face.