[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

>2017 >Wasting time by not using Game Maker Explain.

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 62
Thread images: 8

File: gms.jpg (123KB, 1600x900px) Image search: [Google]
gms.jpg
123KB, 1600x900px
>2017
>Wasting time by not using Game Maker
Explain.
>>
>>58977100
>be 12
>"im gonna make video games when im older!"
>>
>>58977100
>18+ years old
>Wasting time by using Game Maker
Explain
>>
>>58977815
Why waste time coding low level shit when you could be actually making a game?
>>
>>58977852
I don't think you're getting the point...
>>
Unreal > Cryengine > Unity > > > GameMaker
>>
>>58977852
Because making the next Undertale clone with nothing original is wasting time more than writing your own engine
>>
>>58977815
Because as long as you have an original enough idea and proper/good graphic assets, a GameMaker game can be amazing (see Hyper Light Drifter or Undertale.)
>>
File: 1479024593999.webm (45KB, 640x480px) Image search: [Google]
1479024593999.webm
45KB, 640x480px
The editor doesn't work very well under wine. Otherwise I would probably use it to throw together small 2d prototypes.
>>
GameMaker still exists? I remember being 13 and being the only person who actually used the scripting language (GML) instead of using its astronomically shitty drag-and-drop events.

I still call my frames steps.
>>
>>58977100

>be me, 2014
>parent of 4
>youngest two want to make vidya, follow in dad's footsteps from the 8 bit atari days
>youngest daughter discovers Game Maker Studio, shows brother
>both ask if I can buy it
>Buy Game Maker Studio standard, only about $30 and can install on 3 different machines.
>Kids have made shooters galore, no real coding necessary
>son adds request for RPG Maker, oblighe and buy it
>kids make vidya for themselves and are content with it.
>consider making vidya myself since it's so damned easy that a 10 and 12 year old with ZERO coding skills have made numerous bullet hell type shooters.

If you wanna make games the easy way, GMS is for you. Coding skills not necessary at all.
>>
Want to make a game and going to use panda3d because of python support. Is panda3d bad?
>>
>>58977100
I created my own game engine with pygame.
>>
>>58977100
I used to love game maker when I was younger and the runner for studio is actually impressive. You can make a game and get it running on tons of platforms just like that.

However, I've gone back and tried to use it and GML is so fucking horrible it's not even funny. Plus the IDE is complete garbage.
>>
>>58977994
Problem is when people try and sell those though, they are literally flash games and should be treated as such
>>
File: bush.jpg (2KB, 125x90px) Image search: [Google]
bush.jpg
2KB, 125x90px
>his career is making video games

laughingsluts.jpeg
>>
>>58978033
At least we aren't bored to death by shitty SQL server garbage. And don't even get me started on PHP.
>>
>>58978019
>they are literally flash games
>literally
wat
>>
>>58978140
If you seriously think programming consists of either making games or PHP+SQL, you have some serious issues going on.
>>
>>58977872
What if you're too retarded to figure out how to do basic things like drawing sprites, playing sound, or making the game actually tick.
You know, engine stuff.
>>
File: dc.gif (229KB, 105x105px) Image search: [Google]
dc.gif
229KB, 105x105px
>>58978140

I own my own business. I just come here to make fun of 15 year olds with their rgb gaymur pc's and shitty ibm model m's. It's very easy and entertaining. I have alot of respect for competent programmers, I could never do that shit.
>>
>>58978174
Please elaborate. I have no idea what else programming is good for.
>>
>>58978182
Then you probably shouldn't be trying to make video games
>>
>>58978174

oh yeah it also involves making games

which is actually enjoyable
>>
>>58977100
DUDE GAME ENGINES LMAO
>>
File: EntertainmentRevenueGrowth.jpg (97KB, 952x680px) Image search: [Google]
EntertainmentRevenueGrowth.jpg
97KB, 952x680px
>>58978033
What's wrong with a career in video game development? Video games are currently the fastest growing media market in the world.

Besides, it's a lifelong dream for many people to make video games. I don't see what's wrong with following such a creative endeavor.
>>
>>58978018
Studio 2 seems pretty cool, I like the new workflow.
>>
What's wrong with using an existing engine as a base? People of all skill levels do it all the time
>>
>>58977100
Does anyone have any suggestions on 2D game engines/frameworks?

I've heard good things about LOVE, and I've also looked into libGDX, which seems to be more of just a framework.

I've also considered just learning openGL, and programming it directly in that, but I don't know whether the performance gains of doing it on a lower lever would be worth the increased difficulty of deploying to different platforms.
>>
>>58978609
Stop liking things I don't like.
>>
There are many better game engines with more features, more portability, and an ability to use languages that don't make you want to kill yourself. Why use Game Maker when Unity exists?
>>
>>58978792
Because C# was designed by Satan.
>>
>>58977100
>shit tier game dev studio
Godot > GM
UE4 > Unity
Face it, open source is better at engines.
>>
File: 1487190008206.png (82KB, 306x289px) Image search: [Google]
1487190008206.png
82KB, 306x289px
>>58978033
>mfw having to spend my life with corporate drones like yourself
>>
>>58977100
I actually really like GameMaker: Studio 2. Feels comfy as fuck. It's a straight improvement over the original Studio in every way.

My only problem remains that I don't like certain aspects of GML - mainly in that it tries to be like an object-oriented language but only half-assedly. You can't give objects their own methods like you can with classes in proper OO languages. The result is that you just have a bunch of scripts that aren't inherently connected to what they're supposed to be called by in any way.

Another thing that bothers me is that scripts sort of act like functions/methods in other languages, but the scoping is instance-wide instead of being local within the script. So you always have to take care to make sure that variable names inside scripts don't conflict with the names of data members in your objects, since it'll just end up overwriting them.

Other than that, it does basically everything that I want it to, so whatever.

>>58977872
>implying your game ideas are so unique and awesome that they can only be done with your special engine

Just what kind of gimmicky shit are you making?
>>
>>58977783
Holy shit this actually happened to me
>>
>>58978880
>I don't know how to use it
>It was designed by Satan
>>
>>58978996
I work for a real game company and write engine code, so gimmicky shit you've played.
>>
>>58979561
Iktf anon
>>
Man this shit brings me back. I remember spending hours sitting in front of my computer staring at GameMaker 7 trying to figure out how to do what I wanted to do in the drag-n-drop since coding and scripting seemed really really scary. Lol sprites didn't have transparency, the bottom-left most pixel determined the transparency color so you couldn't use it. Man what a simpler time.

Then 8 came out with all its cool template sprites, sounds, backgrounds etc. Then 8.1 which was even better. Then studio came out and it all went to shit.
>>
>mfw using Unity and it is literally a pile

Seriously, this fucking shit crashes randomly on running the compiler. Then it fucking has no fail safe and you need to control alt delete if you do something stupid.

Case in point, recursively call a collider. Watch it shit the bed. Plus it uses a fucking diarrhea version of c#, like version 3-4. C# is up to 6.

REEEEE
>>
>>58979561
>tfw this is still happening to me in university
>>
>>58977870
>Unreal > Cryengine > Unity
absolutely retarded
>>
File: 1327976849945.jpg (388KB, 613x640px) Image search: [Google]
1327976849945.jpg
388KB, 613x640px
>>58978792
>Don't like the approach Unity uses on most stuff but scripting with C# is comfy as fuck
>GML is alright but it uses its own retarded made up scripting language which is downright retarded most of the time, specially when it comes to "accessors"
>>
GML is shit you can't even make an array concisely or declare functions, I'm taking a game dev class as a piss easy elective to satisfy some bs requirement for my degree
>>
>>58981993
Who are you quoting?
>>
>>58977100
>making games
>not writing shit enterprise software in a shitty oop language instead
>>
>>58982025
Hey, you can make like 12 functions. As long as you want them to be called... what the fuck was it? "user1-12"? Man it's been soooo long.
>>
Code your game from scratch in C, that's what I'm doing, using glfw and glew and openal.
>>
>>58978769
If know lua or you are willing to learn a baby tier language yes.
>>
>>58982025
The fixed the array syntax in the new version of Studio.

You can make functions (i.e. scripts), but it is a little cumbersome. You can declare scripts and pass arguments to them like you can with functions in procedural languages, but the scoping isn't limited to the script only.

GML is shit overall but at least it is piss easy
>>
>>58982332
its going to take you 1000000000000 years but you'll learn a lot gl
>>
>>58982430
yeah I figured out how to do the functions via scripts pretty quickly, its just dumb. They should have embedded lua or something instead of making their own bastard language
>>
>>58978769
Here are the pros and cons of love imo:

pros:

easy
can make your own engine from the ground up
way faster compared to similar things like pygame
built in box2d
great, closenit community
extremely easy multiplatform deployment
can scale to indie level development

cons:

can't compile games, so when you release everyone has access to your source code

community is a little small
no practical 3d
no gui based editing tools
no built in gui library
best gui library has been abandoned
>>
>>58978925
godot will be > gm, when it's finished. its nowhere near usable for serious dev.
>>
>>58978996
it's 2017. 3D is not gimmicky shit
>>
>>58982580
you can wrap it into a exe if you want
>>
>>58982332
It's not from scratch if you're using libraries, nigga
>>
Use what you are good at. You can argue all you want but the engine isn't going to make the game good. It's all in execution. Tactics used in the successful releases were not anything groundbreaking. This board will most likely laugh at the idea of art over logic but if you want to stand out from the 2D ez-clones, execute fresh and appealing ideas and garb them with a style pleasing to the eyes. As long as it fucking works and looks/feels good, the only people that will scoff at it are the autistic retards who care about the process more than the product.
>>
File: 1487139739186.jpg (55KB, 400x300px) Image search: [Google]
1487139739186.jpg
55KB, 400x300px
>>58982892
As much as I love and come on /g/ I'm not going to take the advice of a bunch of literal autists that unironically install fedora and arch linux on their 6 year old second hand chink pads in anything related to productivity aside from what's the latest meme supreme.
>>
>>58977100
I'm using Unity :^)
>>
>>58982884
Using libraries doesn't mean you aren't doing it from scratch, since nobody codes games in c without using libraries.
Thread posts: 62
Thread images: 8


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.