Wednesday, June 21, 2017

Debian Stretch

Debian Stretch. Yes, i'm back to debian. After lots of error on another distro, i'm back to debian. Did i mention that i'm back to debian?

Just mash that enter button at installation and you get a Gnome desktop in no time. Its reilable, its very snappy, its debian.

But, Gnome is a resources-hungry.. why oh why?
Nah, any Windows 10 computer should run Gnome Desktop just fine. With those telling that gnome is resources-hungry, still my PC runs quieter than when i boot into windows 10.

But, what about wifi? iwlwifi-something?

Just download the package from debian repo 
http://ftp.us.debian.org/debian/pool/non-free/f/firmware-nonfree/ 
irmware-iwlwifi_20161130-3_all.deb

and install the package
sudo dpkg -i <insertyourpackagehere.deb>

...and done.

Gnome Debian Stretch
With wifi installed ;)

Tuesday, June 20, 2017

Internal Error and Crash Report

Randomly crash reports and internal errors makes me hate Ubuntu with all my heart. Freshly installed, no additional install of any kind, and the last one is a grub error told me that an .img file or something were missing, And i was unable to log into Windows for my daily work. 

With grub-update, it detect the Windows UEFI bootloader, still it cannot boot. 

Using boot-repair does the trick tho, installed from a ppa :

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
then just click recommended repair


Even the problem is solved, i hate it. why would something is crashing by default?

Ah well, log into Windows, download some cd images, open Rufus and ditch that Ubuntu. ^_^

---- The above post is written based on personal experience and may not represent the product overal quality. Your experience may vary.

Saturday, June 17, 2017

Gnome

Its been a while i don't touch any linux machine and i miss it. Work forced me to use Windows 10. It's a nice operating system but i'm not fond of it.

So i browse the distrowatch.com and list some of the distro. I want to try Gnome desktop environtment, and i pick Debian -again. During the installation it request a wifi driver, and i'm too lazy to fix it. >_<

So i download another distro and voila

Ubuntu ! >:D

Suprisingly its a nice distro, despite a crash just after initial login.

And, going from Debian to Ubuntu, i just have to be a little patience since it feels less snappy than Debian -or maybe just my illusion.

And my other hdd is just there. no need to edit /etc/fstab or whatever.

Software updater instead of apt-get update apt-get upgrade :)

And yes, of course my cpu-fan is less noisy than when i'm on Windows





Well, got to go and see ya later!

Wednesday, March 22, 2017

How To Open A GMZ Files GameMaker: Studio

What is a .gmz file?

A gmz file is a compressed GameMaker project file, a game development application. It contains a project (.gmx file) that has been compressed for saving an entire project into one file for easy sending, storing or sharing that includes scripts, sprites, sounds, backgrounds, objects, fonts, shaders, constants, and rooms.

Double click the file open up a dialog box and when you use the GameMaker: Studio Software, it just open the welcome windows popup.

How to open a .gmz files?

From YoYo Games documentation, to open a .gmz file is from the file menu:

"Import: Imports a GameMaker: Studio *.gmz compressed file (which will then be saved as a standard *.gmx) game file. You can also select to import Legacy GameMaker files with the extensions gm81, gmk, gm6 or gb1...n files from here. These might not work correctly in this new version due to changes in GameMaker over the years, and as such it is recommended that you check out the YoYo Knowledge Base to see what's changed between versions before deciding to import legacy files. There is also a tool-bar button for this command and you can even open a game by dragging the file into the actual GameMaker: Studio window."

Or, just go to the import tab when you open the GameMaker: Studio software, browse to the .gmz file, choose a project directory and a project name and then click import.

How to create a .gmz file?

Again, from YoYo Games documentation, is from the file menu, export.

"Export Project: Exports your project as a compressed GameMaker file with the format *.gmz. These project files contain all the information relevant to your current project (including resources, extensions, game information etc...) which can then be imported again into GameMaker: Studio as a complete project in the future. This is very useful for transferring a project over a network as well as for storing shelved projects or backup copies of a current project."



Thursday, March 16, 2017

Gamemaker Studio 2 Steam Version

Gamemaker Studio 2 is available on Steam.
http://store.steampowered.com/news/28021/?snr=1_550_552
Thats a good news. But theres another. Steam prices is cheaper in some region and  generally it is auto-adjusted by Steam to reflect average "buying power" in the region. You can check the prices comparison here at https://steamdb.info/app/585410/

And theres another one! The upgrade paths option is also available through Steam. You just need to acquire the steam key of your Gamemaker: Studio 1 from your yoyogames account.


This is the prices from yoyogames websites.

As for example, the mobile prices is $399.99 for buying the software and become $239.99 if you have the android/ios module from your previous GMS1. 

But, here in my country, the prices is $179 through Steam and become $109 if i follow the upgrade path. 
And don't forget, the special promotion offer ends at April 9th 2017.

Well, i got my GMS2 for $59.99 while it sales $26.96 at Steam 😁 just because the "don't have any plans to release GameMaker Studio 2 on Steam at this time" announcements. 

I don't regret it but i envy you.
Goodluck with your game!

Tuesday, March 7, 2017

Shooting Projectiles

Shooting projectiles! thats a progress.

Creating a shooting projectiles is a big step. This projectiles will add an action style into the platformer. 

Lets see what wikipedia think about an action genre :

The action genre includes any game where the player overcomes challenges by physical means such as precise aim and quick response times. Action games can sometimes incorporate other challenges such as races, puzzles, or collecting objects, but they are not central to the genre. Players may also encounter tactical and exploration challenges, but these games first-and-foremost require high reaction speed and good hand–eye coordination. The player is often under time pressure, and there is not enough time for complex strategic planning. In general, faster action games are more challenging. Action games may sometimes involve puzzle solving, but they are usually quite simple because the player is under immense time pressure.

And i think, a character that shoots is lessen the cuteness of the character itself. 

A dagger? bullets? magic?  ....and my choice fall into..
Fireflies!. its magic and its cute 😊

A firefly spritesheet, and a shooting effect. Done!
Sound Effect? 😕

Enemies? Bosses? 😅

I still want to add some role play element into the game, but i don't have any idea yet.

Well, see ya next time!


Friday, March 3, 2017

Cave Tileset and The First Obstacle

Last week has been a very busy week. There's so many assignment i barely touch the development of the game. 

And today i finished, ....err, half-finished a cave tileset for another level of my platformer-wannabe.

lets take a peek

Here it is. just plain walls and floors. No decorations. No terrains. Just empty.








I also added a hurt state, some recovery time that no enemy can hurt the player and a first obstacle. The great spike 😂

So, what do you think?