-
Content Count
657 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Blogs
Downloads
Calendar
Gallery
Everything posted by isaacsol
-
It's always a shame to see a member leave; just remember that there will always be a place for you here for when you wish to return!
-
Sounding really good Mark, if you need any help let me know :) And it might be easier to contact me on my email addresses as I am working on sorting my internet out for good.
-
Introduction This script was designed to automatically launch an RPG Maker XP game into fullscreen without the player having to use ALT+ENTER. Normal Version: This version automatically takes the player into full screen in Test play and Actual play. begin if not $full $showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), '' $showm.call(18,0,0,0) $showm.call(13,0,0,0) $showm.call(13,0,2,0) $showm.call(18,0,2,0) $full = 1 end end Disabled Version: This version automatically takes the player into full screen Actual play, but is disabled in Test play. begin unless $DEBUG and not $full $showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), '' $showm.call(18,0,0,0) $showm.call(13,0,0,0) $showm.call(13,0,2,0) $showm.call(18,0,2,0) $full = 1 end end
-
You are forgetting one major thing about second hand games, Microsoft gets NOTHING from their resale. This is merely their way of trying to get people to buy the games first hand so they can make revenue from it (which isn't unheard of from a company), and if they other rumours are true, they will no doubt compensate it with other features (such as blu-ray support, etc.). You are making assumptions on a companies future not only based on one source of income (as they have many), but on unreliable data. Until we get solid information from Microsoft themselves, we cannot really say for sure.
-
I think that would be a good idea, it would encourage members to do things. Great idea Rage!
-
Nice, looks really good. I like the use of textures in this. How'd you achieve it?
-
The speed increase might also be because we are on a newer database server. Hopefully it will last.
-
The three I use are TMI, SPC and Rei's Minimap. ^_^
-
Nice balance between the guitar and the strings :)
-
Thanks ^_^
-
dec-chronicles.co.uk/other/Matryoshka.mp3 ^_^
-
To convert a script from RGSS1 or RGSS2 to RGSS3, you would need to know how to convert the code to the current version of ruby used, and also make sure it is compatible with default scripts and that anything else is compensated for. Not impossible, but laborious.
-
Hey everyone, Today is the big day in Japan. It is the official release day for RPG Maker VXAce in Japan! So what're your thoughts on it? Are you guys going to get it now, when it comes out in English or not at all? Have you tried the Japanese demo (which has translations out by the way)? Let me know what you think! Isaac.
-
XP and VX scripts are not compatible in VXAce. XP and VX use RGSS1 and RGSS2 respectively, whereas VXAce uses RGSS3 which is based on Ruby 1.9.2. The coding is completely different so you would need to have it converted to allow it to work.
-
Hi i added a titleset to my game and i can walk through walls
isaacsol replied to andrewjrmill's question in Support
Another issue people don't seem to check is directional passability. Make sure to check that too if the problem crops up again. -
True, but they have done no crime and neither have they asked or actually gone out to get someone to do it; all they have said is that if someone does it, they will give them said items. In legal terms, that wouldn't be reprehensible.
-
At the end of the day, Bethesda have no responsibility for what people name their children. As a parent I can say that at the end of the day, it was my choice. If people want to have free games for live in naming their child that, then they need to prioritise things better.
-
Hey guys, another piano version of a Vocaloid song I've played on piano. It is another piano duet. The song is called Matryoshka, which is the Russian nesting dolls (Матрешка). Enjoy! If you want a direct link, just ask.
-
Wow, looking really good so far Mark!
-
I am using RockMelt (chromium), and I've noticed that bold and italics in Pol's post there aren't working either.
-
Out of the instruments I can play, harpsichord is hard because you aren't supposed to use your thumbs is proper fingering and the organ is the hardest as you need to learn how to use stops and use the foot pedal manual xD
-
I find time to play a lot. I enjoy it a lot too :)
-
I'm a grade 8 Pianist, Flautist, Harpsichordist and Organist. I'm lousy when it comes to non-western classical though.
-
Considering the amount of time which has passed, you may wish to create a fresh topic in which to post your project in and link this one in the new one. Either way, welcome back ^_^