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

Scripts

A topic by SixSausageSunday created Apr 06, 2022 Views: 429 Replies: 4
Viewing posts 1 to 2

Hi all, I'm taking part in the reload magazine game jam and even though it's using the lite version I paid for the full version anyway. I'm having trouble with scripts, as in, I have no idea how to do it. I'm coming from blueprints in unreal so, yeah, I'm a bit stuck. Are there any tutorials or simple lists of common terms or whatever? All I'm trying to do right now is to make a door open when I walk through trigger box 1.

Thanks.

Developer

Not yet. The manual on scripts is still in process of writing. I hope to release it with the new version.

For now you can add your script in "Scripts" folder, name it "Test.script" (the extension is crucial) and write this inside:


auto 1

door open x y

map return


where:

x - tile coordinates by x

y - tile coordinate by y

You can get the coordinates in bottom bar in the map editor.

Then select "Triggers" in the right menu, select trigger you want to bind your script to and then select it in the file browser (change the filter to "script").

Place the trigger you bind your script to on a map and that should be it.


Be aware though that this script will only work with the current stable version. Since experimental version added real multi-floors feature there should the third coordinate for floor number.

Fantastic thank you.

Developer

Just hit me in this topic if it doesn't work.

I will check it further.

When you close the project, the map does not open