Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/17/2018 in all areas

  1. 1 point
    Hehe, that she is. <3 Though I am also very fond of Marisa, ze? And Yukari. And Reimu. And Suika. And... Well a good percentage of the cast really. :3 I would like to visit Gensokyo for real someday and meet the real ones. I mean you do know Yukari and ZUN are drinking buddies and the games are based on a real place right?
  2. 1 point
    Sometimes, you need to play-test an MV game in a browser. However, trying to run the game through the index.html file will result in crashes. Using BrowserSync (a Node.js module), we can set up a local server in seconds and test it, without having to set up server software (unless you need to work on an ASP.NET or PHP website). Requirements: -Node.js -BrowserSync -An RPG Maker MV project. Video version: Text Version: Here’s how to start using it: 1. Download Node.js from https://nodejs.org (or from your repository, if you are using a Linux distro). You can use either the LTS or the Current version. 2. After installing, run the node command line, then type “npm install -g browser-sync” (without the quotes. This will take a while. 3. Once installed, switch to the game’s folder in the command line (usually, cd <folder>). 4. Type “browser-sync start --server” (without the quotes). This will set up the server and open the game in the default browser. If everything went right, you’ll see the “Connected to BrowserSync” badge and the game should work as it should. If you need the game to refresh the browser every time you edit the game, you’ll need to tell BrowserSync to monitor the files. To do that, type: browser-sync start --server --files “<folder>/<file or filetype>” Examples: browser-sync start --server --files “data/*.json” browser-sync start --server --files “*” After that, just edit the game. The browser will refresh automatically.
  3. 1 point
    Oh no worries, Cirno is your favourite character if I still remember~ It's never too late~ The real party is the forums after all; working all day and night xD
  4. 1 point
    i'm releasing stuff about insomnioid (including pre-pre alpha game demo builds) over at its gamejolt page if you wanna check that out https://gamejolt.com/games/insomnioid/314218
  5. 1 point
    *notices this after a month; gg Min* I feel I had this conversation before xD Waaahhh, I was so busy with things i never got back to check xD Yessss, my favourite Cirno- no wait my fairy is still around~
×
Top ArrowTop Arrow Highlighted