Very nice ! But very slow !
LittleAngel
Creator of
Recent community posts
Hi Yal !
I try to integrate the deltatime function to your engine (essential for an action game)
delta = 60/1000000*delta_time; (in obj_player's Begin_step)
What do you think is the most appropriate place to integrate him?
I've tried:
xspeed = median(-movespeedmax,movespeedmax,xspeed*delta + lengthdir_x(accel,direction))
But not very convincing...
Thanks !
Sorry, two more things:
- For bullets colliding: OK, but then, if I'm on a wall, it won't shoot... but well, not too hard to correct...
- For the shooting in the middle of the screen, I wanted to say that when you shoot with the titlt at 0, the bullet goes to the middle of the screen, it's OK (imagine that your sight is in the middle of the screen). But if you shoot higher, the bullet doesn't conform to the middle of the screen anymore (it's as if your sight is no longer in the middle of the screen).
I was just making these remarks because it's important for an fps, but the engine is already remarkable!
Thank you very much for the answer!
The multiple tabs of scripts I didn't know, I'm learning thank you!
For the bullets collision with walls, even putting a sprite it doesn't work (parent_bullet). But by putting code in obj_bullet_pistol it seems to work. To be seen...
Otherwise to make the bullets always centered on the screen according to the ztilt doesn't seem so obvious to me. When the ztilt is at its highest value, ztilt=-90: dividing it by 2 pulls in the middle, unfortunately it doesn't work for the other ztilt values. Anyway, I'm going to look for...
Thanks again!
Great engine, but a few small questions:
- When you shoot straight, the bullets go straight from the center of the screen, but how do you keep them centered when you look up (ztilt)?
- The collision between the walls and the bullets doesn't seem to work...
- What's this script?
collide_3d_circle(parent_enemy)
?!?!?!?????!!!!???? The script is not visible in the script list? It's a ghost script and yet it works ?!? I must have missed something...
Ditto for zcheck_script_bottom: I don't understand...
Abha « Light on the Path » is an old-school point-and-click adventure game for PC.
Experience a fantasy world and go on an initiation quest full of twists and turns.
Find items, solve puzzles, and experience environments brimming with poetry.