Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   Gaming Talk (https://novahq.net/forum/forumdisplay.php?f=273)
-   -   Games and Programs that run as service (https://novahq.net/forum/showthread.php?t=50630)

Guest001 02-17-2020 08:04 PM

Games and Programs that run as service
 
I'm considering building a service module or bootstrapper to monitor a game I'm making.

Personally I'm not fond of any service or exe starting with the PC but it seems very handy for some of the many things the game has to do.

There are 2 entirely separate modes of operation - deployed mode and simulation mode.

Simulation mode saves data in the game folders and loads a lighter version of the game to allow the editor to launch the map you're working on and remain open during testing.

Deployed mode saves data, screenshots etc in the user folders and loads a full driver set.

Scott 02-20-2020 08:16 AM

Personally do not like non-essential things running as a service when booting the PC, I disable pretty much anything that is not required. I would definitely make it an "Opt-In" type of service.

Guest001 02-28-2020 05:44 AM

Quote:

Originally Posted by Scott (Post 393685)
Personally do not like non-essential things running as a service when booting the PC, I disable pretty much anything that is not required. I would definitely make it an "Opt-In" type of service.

OK, I think the same way as you do Scott.

Alternatives are:

Running an app as a service that starts and stops with the game.

Running another desktop app alongside the game (though it can be hidden or in the tray).

So I'll make another poll shortly,

Thanks


All times are GMT -5. The time now is 02:47 PM.

Powered by vBulletin®