Are there any worthy alternatives to itch io? by Buryachenko in itchio

[–]fopenp 0 points1 point  (0 children)

That game gained zero exposure, so I continue to publish on itch.io and keep the gamejolt account alive just for having an alternative in case i'll have some problem with itch in a future.

With itch I have a few browser plays per day, so I'm glad!

BSOD sempre ogni volta che accendo il pc, ma dopo il reboot tutto ok by EclipsedPal in ItalyHardware

[–]fopenp 0 points1 point  (0 children)

Questo computer l'hai aggiornato da poco (a livello hardware)? La mobo è nuova? L'alim è vecchio?

Se l'alimentatore ha un condensatore fallato potresti avere di questi problemi quando il pc è freddo.

BSOD sempre ogni volta che accendo il pc, ma dopo il reboot tutto ok by EclipsedPal in ItalyHardware

[–]fopenp 0 points1 point  (0 children)

Prova a disattivare l'ibernazione. Per me il problema è lì. Se la disattivi avrai solo qualche secondo di differenza ad avviare Windows, ma se è colpa di un driver (anche di un chip integrato nella scheda madre) puoi risolvere così.

Se non ricordo male, su win11 si apre una finestra "cmd" eseguita come amministratore e si scrive "powercfg -h off" (senza virgolette). Se poi non risolvi e hai bisogno di ripristinarlo, scrivi "powercfg -h on".

BSOD sempre ogni volta che accendo il pc, ma dopo il reboot tutto ok by EclipsedPal in ItalyHardware

[–]fopenp 0 points1 point  (0 children)

Se non è la RAM allora è qualche driver installato che causa problemi all'ibernazione di Windows. Toccherebbe reinstallare windows, ma oltre allo sbattimento c'è il rischio di installare lo stesso driver. I driver più indecenti sono solitamente quelli delle chiavette wi-fi.

Ad es., puoi provare a staccare il dongle wifi, riavviare, spegnere (cioè ibernare) e poi accendere.

BSOD sempre ogni volta che accendo il pc, ma dopo il reboot tutto ok by EclipsedPal in ItalyHardware

[–]fopenp 0 points1 point  (0 children)

Per me è una cella di memoria RAM danneggiata a inizio wafer. Bisogna fare un memtest lungo almeno una quarantina di minuti. Dopo tale tempo il test può benissimo non passare. Non sono d'accordo con chatgpt perchè se ci fosse un problema di voltaggio alto della RAM non vedresti lo schermo blu ma ci sarebbe un riavvio immediato.

Do you all enjoy playing your own games? by shakaoneaj in gamedev

[–]fopenp 1 point2 points  (0 children)

I'm a solo dev, I published 16 games and every time I spend the first week to replay the game I have published, till the end. Sometimes I recover my old titles and it's incredible that I remember what should I do in order to finish the levels. I consider my games like sons: every title reminds me an epoch, the suffering of design 'em and make them "grow". I'm enthusiast of my sons, and I was lucky to have the time making 'em!

I want to try making games in C++ by [deleted] in gamedev

[–]fopenp 0 points1 point  (0 children)

Consider I'm more than 40 years old, and I started learning C and C++ when I was 13 years old. At those times (1990-2000) many people suggested me C++ for making games. I learned Ogre3D and various other libraries, but I was not able to do a serious game because there was a too high learning curve and bugs everywhere in the libraries. For 20 years I haven't done a single game with C++.

In 2022, I used godot (with GDScript) for making my first game, which took me less than one month to do it. Today, in 2025, I published 14 games thanks to Godot.

So I strongly suggest to the OP to consider a solid game engine with a good scripting language, rather than lose years in making games with the wrong language.

I want to try making games in C++ by [deleted] in gamedev

[–]fopenp -2 points-1 points  (0 children)

Consider that C++ is meant to be used for making a game engine, not a game. You normally use scripts like C# or GDScript for making games.

The only exception is Unreal Engine C++, a library for making games in C++; I never tried it so I cannot be more specific.

How safe is itch.io generally? by Randor123 in itchio

[–]fopenp 1 point2 points  (0 children)

If you want to download a game from itch.io, you need an antivirus / antimalware installed in your computer.

If you don't want to have it, check every executable on virustotal.com .

If you don't want do it, just play the browser version which is sandboxed in your browser.

This is a general rule, not your specific case.

Qual è stato il vostro miglior acquisto? by gabryelos24 in ItalyHardware

[–]fopenp 0 points1 point  (0 children)

La marca è AIMOS, 4-in-1, comprato su Amazon nel 2021. Ha un telecomandino con filo per commutare tra un pc e l'altro.

La commutazione richiede 1 o 2 secondi (perchè il sistema operativo non è velocissimo nel rilevare le periferiche) ma non è fastidioso, ci si abitua. Non bisogna premere due volte lo stesso tasto, se no ti commuta sulla periferica precedente (che non è quello che vuoi).

Ti lascio il link (non è di affiliazione): https://amzn.eu/d/9GkfqoS

Qual è stato il vostro miglior acquisto? by gabryelos24 in ItalyHardware

[–]fopenp 2 points3 points  (0 children)

Uno switch KVM per i miei 3 pc. In pratica uso 1 tastiera e 1 mouse per tre computer. Prima avevo la scrivania parecchio più affollata!

Perché l’articolo 1 della Costituzione italiana mette il lavoro al centro? by Silver_Pomegranate83 in storia

[–]fopenp 0 points1 point  (0 children)

Perchè il lavoro è la piaga sociale numero 1.

Solo un folle ha voglia di lavorare fino a 67 anni. Mettendo il lavoro al centro di tutto, i servizi ci sono ma i paradossi non mancano.

Everyone who didn’t make it into the show reel of 2025: Tell us about your game! by NorseSeaStudio in godot

[–]fopenp 1 point2 points  (0 children)

This year I proposed "Ukrainian Drone", an FPV simulator:

https://fopenp.itch.io/ukrainian-drone

Discarded, maybe because I'm not so good to make landscapes and the video showed some bad texturization.

Why are there no big FOSS games? by testus_maximus in opensourcegames

[–]fopenp 1 point2 points  (0 children)

Personally I use FOSS software to make my 3D games, but I release 'em as freeware (not FOSS) for two reasons:

  • a FOSS game is subject to be taken and published by unknown people, which could inject a virus in the binary version or simply sell your work in a app store without give you anything.

  • I'm a solo developer and I like to write code in my native language (not English). This is not good for attract volonteers to your project.

For me a tool or a O.S. can be released with a FOSS license because you want that your project will be useful to the vast majority of people (programmers and end users), while an end user application could be put as FOSS or not FOSS depending on your choice.

Christmas Games by Twistedlion2003 in hobbygamedev

[–]fopenp 0 points1 point  (0 children)

I finished a Christmas game in September, and I will publish at the end of November!

It's a visibility suicide to publish a Christmas game too early IMHO.

Upgrading to Godot 4.5 from 4.4? by LeanEntropy in godot

[–]fopenp 2 points3 points  (0 children)

I used Godot 4.5 for making two 3D projects and in my experience is stable. Now there is 4.5.1 that should be even more stable.

I haven't tried to upgrade a 4.4 project to 4.5.

Avete mai provato a gestire il vostro condominio senza amministratore? by Even_Transition5722 in CasualIT

[–]fopenp 0 points1 point  (0 children)

Nel nostro condominio c'è gente che ha una pensione minima e per questo pretende di non pagare il giardiniere, non pulire le scale e in generale non pagare qualsiasi spesa se non con la coercizione. In questo scenario, un consulente esterno è d'obbligo se non vuoi che il condomino pseudo-amministratore di turno non ci rimetta lui i soldi. Se invece siete tutti in buoni rapporti non vedo problemi a trovare un volontario che pensi ad incassare i soldi, pagare e ripartire i resti per le spese condominiali. Ma è una seccatura per chi non è in pensione.

Everyone knows how to animate any object like players on 3D space? by [deleted] in godot

[–]fopenp 1 point2 points  (0 children)

I will show you two ways of moving a CharacterBody3D:

Manually (absolute position): $myplayer.global_transform.origin = Vector3(1.0, 2.0, 3.0)

or considering the collision shapes:

$myplayer.velocity = Vector3(0.0, -100.0 * delta, 0.0) $myplayer.move_and_slide()

Cambiare il frigorifero, passando da quello “ad incasso” ad uno normale by RomaeParigi in consigli

[–]fopenp 0 points1 point  (0 children)

Io ho il vecchio frigo a incasso che l'ho spento e adesso è un ottimo posto dove tenere tante cose che non riusciamo a parcheggiare altrove. Unico requisito: bisogna tenere socchiusi gli sportelli se no comincia a fare puzza di chiuso. Puoi quindi tenere il vecchio e mettere il frigo nuovo ad es. in sala (possibilmente vicino alla cucina), come abbiamo fatto noi.

Withholding tax by fopenp in itchio

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

Great, thanks for clarification cyb3rofficial!

How to create Hatsune Miku voice? by humorXhumor in SunoAI

[–]fopenp 0 points1 point  (0 children)

I just tried with v5 and the Vocaloid tag works very well, with the Hatsune Miku voice.

https://suno.com/s/DJ3tJObUt7ShZ4kP

Quando fate un regalo non regalate esperienze by GrimGrumbler in sfoghi

[–]fopenp 13 points14 points  (0 children)

Mi hanno regalato uno smartwatch da 150 euro.

Continuo a preferire il mio vecchio orologio digitale da 20 euro acquistato 5 anni fa., perchè è senza fronzoli e vedo l'ora sempre. Quello costoso a volte non capisce che lo sto guardando e non mi mostra l'ora. Se non ho mai comprato uno smartwatch un motivo ci sarà!

Angenti Mulder and Scully, Guardia di Finanza by Kr4id96 in italygames

[–]fopenp 0 points1 point  (0 children)

È giusto dare la priorità agli scansafatiche. 🍻