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

What are these?

A topic by avpred202 created Aug 01, 2023 Views: 112 Replies: 1
Viewing posts 1 to 2

Hello!

I downloaded the game Flaw Detection - Tape Two. Here is the link: https://guywithteacup.itch.io/flaw-detection-tape-two I was looking in the Data folder and found two folders in it, and the files in them interest me. One folder is called Shaders. The other folder is called States. Could someone give me some information about the files inside? What is the Frag and Vert and states file extension? What program should I use to create them? etc. Thanks for the reply and sorry if my question is stupid....

.frag and .vert are opengl shader files. research "opengl frag and vert shaders" in your search engine of choice.

.states are finite state machines - read this https://pixelwolf.net/efpse/wiki/index.php?title=FSM to find out more

use notepad to make .states files. follow along with the manual/wiki to understand what they are, what they do, and how to use them.

to make opengl shaders you would need to know the opengl shader language. my opinion on that one is don't bother, but if you really want to learn about it i am sure there is plenty on the interweb