Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

HorsesEatJellyfish

8
Posts
1
Topics
1
Following
A member registered Oct 05, 2023

Recent community posts

For sure. Keep up the good work!

Wow, I have to try that. That was the only solution I could think of when I realized  the sky was being reflected in the water. It looks so good and it's so clever. It shows what you can do with this engine using wit and creativity.

How did you manage to make the sky reflect on the ground, giving it a wet look? Is it a skybox with the same image on the top and bottom halves, combined with semi-transparent floor tiles?

Thank you for clearing that up! Would you also happen to know how to make transparent sprites work properly? I only found info about transparency in the models section of the manual. I've made windows by using semi-transparent tiles and using modifiers to make them thin walls. However, when I look out the window, some tiles outside are visible while others are not. Would you happen to know how to fix this?

I was very impressed with this. It was fun and the visuals are fantastic.

For some reason I'm not able to see them when clicking "test game" or "test current map". I need to use "build without packing" or "build and pack" to see the lights. 

I'm afraid I can't help with the weapon sprites. I do remember having some problems importing them at first. I think I played around with different image resolutions, formats and then adjusting scale and position, and after a while I got it to work.

(2 edits)

Thank you, KeshaFilm! I suppose I'll have to stick to my anti-enemy stacking workaround. I'll check the manual more thoroughly about "map return", but I have to say that I find it hard to figure out, from the info in the manual, how to use scripts to make hazard blocks kill the player instantly. If anyone has the patience to explain, I'd be very grateful.

EDIT:
In case anyone else would have problems trying to do the same thing, I managed to get it working using triggers, like Kesha suggested, by putting using triggers instead of hazard blocks. I wrote the following in the script file:

player hurt 200

map quickreturn

Hi, everyone. I'm making an FPS/platformer using Easy FPS Editor and I would like to thank JessicoChan and the current dev who took over the project  (if I understood things right). I have a couple of questions. 


1. Is there any way to make the background music change when you enter a certain area?

2. In my game, I have hazard blocks with lava tiles and I want the player to die instantly on contact with a hazard block, rather than taking 1 damage point at a time. Is there any way to set the damage for hazard blocks to 200, for example, so that the player will instantly die when falling down in the lava?

3. Is there any way, except changing the movement speed of enemies, to prevent enemies of the same type to sort of stack up? Like creating a collision box so that they aren't stacked on top of each other? Or is having several iterations of the same enemies/sprites but with slightly different walking speed the best workaraound?


Thanks a bunch and have a nice day. :)