TMC Transition
GMS2, see Note at bottom
Room Transition System like in GM 6,7,8
Room Transition system similar in use to the old style transition system using in Game Maker 6, 7 and 8
The system is an engine that copies the room image you are at, and the room image you are going to and applies a transition between the two so your game looks awesome while changing rooms.
IT'S EASY!!
tmc_rt_room_goto(TMC_DEMO_Room2,tmc_rt_trans_cube_to_right);
DONE!
Features:
Demo Included with API
GMS2 note: For 3D effect transition you will need to add a few lines to the transition function on or about lines 28 and 82
...
if(argument0 ==1) //lets handle this first since this mode is call often
{
//remember camera
var viewmat = camera_get_view_mat(camera_get_active());
var projmat = camera_get_proj_mat(camera_get_active());
...
//original code here that will do 3d things and mess the camera
...
//restore camera
camera_set_view_mat(camera_get_active(), viewmat);
camera_set_proj_mat(camera_get_active(), projmat);
return 0;
}
else if(argument0 == 2) //free
...
```
End User Licence Agreement (EULA).
Adds new wipe transitions, fade wipe, smooth edge wipe and page burning wipe similar to AVS Video Editor Adds simple page turning transitions.
Version 1.1.1. Published August 10, 2016
Created with GameMaker: Studio v1.4.1757
You can only review assets you've bought.
Easy to use but problems on Android
Comprehensive, easy to integrate and very easy to use BUT on the three Android devices I've tested on (Kindle Fire, Ultra 6 phone and a Samsung Tablet) the transitions are vertically skewed rendering horizontally but only half screen height vertically, showing the next room under the transition. I can't find any support documentation to point me at a solution.
This review was left for a previous version of this asset.
Transitions that use 3d features don't work on many android devices as Studio's 3d features are broken on 90% of android devices. Sorry. Not much I can do. I spend a week with another user trying to force fix these issues many studio versions ago and it looks like the problems crept back in.
Long story short, you should not do 3d on android in Game Maker Studio. But I'm not removing those transitions since they are perfectly fine in Windows.
If you need help, click the support link or the contact publisher link in the asset page
Well...
Gotta say, this is about the easiest to use transition script I have ever tried. Works flawlessly! Very clever work with the shader + sprites. TON of transition and it does just what it says. I will be using this often. Great work!
This review was left for a previous version of this asset.
Still doesn't work exactly on android
I like the idea in this asset. I really like TMC assets. I bought some.
And this asset works well on Windows, too. But, only few transitions work well on android(only slide based transitions). Others are odd and cropped.Maybe there is a very easy way to fix this but I can't find one.
1.0.1 doesn't fix 3d transitions on Android devices(tested on galaxy e7, huawei ascend mate, sony tablet s).
This review was left for a previous version of this asset.
I sent you a GMZ and I updated the asset to 1.0.1 which fixes the 3D issues on android. At least for my 5 year old device.
very good!
very very good
This review was left for a previous version of this asset.
Great asset!
I was trying to figure out how to create stylish transitions between rooms, and this asset does exactly what i needed and way more. Plus, it was very easy to implement it in the game i'm developing, so i'm totally happy and satisfied!
This review was left for a previous version of this asset.