Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Easy FPS Editor v1.6

Simple way to create an old-school First Person Shooter! · By JessicoChan

Questions

A topic by mara_Mara_mara created Apr 22, 2023 Views: 213 Replies: 8
Viewing posts 1 to 3

Hello, I'm new and I just download efps and I was wondering  if is possible to add resident evil outbreak style inventory? I'm wanting to make a survival horror shooter like cry of fear crossed with lone survivor.  Also what are the hard limited to 3d models and what is the scripting or coding like too? Thank you all for your time and have a great day.

my recommendation is to start out small with this engine. it's intended to make doom-style retro first person shooters. start with a small idea, get a handle on the basics of the engine, then try to break out of the box with your second game.

as far as your specific questions, i have never play re outbreak, cry of fear or lone survivor, so i dont  know about those elements of those game you want to try to use in efpse. but atleast genre and thematically, you will definitely be able to make a scary zombie horror game.

Right thank you for the help and advice. I will say I'm going with a horror shooter mostly. The one thing I like from re outbreak inventory is it didn't pause the game so when you switch weapons or use a healing item you had to be in a safe area.  Also what is the scripting like? I'm new to coding and never done it at all, so would it be a good start for a beginner?

so scripting in efpse is absolutely nothing like coding.

in efpse scripts are a set of commands that run in sequence

for an example of a very simple script:
vn 1
text "hello world"
map return

this script calls the command vn and sets it to 1 (true) ---- vn is visual novel mode for text and just displays text inside a text box
then it calls the command text with the text "hello world"   ---- this will display the text inside the quotes
then it calls the command map return, which ends the script and returns the player to the game.

Ok, I just never done anything like this so it's all new to me lol but I'll get the hang of it :)

Developer

While it is possible it's not recommended.

The engine just wasn't made for such heavy scripting and something will break sooner or later if your scripting in EFPSE is not near-perfect.

That said, the manual and some script files from other users would help you make this.

Alright, I understand so like Ragnar said go lite on it. Just start off with basics and stuff. Also any other tips to help a beginner?

join the discord to get help in real time https://discord.gg/xS7H8kP7

that link expires in 7 days. one of the admin of the discord server would need to post the permament invite link

Awesome and thank you again