• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Home made free 3D PC game!

Status
Not open for further replies.

GSquadron

Member
Alright so I worked for a month to finish my game and it is finally ready!

Hope you enjoy and pls share and like as much as you can if you enjoyed the game!




More spamming.


esquared
Anandtech Forum Director
 
Last edited by a moderator:
You reviewed your own game?

I'll be honest - there's no hook, no reason to play.
It's not a "physics" game, there's no story, it's been done to death.
One of my favorite games in the 80s was Marble Madness. It was fresh, different. I'd rather play that, even now.

I suppose if it is just a "test" for learning and future games, then I wish you luck in your endeavors.
 
good job. I gave you a thumb's up because you did more than I ever could when I tried getting into game programming back in the early 90s.
 
I write hobby games too, so I can appreciate the effort you put into this.

The video looks like a cool little game - well done! 😎
 
Ugh. Don't name it setup.exe.
That is lame.
Name it the title of your game, so people will know what it is.

As for the game itself, sorry, I hate files named setup.exe for no good reason, so I didn't get it.
 
I used setup factory and the output file was setup.exe
If i was to put the name of the game it would sound more stupid because
seasons.exe looked more like an executable.
If the setup was going to be a .msi i would put it seasons.msi
If i was to put it in a .zip package it would be stupid because
that zip was going to have the setup.exe inside
Either way, I got no idea how to change the name at all
If I change it now, I would have to change all the links directing to it

Although, I truly understand your meaning and I would feel the same
 
I used setup factory and the output file was setup.exe
If i was to put the name of the game it would sound more stupid because
seasons.exe looked more like an executable.
If the setup was going to be a .msi i would put it seasons.msi
If i was to put it in a .zip package it would be stupid because
that zip was going to have the setup.exe inside
Either way, I got no idea how to change the name at all
If I change it now, I would have to change all the links directing to it

Although, I truly understand your meaning and I would feel the same

Coulda called it "Seasons Installer.exe" 🙂
 
Ugh. Don't name it setup.exe.
That is lame.
Name it the title of your game, so people will know what it is.

As for the game itself, sorry, I hate files named setup.exe for no good reason, so I didn't get it.

There's actually a reason they're named setup.exe. Windows treats files with the word "setup" in them specially so they can be handled appropriately by the install manager.

Don't hate, just deal.
 
There's actually a reason they're named setup.exe. Windows treats files with the word "setup" in them specially so they can be handled appropriately by the install manager.

Don't hate, just deal.

Could it be called "Seasons Setup.exe" and windows would still handle it appropriately while letting us know that it is the setup file for Seasons?
 
Last edited:
Could it be called "Seasons Setup.exe" and windows would still handle it appropriately while letting us know that it is the setup file for Seasons?

I believe so. I think as long as it has the word "setup" (and/or possibly "install/installer"?) in the string, it executes under a privileged installer status. I don't work on the installers at work, but I'm fairly close to the group that does, at least for our product. We were going through some growing pains recently changing install platforms and one of the reasons was because we didn't realize that the name of the installer actually makes a difference.
 
I believe so. I think as long as it has the word "setup" (and/or possibly "install/installer"?) in the string, it executes under a privileged installer status. I don't work on the installers at work, but I'm fairly close to the group that does, at least for our product. We were going through some growing pains recently changing install platforms and one of the reasons was because we didn't realize that the name of the installer actually makes a difference.

Thanks for the info
btw, what could be some strategies to name the setup, except the one suggested?
 
Good job! This seems like it would be a good fit for accelerometers in mobile devices.
 
Last edited:
There's actually a reason they're named setup.exe. Windows treats files with the word "setup" in them specially so they can be handled appropriately by the install manager.

Don't hate, just deal.

That isn't true.
Windows could care less what it is called (for the most part, all .exe files are treated the exact same way), and the file header is where some magic is at. You can take that setup.exe from the OP, rename it 'Home made free 3D game installer.exe' and windows will treat it the same as always.

Within the file is where the install/uninstall magic happens, depending on which installer they used. Nsis, msi, whatever.
 
Status
Not open for further replies.
Back
Top