RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[GM] Go-Kart racing game issues

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 88
wrath of winter
I'm really disliking the three-day bump limit on the GMC, cuz my topics and questions always get buried too fast.

Here's the one I need help with right now:
Novice Q&A
http://gmc.yoyogames.com/index.php?act=ST&f=2&t=326624
Advanced Q&A
http://gmc.yoyogames.com/index.php?act=ST&f=4&t=329332

basically I need help right now with the backwards-acceleration problem and now the rotation issue, found in the first post. 

can anyone please help?  I've not had good luck with GM questions, they usually get ignored or whatever on the GMC...
« Last Edit: March 04, 2014, 01:43:25 AM by modern algebra »

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Well, try this- in the no key is pressed event, say:

Code: [Select]
if self.hspeed<0{hspeed=0}

****
Rep:
Level 88
wrath of winter
how do I get it to slow down now?  it goes fine and stays still when I press left (after slowing down) but I pulled a stupid and put your code as the only code in the no-key event...and then saved it... :S

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Your topic has you old code. :P

****
Rep:
Level 88
wrath of winter
...
*slams head on desk*

I need to sleep...thanks...it works now, very well.  New question in the topic though, I'll check it tomorrow.  Thanks for the help.

*falls asleep in the chair*

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

****
Rep:
Level 88
wrath of winter
can anyone help me with my new problem?  (added to the topic on the GMC)  I've been trying to implement slopes on my own but I can't get anywhere, and most of the "tutorials" I find are buggy and the object stays on the slope instead of sliding off, which is what I want the kart to do.

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
That's a higher level problem- for me at least. I'll see if I can't figure it out.

****
Rep:
Level 88
wrath of winter
tysm  :D.  I don't get home til about 6 so you've got time.  Probably a day's worth even, I might not even get to go on my computer tonight... :(  stupid chores...


Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

****
Rep:
Level 88
wrath of winter
any luck arrow?

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
This will take time, amigo. I'm a busier man than a lot of people think.

****
Rep:
Level 88
wrath of winter
okay...

*sigh*  I'm mostly done with sideview graphics and the like, I guess I could start on the TD courses and sprites.

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

****
Rep:
Level 88
wrath of winter
not to sound pushy or anything, but you don't happen to have any small pointers I can work with while you're doing this?


Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Haha, well that's just it, you see. I'm experimenting. I ASSUME that if you were to set up the gravity a certain way it would slowly drag you down the side of the slope, and that's what I'm trying, but I've started over a few times now. :P I think I'm moving in the wrong direction altogether. Maybe If I mess around with friction?

****
Rep:
Level 88
wrath of winter
wow in all this college stuff I'd forgotten about this here...

I tried friction, but in order to get him to slow down fast enough you lose acceleration ability because of the friciton that needs to be overcome.  It'll be useful for the heavy vehicle but I'd rather not use it.

I've found several slope tutorials, but I can't figure out how to make them roll down an incline.  The examlpes only show how to make it so that slope movement is possible.  The figures stop on the slope like they do on a flat surface.  Which isn't very go-kart realistic. 

Someone gave me a link to a DLL example for slopes but I can't make heads or tails of DLL usage yet...
new topic:
http://gmc.yoyogames.com/index.php?act=ST&f=4&t=329332

thanks for trying to help at least :)

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html