08-01-2009, 11:37 PM
08-02-2009, 02:15 PM
I've seen some amazing games, but the program is hard and inflexible as hell
08-02-2009, 04:24 PM
I'd say the opposite. I've seen some crap games, but it's extremely flexible.
With the exception of 3d games, this system is limitless. If you know how to program it, that is. I do; I've been doing it for five years. It's one of the few things I'm actually great at. If I set my mind to it I can create a decent game in a matter of a week.
With the exception of 3d games, this system is limitless. If you know how to program it, that is. I do; I've been doing it for five years. It's one of the few things I'm actually great at. If I set my mind to it I can create a decent game in a matter of a week.
08-02-2009, 10:50 PM
are you limited to a byond server or can you host your own
08-03-2009, 03:05 PM
(08-02-2009, 10:50 PM)Vipershark Wrote: [ -> ]are you limited to a byond server or can you host your own
I'm fairly sure you can host your own
and Mewthriii, I could NOT make heads or tails of that program and I could not get it to do ANYTHING I wanted
:L
08-03-2009, 03:32 PM
(08-03-2009, 03:05 PM)oB2Ko Mario Wrote: [ -> ]I'm fairly sure you can host your own
and Mewthriii, I could NOT make heads or tails of that program and I could not get it to do ANYTHING I wanted
:L
Did you check out Zilal's beginner tutorial? That can teach you almost anything you need to know.
I'll admit, it is a tad unorthodox, but if you can figure it out, it's easy to get used to.
08-03-2009, 09:10 PM
I checked out one beginner tutorial, but again it was inflexible
and I couldn't piece anything together :<
and I couldn't piece anything together :<
08-05-2009, 08:57 PM
Dear lord I hope you didn't try to code it with C! DDDDDDDD
It does have it's own language which is much like python, but slightly different. And it compiles resource files itself, so all you have to do is link to the file using icon='', or icon_state="" for icon states.
It's not inflexible, you're just being stubborn. Though I'll admit, learning BYOND is the hardest thing in the world if you've worked with other languages before it.
It does have it's own language which is much like python, but slightly different. And it compiles resource files itself, so all you have to do is link to the file using icon='', or icon_state="" for icon states.
It's not inflexible, you're just being stubborn. Though I'll admit, learning BYOND is the hardest thing in the world if you've worked with other languages before it.
08-05-2009, 09:13 PM
(08-05-2009, 08:57 PM)Mewthriii Wrote: [ -> ]Dear lord I hope you didn't try to code it with C! DDDDDDDDThe only thing I've ever had experience in coding is Gamemaker
It does have it's own language which is much like python, but slightly different. And it compiles resource files itself, so all you have to do is link to the file using icon='', or icon_state="" for icon states.
It's not inflexible, you're just being stubborn. Though I'll admit, learning BYOND is the hardest thing in the world if you've worked with other languages before it.
so
yeah, though. I just found it hard, and I couldn't get it to work, so I just ended up quitting on it
well, that and I didn't have any ideas on what to code, so :<
all I know is that in the tutorial I used just to make an overhead adventure thing, the character would go half a pixel a second and then flew across the screen.
I just wanted a steady movement
08-05-2009, 09:33 PM
wait if it's like python then it'll definitely be hard if you know GML
Python isn't an object oriented language, but C is, and GML is like C
apparently Python is really hard to use if you're used to object oriented programming (it is for me, at least.) because the way you use it is so different
I've read some crazy stores, but anyway
Python isn't an object oriented language, but C is, and GML is like C
apparently Python is really hard to use if you're used to object oriented programming (it is for me, at least.) because the way you use it is so different
I've read some crazy stores, but anyway
08-06-2009, 07:40 PM
BYOND is oriented, though.
I just meant that it's more like python than C in that it doesn't make use of semicolons and { } brackets. But I suppose it is very much like GML. BYOND is great if you want something that's slightly tougher than GM's click-and-drag-with-some-scripting approach and want something more exclusive. With the new skin editor, it's like REALBasic for PC.
@ Ob2ko, that's the BYOND running system at work. There's a special source code that you can add to make characters walk steadily. They walk in 32x32 squares, though; if you want pixel movement, there's yet another source code you can get for that.
Once you learn to work with it you will never give it up.
I just meant that it's more like python than C in that it doesn't make use of semicolons and { } brackets. But I suppose it is very much like GML. BYOND is great if you want something that's slightly tougher than GM's click-and-drag-with-some-scripting approach and want something more exclusive. With the new skin editor, it's like REALBasic for PC.
@ Ob2ko, that's the BYOND running system at work. There's a special source code that you can add to make characters walk steadily. They walk in 32x32 squares, though; if you want pixel movement, there's yet another source code you can get for that.
Once you learn to work with it you will never give it up.
08-06-2009, 08:10 PM
-but it certainly can let you down.
In all honesty, it may not even be worth it to make something with this.
I have played many "top ranked" games, and none of them are really of any notable quality.
In all honesty, it may not even be worth it to make something with this.
I have played many "top ranked" games, and none of them are really of any notable quality.
08-07-2009, 08:14 AM
The longer you program with BYOND, the more you realize how amazing some of the games are. You can have excellent graphics in a slapped-together game and likewise have terrible graphics in a game that took tons of effort. Making it look good is the easy part; making it work is the hard part.
I'll admit, it's difficult and kind of exhausting, but, like ZeldaClassic, it's great for making something quick and fun.
I'll admit, it's difficult and kind of exhausting, but, like ZeldaClassic, it's great for making something quick and fun.