Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
General Discussion

What game engine is best for fps?

GrEmlin
Saturday, August 1, 2020 - 13:32
GrEmlin's picture

I want to make an fps game, But i Don't Know what Engine to use. Any suggestions?

  • Log in or register to post comments
Boom Shaka
joined 10 years 6 months ago
Saturday, August 1, 2020 - 14:25
Boom Shaka's picture

2d or 3d?
pc, mobile, or console?
hobby or commercial?
single or multiplayer?

the best engine is the one that's best for your needs - you might want to start with defining your needs.

  • Log in or register to post comments
GrEmlin
joined 5 years 2 months ago
Saturday, August 1, 2020 - 14:55
GrEmlin's picture

OK, thanks

commercial
Multiplayer and singleplayer
3D
LUA scripting
Full control over graphics
A simple physics engine

That's all i can think off

-GrEmlin

  • Log in or register to post comments
wheelsx
joined 7 years 2 months ago
Monday, August 3, 2020 - 14:26

Unreal Engine was made for FPS games. C++ coding, or use a visual scripting system that's pretty easy to learn. A little cumbersome to use at first, but once you get the basics, it's pretty nice.

Godot has LUA support through https://github.com/perbone/luascript
No idea on how good it is, never used Godot or LUA. Apparently everyone's talking about Godot these days though, it's on my list to try out.

  • Log in or register to post comments
ivalylo
joined 4 years 9 months ago
Sunday, January 3, 2021 - 11:31

For modern commercial FPS, I don't see a reason not to go with UE4... It's built for FPS, you get the source, and it's practically free (good luck making 1M a year).

  • Log in or register to post comments