| |
Darkyoshi Engine 4 Source, Last Update: 24/10/09, v6.5
Treeki |
|

He's adorable, you can't deny it. :<
![Super Happy Heart Badge [*]](https://archive.mfgg.net/html/badges/shappyheart.gif) ![Minigame Comp Third Place Badge (1) [*]](https://archive.mfgg.net/html/badges/mct1.gif)

Group: Members
Posts: 3307
Member No.: 2001
Joined: 5-April 06
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
... I feel stupid because I spent the past few hours modding several features into this engine and now you've released a new version. Oh well  I'll just port them over to the new version. (I added support for multiple separate areas in the same level, NSMB-style entrances system for pipes/doors/etc and vegetables using the code from Hello's engine) edit: Thought you might like this improvement. I've noticed that using the Enter key to pause sometimes screws up Shift/Ctrl in other programs. Remove the actions that allow Z/X/C to be used from obj_fademaker and add this to the create event: | QUOTE | keyboard_unset_map() keyboard_set_map(ord('Z'),vk_control) keyboard_set_map(ord('X'),vk_shift) keyboard_set_map(ord('C'),vk_space) |
Works the exact same way, no glitches.
This post has been edited by Treeki on Jul 11 2009, 05:28 PM
--------------------
|
|
|
Treeki |
|

He's adorable, you can't deny it. :<
![Super Happy Heart Badge [*]](https://archive.mfgg.net/html/badges/shappyheart.gif) ![Minigame Comp Third Place Badge (1) [*]](https://archive.mfgg.net/html/badges/mct1.gif)

Group: Members
Posts: 3307
Member No.: 2001
Joined: 5-April 06
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
| QUOTE (Sergeant DeeY @ Jul 13 2009, 12:11 PM) | | That is probably a problem of the size / resolution of the window. |
No, the window is fine.
I figured out later on that this seems to solve it (I think it's a bug in GM's rendering):
| CODE | | draw_sprite_ext(sprite_index,image_index,round(x),round(y),image_xscale,image_yscale,0,c_white,1) |
Removing the round() calls causes the problem - it seems like it's something to do with non-integer X/Y positions.
Likewise this will always draw it glitched:
| CODE | | draw_sprite_ext(sprite_index,image_index,round(x)+0.5,round(y)+0.5,image_xscale,image_yscale,0,c_white,1) |
I wonder if it's a glitch in GM or intended, though..
This post has been edited by Treeki on Jul 13 2009, 06:46 AM
--------------------
|
|
|
Bistian |
|

2nd Commander of the Space Pirates

Group: Members
Posts: 143
Member No.: 3727
Joined: 5-May 07
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
| QUOTE (i_like_pie @ Jul 16 2009, 02:09 AM) | For originality, try converting the Mushroom House in to a shop where you can use score(points) or red coins to buy stuffs (Yes, I got it from MKF..) |
._. If you got that Idea from MKF its not orginal anymore? Sense failure?
--------------------
I m Matter ... I m Anti-Matter ... I see your Past ... I see your Future ... I consume Time ... I will consume YOU !!!!
Stick for a body, head full of straw, give me a scarecrow ! Rah, Rah, RAH !
"90% of teens today would die if Myspace had a system failure and was completely destroyed. If you are one of the 10% that would be laughing, copy and paste this to your signature"
|
|
|
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
[ Script Execution time: 0.0835 ] [ 14 queries used ] [ GZIP Enabled ] [ Server Load: 1.41 ]
| |