Jump to content

AceOfAces_Mod

Member
  • Content Count

    99
  • Joined

  • Last visited

  • Days Won

    4

Status Replies posted by AceOfAces_Mod

  1. Well... Where did the time go?
    I'm alive. Just too busy working on my projects.

  2. So, even the paywall hype train has hit the RM community.

    I mean, the patreon garbage kind of paywall. Yanfly, you've really sunk down to the levels of the likes of dirty devs and asset flippers, but I guess it doesn't surprise me. It's either money or nothing. You know what that actually is? Greed.

    You could of put your plugins on Steam or somewhere where purchase would be much easier, but no, you gave the underprivileged the finger instead with sleazy Patreon.

    The Orwellian nightmare continues...

    1. AceOfAces_Mod

      AceOfAces_Mod

      Why is it Orwellian, exactly?

       

      In any case, I understand why Yanfly had to do this (although the situation escalated too quickly), but as long as essential plugins are free, I don't have much to complain about. I just wish it was handled better.

       

      Oh, and Steam Workshop on MV is quite garbo. I can't update a plugin if I re-format the laptop.

    2. (See 8 other replies to this status update)

  3. You implement one puzzle and another puzzle breaks. The wonders of coding, everybody. QwQ

    1. AceOfAces_Mod

      AceOfAces_Mod

      Sometimes, you wish the code you have is modular. Other times, you wish you combined them into one harmonious code. Things break when it's not handled properly. Say, you used the same variables but forgot to check that another piece doesn't use them anymore. 

    2. (See 2 other replies to this status update)

  4. afzYYqz.png Experimenting with particle effects.

    1. AceOfAces_Mod

      AceOfAces_Mod

      I am using a plugin that utilizes the Pixi Particles add-on. Then I make a smoke emitter (with a particle editor) and load it to the plugin. It practically works like the 2D particles system on the 3D engines. The plugin needs an event to work as the spawn point. The plugin I use is this: http://pivoo.me/particle-core/

    2. (See 2 other replies to this status update)

  5. Well...

    Looks like I finally got my computer up and running once more.

    Ideal situation? Not really.

    But, it's something...

    Now I can give up that mobile crutch.

    (for those that may ask - yes, my files seem to be intact)

    1. AceOfAces_Mod

      AceOfAces_Mod

      It could be due to the Steam version exchanging data with Steamworks (Workshop, possibly). I have moved over to MV, but I never had that issue except if I enabled Steam Cloud for a project I am working on.

    2. (See 2 other replies to this status update)

  6. I tried to boot a Linux distro ISO on my computer using my phone as a USB bootable device, but it didn't work. 

     

    I'm at my wit's end here; what must I do to have my terrible luck be upended, huh!? 

     

    Tired of asking for help and getting patted on the shoulder; all that effectively is, is a bandage on a broken leg. 

    1. AceOfAces_Mod

      AceOfAces_Mod

      There might be a solution that I didn't have to do. You could take the microSD card, put it in an adapter (USB or micro to full SD adapter) and try to use that as a bootable device. I can't say that it will work, but you can give it a shot.

    2. (See 4 other replies to this status update)

  7. I tried to boot a Linux distro ISO on my computer using my phone as a USB bootable device, but it didn't work. 

     

    I'm at my wit's end here; what must I do to have my terrible luck be upended, huh!? 

     

    Tired of asking for help and getting patted on the shoulder; all that effectively is, is a bandage on a broken leg. 

    1. AceOfAces_Mod

      AceOfAces_Mod

      Well... you can't install a Linux distro by using a phone as the installation medium. Most Android phones these days have a form of a block in the design to prevent external programs to wreak havoc in the file system (you can't even partition the SD Card if it is inside the phone). SO, your only options are to a. use a spare USB stick or b. go old-school and burn the image to a CD-R or DVD-R.

    2. (See 4 other replies to this status update)

  8. You know what? 

    Why isn't there an RM port for Android, or iOS? Seems that the devices themselves are more than capable of being able to handle an RM engine... 

     

    Oh, but the NDS gets one in Japan; as far as I am concerned, Nintendo hasn't earned it. 

    1. AceOfAces_Mod

      AceOfAces_Mod

      That depends on the what you mean by a port. I guess you mean the port of the editor (with the capability to play games made by that editor) so... off I go.

       

      My best guess as to why there isn't an iOS/Android port would be the following:

      1. Cumbersome editing. DS has two screens. It makes it quite easy to build events. Android and iOS don't have that luxury (and even if there were devices with two screens with compatible OS, it would be quite awkward still.

      2. (Android specific) The hardware is all over the place (price wise). You may have a smooth experience. Or not. That depends on a number of factors (the hardware itself, OpenGL/Vulkan support, how well is Android working on the hardware, etc.).

      3. Storage limit.

       

      Maybe there are others, but I could be wrong.

    2. (See 1 other reply to this status update)

  9. Anyone else get Game Character Hub: Portfolio Edition yet?  So far I'm disappointed :(

    1. AceOfAces_Mod

      AceOfAces_Mod

      I have GCH PE. In all honesty, both versions are confusing to insert items.

    2. (See 3 other replies to this status update)

  10. Dang it Youtube! Stop changing your layout! 

    1. AceOfAces_Mod

      AceOfAces_Mod

      YouTube: We change layouts, so you can keep learning. B)

    2. (See 4 other replies to this status update)

  11. Thank goodness for Opera remembering my password. I'M BACK, BABY!

  12. I worked on a UWP port of a sample MV game. It has some issues, but for the most part it's pretty solid.

    1. AceOfAces_Mod

      AceOfAces_Mod

      Depends. On HTML, it's limited by what the browser can support (and how it's handled).

    2. (See 7 other replies to this status update)

  13. I worked on a UWP port of a sample MV game. It has some issues, but for the most part it's pretty solid.

    1. AceOfAces_Mod

      AceOfAces_Mod

      It does have some advantages in there. With the help of WinJS, I was able to get the game to auto-detect the resolution.

    2. (See 7 other replies to this status update)

  14. I worked on a UWP port of a sample MV game. It has some issues, but for the most part it's pretty solid.

    1. AceOfAces_Mod

      AceOfAces_Mod

      About 2: I've already exported to HTML5. That's how I made it work in UWP.

      And for 3: Keyboard, Arcade Sticks, Gamepads Notifications etc.

    2. (See 7 other replies to this status update)

  15. I worked on a UWP port of a sample MV game. It has some issues, but for the most part it's pretty solid.

    1. AceOfAces_Mod

      AceOfAces_Mod

      Did I mention that it can access UWP APIs directly, unlike nwjs?

    2. (See 7 other replies to this status update)

  16. I worked on a UWP port of a sample MV game. It has some issues, but for the most part it's pretty solid.

    1. AceOfAces_Mod

      AceOfAces_Mod

      1. Releasing it to the Xbox One.

      2. Windows' HTML5 engine is pretty solid.

    2. (See 7 other replies to this status update)

  17. I didn't expext this, but Immortal Sins got featured in a list for UWP apps.https://betanews.com/2016/12/09/best-windows-10-apps-this-week-4/

  18. Holy mother of god! It works like silky smooth butter! http://imgur.com/a/q5VCF

    1. AceOfAces_Mod

      AceOfAces_Mod

      I've converted my game with Project Centennial to a UWP package.

    2. (See 3 other replies to this status update)

  19. So is the Windows 10 "anniversary update" as bad as I hear? I have it blocked for now, and I keep hearing bad stuff. I sware ever since I got this laptop I have been growing more and more disgusted with windows 10 and am just looking for one big excuse to go back to wonderful glorious Linux...

    1. AceOfAces_Mod

      AceOfAces_Mod

      No. I've installed it and it is much better compared to both build 10586 and 10240 (altohugh they are a bit pushy with Microsoft Edge).

    2. (See 1 other reply to this status update)

  20. Message from Paypal; Steam Summer Sale starts 23rd June :3

  21. MV is 50% off this weekend... question; is it really worth the price for it yet?

  22. Well, ran a quick test to see if you can convert RMMV games into UWP with Intel XDK (Cordova App). It actually performs better than with the stock renderer executable (neither lag nor choppy audio). http://i.imgur.com/6sCCIhr.jpg http://i.imgur.com/BCmmZCI.png I'm using the trial version of MV (Steam, Free Weekend), so I could only make a quick and dirty project to test it out.

    1. AceOfAces_Mod

      AceOfAces_Mod

      And when I mean that it was done, it uses a different renderer (DirectX based?).

    2. (See 3 other replies to this status update)

×
Top ArrowTop Arrow Highlighted