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 - Ario147

Pages: [1] 2 3 4 5 6 7 8 9 10 11 ... 14
1
Tools & Software / Fangame Skins...?
« on: December 01, 2015, 04:11:22 PM »
I'm curious, would that be possible to make a program that switches sprites so we can easly have our own kid in chosen game? Ofc if the sprites that aren't renamed oddly in the game.

I'm asking if that's possible to code at all.

2
Tools & Software / Re: Livesplit auto splitters
« on: October 26, 2015, 11:41:50 AM »
Go Across Rainbow?

3
Programming Questions / Re: S save sound effect stops stage music.
« on: October 24, 2015, 11:50:51 AM »
Sound effect can't be a MP3 or else it will overrride what is currently playing. Convert the sound effect to WAV and you'll stop having this problem.  :atkHappy:

Thank you. :)

4
Programming Questions / Re: S save sound effect stops stage music.
« on: October 24, 2015, 10:18:12 AM »
All files are MP3, and SaveGame script is:

//�Q�[����Z�[�u
//�Z�[�u�f�[�^�Ȃǂ͊�{�I�Ƀo�C�i���`���ŕۑ�����Ă��܂�
var f,tem;
f = file_bin_open("save"+string(global.savenum),1);
tem = room;
file_bin_write_byte(f,floor(tem/10000));
tem -= floor(tem/10000)*10000;
file_bin_write_byte(f,floor(tem/100));
tem -= floor(tem/100)*100;
file_bin_write_byte(f,tem);

if(global.grav=0){
tem = player.x;
file_bin_write_byte(f,floor(tem/10000));
tem -= floor(tem/10000)*10000;
file_bin_write_byte(f,floor(tem/100));
tem -= floor(tem/100)*100;
file_bin_write_byte(f,tem);
tem = player.y;
file_bin_write_byte(f,floor(tem/10000));
tem -= floor(tem/10000)*10000;
file_bin_write_byte(f,floor(tem/100));
tem -= floor(tem/100)*100;
}else{
tem = player2.x;
file_bin_write_byte(f,floor(tem/10000));
tem -= floor(tem/10000)*10000;
file_bin_write_byte(f,floor(tem/100));
tem -= floor(tem/100)*100;
file_bin_write_byte(f,tem);
tem = player2.y;
file_bin_write_byte(f,floor(tem/10000));
tem -= floor(tem/10000)*10000;
file_bin_write_byte(f,floor(tem/100));
tem -= floor(tem/100)*100;
}
file_bin_write_byte(f,tem);
file_bin_write_byte(f,global.grav);

file_bin_close(f);


saveGameItem();



It's unchanged yuuutu script.

5
Programming Questions / S save sound effect stops stage music.
« on: October 24, 2015, 08:36:55 AM »
So I have ,,S" save that has Collision with Player with code:

if keyboard_check_pressed(ord("S")){
if (saveTimer < 0 && instance_exists(player) == true) {
    saveTimer = 30;
    image_index = 1;
    image_speed = 0.017;
    saveGame(0);
    sound_play(SaveSound);
}}

Everything works, but when the SaveSound is played it mutes music from my stage. Music is Use Multimedia Player and SaveSound is Normal Sound.
Help fix.  :atkCry:

6
Meet and Greet! / Re: hai all.
« on: October 19, 2015, 01:26:02 AM »
Hi. Cute picture. :3

7
Polski / Coraz bliżej święta.
« on: October 18, 2015, 02:30:22 PM »
Ciekawe ile dni po sylwestrze znajdę dom tym razem.

8
Music / Movies / Books / TV / Re: Your favorite genre of music and song
« on: October 18, 2015, 02:10:12 PM »
I don't care about the genre, I only care if I find the song enjoyable, but I do prefer more speedcore and Idontevenknowhowitscalled but like old styled music, medieval and shit, also I can't stand rap and hiphop at all.

My favorite song has to be Mitsu no Yoake.

9
Tools & Software / Re: jtool - a new RMJ-type thing
« on: October 15, 2015, 06:04:48 PM »
When I change skins it spams on me a lot and it's annoying:
https://prntscr.com/8rr1cu

Also can I make skins with changed player sprites? I'd love to do that.

10
General Discussion / How to stop bullshit and daily dramas in community.
« on: October 15, 2015, 05:41:25 AM »
Stop counting hard jumps every room you enter and enjoy the fking game. If It gets to the point where you don't, switch game. And try making game before shitting on other ones so you at least understand why first games are not creative. Yourself, not with friends who are already good at it.

11
Video Discussion / Re: I Wanna Sunspike (No Boss)
« on: October 15, 2015, 03:08:33 AM »
You are able to beat all platforming and in stage 1 you seem like you take a lot of time before each jump and ,,bounce" off walls. :f

12
Tools & Software / Re: Jtool (a new RMJ)
« on: October 15, 2015, 03:04:23 AM »
*cough* long needle games with jump refreshers, one with ,,hell" in title *cough*

13
Off Topic / Re: I'm lonely.
« on: October 14, 2015, 05:42:03 PM »
Are you interested in shota boys? :cirWink:

Sure mah'boi, hit me up.

14
Gameplay & Discussion / Re: Introducing Delicious-Fruit.com!
« on: October 14, 2015, 03:11:35 PM »
When someone's account is deleted all his reviews are removed but not his screenshots.

What's the reason of removing someones screenshots, if they got approved and represent the game well?

15
Off Topic / I'm lonely.
« on: October 14, 2015, 02:15:04 PM »
I'm lookin for a boy, who's lookin for a boy, to have sum fun, ya'know, nothin special, if you're interested ya better prepare dik pics.
And yeah, PM me.

Pages: [1] 2 3 4 5 6 7 8 9 10 11 ... 14