So I want to make a 1990s style FPS...software suggestions?

If you're an indie dev or author of a game, book, film, or other production, this is where you can pitch it -- just don't be spammy!
Post Reply
dsheinem
Next-Gen
Posts: 23184
Joined: Wed Dec 12, 2007 12:56 pm
Contact:

So I want to make a 1990s style FPS...software suggestions?

Post by dsheinem »

I am hoping to try my hand at making a game this year, so would welcome any suggestions from any of the intrepid folks here who have been down the same path...

Specifically, what free game design software do you recommend for someone who doesn't know how to code but who wants to make a 1990s-style FPS (though perhaps without shooting)? Bonus points if the software allows you to compile/release a final build across platforms...

Does such a thing exist?
User avatar
MrPopo
Moderator
Posts: 24082
Joined: Tue Aug 26, 2008 1:01 pm
Location: Orange County, CA

Re: So I want to make a 1990s style FPS...software suggestio

Post by MrPopo »

I'd suspect your best bet would be something along the lines of a Doom TC; at a bare minimum it would require providing new art assets and compiling your own levels. Several of the more popular source ports are designed with moddability in mind, so it should be fairly attainable to do so. If they did things right a lot of the game's properties will be config driven (so, for example, monster health and weapon damage being defined in a config file rather than compiled in the code), which would keep you away from actual coding.
Blizzard Entertainment Software Developer - All comments and views are my own and not representative of the company.
User avatar
marurun
Moderator
Posts: 12261
Joined: Sat May 06, 2006 8:51 am
Location: Cleveland, OH
Contact:

Re: So I want to make a 1990s style FPS...software suggestio

Post by marurun »

I would suggest Unity. It is certainly most powerful for programmers, but it does include enough tools to make simple projects without too much technical acumen, assuming you are willing to read documentation and watch videos. In that way Unity can also be a tool you grow into. There are lots of tutorials and such on-line.
User avatar
LCSoft
Newbie
Posts: 2
Joined: Sun Dec 31, 2017 5:35 pm

Re: So I want to make a 1990s style FPS...software suggestio

Post by LCSoft »

DarkBASIC Pro is easy to use and now it's free. It's how I made this game, and I'm making a little money from it: http://store.steampowered.com/app/65241 ... nd_Oaxaca/
Post Reply