@shinyshinken@mastodon.gamedev.place avatar

shinyshinken

@shinyshinken@mastodon.gamedev.place

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Doomed_Daniel, (edited ) to random
@Doomed_Daniel@mastodon.gamedev.place avatar

If anyone has a recent AMD (i)GPU and is running Linux, can you do me a favor and test something? Only takes one or two minutes:
$ wget https://github.com/dhewm/dhewm3/releases/download/1.5.3/dhewm3-1.5.3try2_Linux_amd64.tar.gz
$ tar xf dhewm3-1.5.3try2_Linux_amd64.tar.gz
$ cd dhewm3/
$ wget https://files.holarse-linuxgaming.de/native/Spiele/Doom%203/Demo/doom3-linux-1.1.1286-demo.x86.run
$ sh doom3-linux-1.1.1286-demo.x86.run --tar xf demo/
$ ./dhewm3

Once the mars globe in the main menu is at full size, on my Laptop (with Ryzen 7640U w/ RDNA3) I get these blue flickering specks; I wonder if everyone gets them.

Thanks in advance! :)

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@Doomed_Daniel Tested on a 4800H w/ iGPU (Vega 7) on Manjaro Linux (X11).

Tested at default windowed resolution as well as 1920x1080 fullscreen. No blue dots to be seen.

I could test on a Steam Deck OLED later this weekend if necessary.

OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, LLVM 16.0.6, DRM 3.54, 6.6.26-1-MANJARO)

model name : AMD Ryzen 7 4800H with Radeon Graphics

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@Doomed_Daniel Heya, late reply but finally managed to test it.

No artifacts to speak of.

One in windowed with default resolution, one in fullscreen (1280x800 steam deck resolution).

image/png

shinyshinken, to programming
@shinyshinken@mastodon.gamedev.place avatar

One thing I always struggle with in programming is the following:

Suppose I have a Player-Class and a Unit-Class (Player controls n Units).

When creating a Unit, I have a Units-List on my Player where I append the Unit. But I also would like to have easy access from the Unit to the Player, so the Unit gets a "Player"-Attribute where I have a reference to the Player.

Is there any better way? Or is this a classic time vs space tradeoff/complexity?

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@SirLich Yeah Godot has a (Global) Group system that I could use for this, now that you mention it.

Maybe I am overreacting, or something but I really feel like double references like this will be a potential source of problems later down in my project...

Are there common patterns to avoid problems here? Probably some interface-logic or something right?

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@SirLich So the only real issue would be stale references right? As in: Unit dies but player still has a reference (easily solved by a signal/observer event).

If my units has no player anymore I probably have bigger issues...

shinyshinken, to boardgames
@shinyshinken@mastodon.gamedev.place avatar

So... what's the consensus on "pirating" board games? I'm currently copying (doing my own art, cards and pieces) of a boardgame that is no longer produced and the remaining copies are not for sale (and can't be shipped) to my country.

I bought a custom stencil, a press, did my own dice, will do my own cards, 3d printed some other pieces.

Is this equivalent to "game mechanics can't be copyrighted"?

It's for private use only obviously.

glaskows, to random
@glaskows@mastodon.gamedev.place avatar

Why on earth if I disable my internet connection the Windows 10 toolbar search stops working. Cannot just search for my local apps/files?

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows I'd guess because it primarily searches the internet (and after that your documents and local files).

I believe there is a registry setting to disable internet-search, which might solve this problem (wild guess).

glaskows, (edited ) to random
@glaskows@mastodon.gamedev.place avatar

I have been trying to make a discrete led display blacker.

At first it seemed like a easy solved problem, but it led me through an interesting path.

In order to solve it you need to look at other technologies and how they solved it in the first place. Have you ever wondered how CRTs and LCDs accomplish black?

CRTs do it with tints and eye tricks (perceived contrast). LCDs with polarization (or at least this is what I think, because you can't see the white diffusers behind)

1/n

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows The one mentioned (the one you just ordered) sounds a lot like PlexiGlas Black & White.
If not, take a look at them (there are 3(?) different version. Some diffused some not iirc).

They're almost opaque when not backlight but leave a lot of light through when there is a lightsource. I used it to build a large 7-segment display with custom PCBs and SMD RGB LEDs.

What I tried first but never used is basic foil to darken/tint car windows. They have similiar properties.

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows It was a little bit diffused. I ordered the Black & White 9H04 SC because one side is matt. I can see if I can find some close up videos/pictures I took. I 3d printed the enclosure fo the digits, so the LEDs sit a bit back. I have som 3d files and drawings somewhere so i can check dimensions.

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows Here it is freshly built (and dimly lit).

image/jpeg
image/jpeg
image/jpeg

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows and here in its intendet setting (livestream backdrop, lots of surroundings light etc).

Overall i think it's okay. I was thinking of putting a plain DIN A4 sheet behind the plexi just to diffuse the LEDs a little more.

image/png

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows You're welcome!

Don't recall any major color shifts. It was a bit more contrast-y than regular. Well regular LEDs just blinded you so... yeah. Brightness was a bit lower but not too much.

I wish you luck with the project. Keep me updated when you have some results :)

glaskows, to random
@glaskows@mastodon.gamedev.place avatar

I miss the days when I was called a looser or nerd just because I liked playing videogames better than football.

Now those type of people are into gaming as well, and they keep calling others nerds and loosers.

At least Mastodon seems like a nice place to hang around... still.

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows To hang around with nerds and losers. Like me.

glaskows, to random
@glaskows@mastodon.gamedev.place avatar

Can you recommend me a good notes taking app?

Some things I am looking for are:

  • No subscription
  • Runs locally
  • Lightweight
  • Markup support
  • Supports tables, Images and other media embedded

Extra points for:

  • Non propietary formats
  • Multiplatform win/osx/linux/android

Thanks!

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@glaskows I have dabbled in logseq and zettlr before but they didn't stick. Though I am super bad as organising and had trouble with Obsidian as well.

Both are free and open source and cross platform iirc. Worth a try maybe

upmultimedia, to random
@upmultimedia@mastodon.gamedev.place avatar

Each game has its own nuances when it comes to "the pitch".

Liberation is my first retro game and it took ages to get my essay down to three words "retro space adventure"

But still missing from my marketing is this concept of how I really tried to evoke old gameplay but modernised it where it made sense. Playing Liberation hopefully feels like playing a space game from 1984 but if you did compare it's very different.

I can't synthesise that thought into an easy/coherent pitch though. Hmm

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@upmultimedia just a guess since I haven't played any old space games. Too young for that (or rather: didn't try them yet ;)).

But what I gathered from older games is that there is only the bare minimum of handholding. The game lets you explore on your own evoking senses of wonder and adventure.

A lot of things novel and unsaid in that time.

Maybe this is the notion you're going for?

Cheers!

aeva, to random
@aeva@mastodon.gamedev.place avatar

I spent most of the evening optimizing PDFs for my e-reader, and now all my books are nice and fast.

...

...

I wonder what normal people do when their books are too slow 🤔

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@aeva maybe uncalled for because I don't know the exact situation you're in, but I have noticed that the choice of reader (software) can be a night and day difference when it comes to performance.

I have an inkbook ereader (slimmed down android thingy). The pre installed reader app is slo, and even slower on pdfs.

I tried KoReader recently and wow. PDF pages load almost instantly. It is not a limitation of the display, the software was just... Slow

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar

@aeva Oh my, what an abomination. I got scared when even my desktop struggled to load the document. But that might be because of latency/server location.

On my reader it takes about 1-3 seconds per page (with the occasional hitch slightly above that).

Using inverted colors ("night mode") seems to help a fair bit. Also pages seem to get cached by KoReader, so flipping through the document a second time is <500ms/page (thereabouts).

But yeah, you're entirely right to shrink those images :D

cosmicvoid, to random
@cosmicvoid@mastodon.gamedev.place avatar

I'm working on Twilight Oracle, a point and click adventure that's inspired by games like Kyrandia and Simon the Sorcerer.

Wishlist on Steam:
https://bit.ly/twilight-oracle

image/png
image/png
image/png

shinyshinken,
@shinyshinken@mastodon.gamedev.place avatar
psychicparrot42, (edited ) to random
@psychicparrot42@mastodon.gamedev.place avatar

deleted_by_author

  • Loading...
  • shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @psychicparrot42 that's a funny way to write 7zip ;)

    shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @psychicparrot42 Glad that it didn't came over as overly rude :)

    glaskows, (edited ) to random
    @glaskows@mastodon.gamedev.place avatar

    I used to love playing Mechwarrior (Mercenaries was the first one I played).

    Are there similar pc games out there? whats the best game in your opinion?

    shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @glaskows Armored Core 6 has been making the news recently. Though I don't know it's not just more like a soulslike than a simple mecha game.

    glaskows, to gamedev
    @glaskows@mastodon.gamedev.place avatar

    I am on a family trip and in the downtimes I would love to and experiment.

    I didnt bring my laptop because is cumbersome, specially when you travel in buses, trains and by foot.

    I wonder, is there a good IDE that runs on Android? are there shells to transform my android phone into a small laptop? recomendations for good portable bluetooth keyboards?

    I want tips from all of you .

    shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @glaskows if you have somewhat decent mobile internet access (heh, good luck with that in Germany), you could run parsec at your machine at home and remote into it from android (mouse + keyboard should be supported iirc).

    shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @glaskows I remember that back in the day I managed to run Ubuntu on a rooted android phone.... (Inside a VM, so normal Android functionality was preserved). No idea if that's still possible today

    glaskows, to random
    @glaskows@mastodon.gamedev.place avatar

    Can you recommend me a good email service? it needs to be secure, stable, fast, do no data collectionand have a cosiderable storage.

    shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @glaskows I self host some of my mail. It's not too hard but obviously a considerable step up from using a service.

    shinyshinken, to random
    @shinyshinken@mastodon.gamedev.place avatar

    Maybe a total shot in the dark but... oh well google didn't help.

    Recently I noticed my Nintendo Switch having problems when on CFW (Atmosphere). When in sleep it drains from 100 to 0 in less than a day. When in sleep and charging the screen wakes up every 30 seconds or so before going off shortly after.

    The batter drain is not nearly as bad on OFW.

    I already reinstalled atmosphere. Any advice? I don't really think its a hardware fault (though it could be).

    shinyshinken,
    @shinyshinken@mastodon.gamedev.place avatar

    @raptor85 hmm... I noticed it started doing this on ofw as well for me now... At least the waking up part.

    Removing the controllers fixes it. Seems like a bad joycon rail maybe

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • rosin
  • Youngstown
  • mdbf
  • ngwrru68w68
  • slotface
  • khanakhh
  • ethstaker
  • everett
  • kavyap
  • thenastyranch
  • DreamBathrooms
  • magazineikmin
  • anitta
  • osvaldo12
  • InstantRegret
  • Durango
  • cisconetworking
  • modclub
  • cubers
  • GTA5RPClips
  • tester
  • normalnudes
  • Leos
  • provamag3
  • megavids
  • lostlight
  • All magazines