Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ArtismExpert

Pages: [1]
1
Programming Questions / Re: 2 Questions
« on: August 15, 2016, 04:37:17 PM »
I don't know how to do what you're talking about. I need to know what to write in order to do it.

2
Programming Questions / Re: 2 Questions
« on: August 14, 2016, 12:32:20 PM »
For #2,

I guess you're using gm8/8.1 since you mention the yuuutu engine. When you die, use the sound_volume function on your current BGM to set the volume to zero, but let it keep playing in the background. Then you can sound_play your death music. On restart, use sound_volume again to turn the music back on. It's a little bit of a complex change if you're not familiar with how the engine tracks the currently playing BGM or where all the scripts are that handle these functions, but otherwise it's as simple as muting the BGM instead of outright stopping it. There's also a sound_fade function you could use if you want the BGM to fade out a little slower instead of an abrupt stop.

For #1 I haven't really looked at the new yuuutu since moving to studio, but if I were in your position I would get a copy of the old engine and compare the player physics code to see if I could spot the differences, particularly where the jump is performed.

As I said, write out the code. How do I do that??

you dont have to write anything, just go where he said and delete the word
you're looking at the wrong post
this is more than deleting a word

3
Programming Questions / Re: 2 Questions
« on: August 14, 2016, 11:51:14 AM »
For #2,

I guess you're using gm8/8.1 since you mention the yuuutu engine. When you die, use the sound_volume function on your current BGM to set the volume to zero, but let it keep playing in the background. Then you can sound_play your death music. On restart, use sound_volume again to turn the music back on. It's a little bit of a complex change if you're not familiar with how the engine tracks the currently playing BGM or where all the scripts are that handle these functions, but otherwise it's as simple as muting the BGM instead of outright stopping it. There's also a sound_fade function you could use if you want the BGM to fade out a little slower instead of an abrupt stop.

For #1 I haven't really looked at the new yuuutu since moving to studio, but if I were in your position I would get a copy of the old engine and compare the player physics code to see if I could spot the differences, particularly where the jump is performed.

As I said, write out the code. How do I do that??

4
Programming Questions / 2 Questions
« on: August 13, 2016, 05:09:13 PM »
(If you can answer one but not the other, please answer the one that you can. You don't have to do both, but if you can, please do.)
(Also, I know next to nothing about coding :P if i didn't I wouldn't have these questions. So please write out the code)

QUESTION 1:
The Yuutu engine has a bug where a cancel just does a full jump and I'm already too far into development to just start over. How do I fix it?

QUESTION 2:
The only ways I know how to make the music work is:
 • restarting upon death
 • no death music
I want to have it the way K3 has it, where the death sound still appears but continues upon pressing R. How do I do THAT?

Pages: [1]