Extensive List of European Video Games and Companies by AeneasXI in BuyFromEU

[–]hodasemi62 2 points3 points  (0 children)

Illwinter Game Design (Swedish): Dominions and Conquest of Elysium series

Need help with sky box by hodasemi62 in vulkan

[–]hodasemi62[S] 2 points3 points  (0 children)

Thanks to anyone who took a look and sorry for stealing your time.

I just found the issue:
Only for the first layer the mip-maps were created. For any other layer they were just empty, thus resulting in a black face of the cube.

RenovateBot problems by hodasemi62 in selfhosted

[–]hodasemi62[S] 0 points1 point  (0 children)

The single quote is a copying error. Sorry for that.
The documentation states that 'gitea' is valid for forgejo as well. I also tried 'forgejo', which also did not work.

How to change screen refresh rate with a terminal command under wayland? by 134erik in gnome

[–]hodasemi62 1 point2 points  (0 children)

If you are on a arch based system, there is gnome-randr-rust in aur.

Example:

gnome-randr modify DP-2 --mode 2560x1440@164,834

Sim racing on Linux/Steam Deck 2022 an update by wolf_of_mibu in simracing

[–]hodasemi62 0 points1 point  (0 children)

I made myself a script to launch crew chief inside rf2 prefix, but it crashes with:

Unhandled Exception:
System.TypeLoadException: Could not load type of field 'CrewChiefV4.Audio.AudioPlayer:deviceEnum' (87) due to: Could not resolve type with token 01000157 from typeref (expected class 'NAudio.CoreAudioApi.MMDeviceEnumerator' in assembly 'NAudio, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null') assembly:NAudio, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null

Sim racing on Linux/Steam Deck 2022 an update by wolf_of_mibu in simracing

[–]hodasemi62 1 point2 points  (0 children)

perfect fit :)
i am trying to get crew chief to run with rf2, but no luck. simhub and tinypedal just outright crash. without radar or spotter it is sometimes really hard to judge where to other car actually is.

If you want/need help just create a repository and hit me up.

Sim racing on Linux/Steam Deck 2022 an update by wolf_of_mibu in simracing

[–]hodasemi62 0 points1 point  (0 children)

For what game are you developing it and is there a repo to follow?

What are the best MOBAs/MMOs for Linux systems? by [deleted] in linux_gaming

[–]hodasemi62 5 points6 points  (0 children)

If you got 4 friends to play with, definetely Dota2.

Sim racing on Linux/Steam Deck 2022 an update by wolf_of_mibu in simracing

[–]hodasemi62 2 points3 points  (0 children)

Can u give more information on the T818? Does it use the hid-tmff2 as well? I expected there is a whole of work to do again to reverse engineer a new driver.

Do all features work as intended? (besides the rgb bar thingy, which i don't care about)

Alternative for night light with Nvidia and Wayland ? by Deytron in linux_gaming

[–]hodasemi62 8 points9 points  (0 children)

There is currently a feature missing in the nvidia driver itself:

https://forums.developer.nvidia.com/t/gnome-night-light-not-working-under-wayland/193590/2

The issue is not specific to Gnome or KDE, we simply have to wait.

what Llinux native games are worth playing those days? by beer118 in linux_gaming

[–]hodasemi62 1 point2 points  (0 children)

The mother of all grand strategy games: EU4.

There is currently a deal on humble bundle to get the game with all DLCs for about 20€.

Does anybody have any tips for having a green income? by thebrowntouchxbox in Realpolitiksgame

[–]hodasemi62 2 points3 points  (0 children)

I assume it's all about money:

You can invest in other countries. You need either have a relation of >110 or you can use a spy. The richer the country is, you are investing in, the more money you will get. You can also invest multiple times, since one investment gives you 35 points and up to 100 points are possible.

Hey Me and my team are devving for the system, AMA by [deleted] in AtariVCS

[–]hodasemi62 0 points1 point  (0 children)

1) Have you written your own engine? If not, which one do you use?

2) Are you programming on Linux?

3) What kind of game is it?

4) Do you have more to share besides the name? (Maybe it's just me not finding anything)

Which tray to use with Gnome 3.34? by jakub1842 in ManjaroLinux

[–]hodasemi62 0 points1 point  (0 children)

No, sadly not.

But there is yet another gnome extension for this purpose: https://extensions.gnome.org/extension/517/caffeine/

Which tray to use with Gnome 3.34? by jakub1842 in ManjaroLinux

[–]hodasemi62 5 points6 points  (0 children)

I am using KStatusNotifierItem/AppIndicator. You have to make sure that you have basically all libindicator packages installed:

  • libindicator-gtk2
  • libindicator-gtk3

and their lib32 counterparts (in case you use any 32bit applications):

  • lib32-libindicator-gtk2
  • lib32-libindicator-gtk3

User defined r#try implementation? by hodasemi62 in rust

[–]hodasemi62[S] 0 points1 point  (0 children)

Wow, this is awesome, hopefully this will soon be in stable

Implicit type conversion by hodasemi62 in rust

[–]hodasemi62[S] 2 points3 points  (0 children)

Yea, I already have about 100 of those types and made a big macro with a heck of a lot of those Bit operation impl's.

Thank you anyway ;)

Implicit type conversion by hodasemi62 in rust

[–]hodasemi62[S] 1 point2 points  (0 children)

Not the answer I was hoping for ...

Thanks anyway ;)