GLITCHES!

Non-platform specific questions.

GLITCHES!

Postby CrimsonTheDarkBat » Wed Oct 07, 2009 8:05 am

My new game Sonic : War of the Emeralds is unfortunatly suffering from some glitches that are rather annoying >.>
Firstly, sticky walls are the main problem.
Second, The springs which make Sonic jump up, tend to act "lazy" and sometimes you have to walk out of and back
into the spring to make it work.
Thirdly. When Sonic touches the Exit of some levels the game randomly decides to crash - this only happens
randomly - sometimes the affected levels work fine when you hit the exit.

Please help! I want to get this game patched asap! =[
Attachments
CSENGINE.zip
Game Engine
(381.51 KiB) Downloaded 64 times
Sonic Velocity Development Thread --> http://game-editor.com/forum/viewtopic.php?f=4&t=11461

Completed Games:
Sonic: War of the Emeralds
Sonic: Empire of Nightmares
Sonic.EXE - The Game
Alice: Crimson Omen
Epsilon 27
User avatar
CrimsonTheDarkBat
 
Posts: 223
Joined: Fri Mar 21, 2008 10:54 am
Score: 20 Give a positive score

Re: GLITCHES!

Postby jimmynewguy » Thu Oct 08, 2009 12:40 am

for the spring make the collision event repeat "yes" and that fixes it. as for sticky walls and crashing exits, i didn't see either. there was no collision for the walls, and no exits to be seen. sorry
Working on a probably too ambitious project! Wild-west-adventure-RPG-shooter-thing.
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Re: GLITCHES!

Postby CrimsonTheDarkBat » Fri Oct 09, 2009 7:10 pm

Thanks dude for fixing the springs ^^
Oh, and the exits I managed to fix myself ^^
But the sticky walls, it was my fault - I forgot to include the collison in
the file I posted ^^;

The file wont upload for me :( but here's what I've got currently
which results in a sticky wall:

Player ->Collision (Any side of) Wall1 -> Physical Resonse ->
Move (Event Actor Only)
Mass (Use Calculated)
Event Multiplier: 1
Collide Multiplier: 1
Event Actor: 0
Collide Actor: 1

PLEASE HELP ME!!!! D8
Sonic Velocity Development Thread --> http://game-editor.com/forum/viewtopic.php?f=4&t=11461

Completed Games:
Sonic: War of the Emeralds
Sonic: Empire of Nightmares
Sonic.EXE - The Game
Alice: Crimson Omen
Epsilon 27
User avatar
CrimsonTheDarkBat
 
Posts: 223
Joined: Fri Mar 21, 2008 10:54 am
Score: 20 Give a positive score

Re: GLITCHES!

Postby skydereign » Fri Oct 09, 2009 7:22 pm

Okay, you will need two collisions if this is tile based. If this is just a wall actor, that will never have collisions from top or bottom skip to the left or right collisions. The first will be top or bottom of your tile actor. This will just hold a PhysicalResponse, like the one you have already. The next one should be for left or right collision with the actor.
Code: Select all
double yvel = yvelocity;
PhysicalResponse(MOVE_EVENT_ACTOR_ONLY, USE_CALCULATED_MASS, 1.0, 1.0, 0.0, 0.0);
yvelocity=yvel;


Essentially for the left and right collisions, you are using the physical response to prevent x movement. The reset of yvelocity is to single out the x movement. If you want a demo, I can post one.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: GLITCHES!

Postby CrimsonTheDarkBat » Fri Oct 09, 2009 7:27 pm

Thanks a million dudes ^_^ Finally, my game is more or less glitch free now ^_^
Sonic Velocity Development Thread --> http://game-editor.com/forum/viewtopic.php?f=4&t=11461

Completed Games:
Sonic: War of the Emeralds
Sonic: Empire of Nightmares
Sonic.EXE - The Game
Alice: Crimson Omen
Epsilon 27
User avatar
CrimsonTheDarkBat
 
Posts: 223
Joined: Fri Mar 21, 2008 10:54 am
Score: 20 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron