Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1] 2   Go Down

Author Topic: I'm sorta torn...  (Read 4092 times)

0 Members and 1 Guest are viewing this topic.

Xiphirx

wat
I'm sorta torn...
« on: December 16, 2008, 11:35:53 pm »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
I have not made a Zelda fangame since 2005-ish (lol dawn of the hero lol). I really want to do it again, but I am torn between the choices.

Choices:

- Make with GM (lol)
- Make with Blitzmax (requires me to learn it a bit more)
- Make with C++ (requires me to learn a lot more)
- Make with C# (may not require that much learning since people suggest it a lot and state that it is easy)
- Other

So, I do not know what to use, what do you guys think?
Logged
  • For The Swarm

Jeod

Team Dekunutz, Doubleteam
Re: I'm sorta torn...
« Reply #1 on: December 16, 2008, 11:56:30 pm »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1675
Do your LAMC again.
Logged
"You should challenge your fates. When all else fails, you can still die fighting." ~Yune
___________________________________

Zelda GBC+ Engine for Multimedia Fusion 2
  • Doubleteam Project Page

Xiphirx

wat
Re: I'm sorta torn...
« Reply #2 on: December 17, 2008, 12:45:39 am »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
Logged
  • For The Swarm
Re: I'm sorta torn...
« Reply #3 on: December 17, 2008, 12:48:46 am »
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3497
I'd say C#, since everyone has been pushing it lately, you know if you go with that you'll have a lot of community support, same as you would with GM.

I suppose it also depends on what you want to do and why you're doing it.
Logged
~The Gaurdians of ZFGC~
Kirby, metallica48423, Max, Vash, walnut100

Jeod

Team Dekunutz, Doubleteam
Re: I'm sorta torn...
« Reply #4 on: December 17, 2008, 01:14:48 am »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1675
My, bad. I always get you and Xfixium mixed up. I meant Link's Awakening MC style, but I forgot that was his project.
Logged
"You should challenge your fates. When all else fails, you can still die fighting." ~Yune
___________________________________

Zelda GBC+ Engine for Multimedia Fusion 2
  • Doubleteam Project Page

Starforsaken101

Wake the Beast
Re: I'm sorta torn...
« Reply #5 on: December 17, 2008, 01:39:44 am »
  • www.mouffers.com
  • *
  • Reputation: +69/-0
  • Offline Offline
  • Gender: Female
  • Posts: 2577
May I suggest C++? I haven't programmed at all in Game Maker, nor C++ (I've done C), but C++ seems pretty awesome at this sort of stuff.

...OR YOU COULD ALWAYS DO IT IN JAVA!!!!...please disregard that.
Logged
  • Starforsaken101's DeviantART

Xiphirx

wat
Re: I'm sorta torn...
« Reply #6 on: December 17, 2008, 04:12:49 am »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
May I suggest C++? I haven't programmed at all in Game Maker, nor C++ (I've done C), but C++ seems pretty awesome at this sort of stuff.

...OR YOU COULD ALWAYS DO IT IN JAVA!!!!...please disregard that.

JERVER? NO THNX

Hmm, about C++, if I use it which graphics library should I use?
Logged
  • For The Swarm

Starforsaken101

Wake the Beast
Re: I'm sorta torn...
« Reply #7 on: December 17, 2008, 04:14:25 am »
  • www.mouffers.com
  • *
  • Reputation: +69/-0
  • Offline Offline
  • Gender: Female
  • Posts: 2577
Dunno. Haven't touched C++ yet but look around I don't know.
Logged
  • Starforsaken101's DeviantART
Re: I'm sorta torn...
« Reply #8 on: December 17, 2008, 04:17:45 am »
  • Wooper Don't Give a !@#$%
  • *
  • Reputation: +16/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1457
May I suggest C++? I haven't programmed at all in Game Maker, nor C++ (I've done C), but C++ seems pretty awesome at this sort of stuff.

...OR YOU COULD ALWAYS DO IT IN JAVA!!!!...please disregard that.

JERVER? NO THNX

Hmm, about C++, if I use it which graphics library should I use?

How experienced are you?

Not very? Play with Allegro some to get a feel for things, and after making a few test examples, move up to
SDL. Make a few games in this, get a good feel for C++. Bored with that?
Direct3D10. This one's a !@#$% but if you did some other graphics stuff beforehand it won't blow your mind.
I'd recommend OpenGL but on the windows side its toast.

Also contrary to what everyone's saying, C# will take you a deal of time to learn if you haven't programmed before. Its easier to grasp than C++ though, so is Java. Only C# has practical application for the actual MAKING of a game. I personally suggest you go with GM and start learning some Java on the side, and then eventually learn C#/C++, that is if you like doing this stuff enough.
« Last Edit: December 17, 2008, 04:25:06 am by walnut100 »
Logged
ROLL TIDE WHAT? **** YOU!!! Geaux Tiga

~The Gaurdians of ZFGC~
Kirby, metallica48423, Max, Vash, walnut100
  • Gamers & Developers Unlimited

Xiphirx

wat
Re: I'm sorta torn...
« Reply #9 on: December 17, 2008, 04:19:24 am »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
May I suggest C++? I haven't programmed at all in Game Maker, nor C++ (I've done C), but C++ seems pretty awesome at this sort of stuff.

...OR YOU COULD ALWAYS DO IT IN JAVA!!!!...please disregard that.

JERVER? NO THNX

Hmm, about C++, if I use it which graphics library should I use?

How experienced are you?

Not very? Play with Allegro some to get a feel for things, and after making a few test examples, move up to
SDL. Make a few games in this, get a good feel for C++. Bored with that?
Direct3D10. This one's a !@#$% but if you did some other graphics stuff beforehand it won't blow your mind.
I'd recommend OpenGL but on the windows side its toast.

Thanks for that wally.

Seems like I am going to have to re-install VS...
Logged
  • For The Swarm
Re: I'm sorta torn...
« Reply #10 on: December 17, 2008, 04:20:34 am »
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 446
J#, and never look back.
Logged

Xiphirx

wat
Re: I'm sorta torn...
« Reply #11 on: December 17, 2008, 04:24:05 am »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
J#, and never look back.

That isn't an option. :P
Logged
  • For The Swarm
Re: I'm sorta torn...
« Reply #12 on: December 17, 2008, 04:40:29 am »
  • Minalien
  • *
  • Reputation: +10/-1
  • Offline Offline
  • Gender: Female
  • Posts: 2119
J#, and never look back.
Get the !@#$% out of here with your face full of J#

I would say C++ and DirectX, or C# with XNA.
Logged
Quote
There's such a double standard about religion in the modern world. Catholics can gather, wear white robes, and say "In nomine Patris, et Filii, et Spiritus Sancti" and be considered normal.

But if my friends and I gather, wear black robes, and say  "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn", we're considered cultists.
  • Development Blog

Starforsaken101

Wake the Beast
Re: I'm sorta torn...
« Reply #13 on: December 17, 2008, 05:18:57 am »
  • www.mouffers.com
  • *
  • Reputation: +69/-0
  • Offline Offline
  • Gender: Female
  • Posts: 2577
WTF J#!!!!!
Logged
  • Starforsaken101's DeviantART

Pyrazor

PUMP UP DA JAMS!
Re: I'm sorta torn...
« Reply #14 on: December 17, 2008, 05:45:15 am »
  • OH LARD IZ PORKCHOP, BUST OUT DA HAPPY SNACKS
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 191
How experienced are you?
Logged

I C'Z U
Re: I'm sorta torn...
« Reply #15 on: December 17, 2008, 06:02:46 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 466
Do it in Assembly :O
Logged
I made a thing! Please try the thing, it's what the kids are calling a "vidja game" for the iOS Splashy Bucket
  • Fictitious Spoon Productions
Re: I'm sorta torn...
« Reply #16 on: December 17, 2008, 02:13:52 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 2245
J#, and never look back.
Because if you do, you'll realise you made a badass decision.

I prefer the C++/OpenGL combination myself.  It probably is a bit more heavy handed than C#, but I think the results are worth it.

http://nehe.gamedev.net/
Logged
Re: I'm sorta torn...
« Reply #17 on: December 17, 2008, 02:16:55 pm »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6629
Do it in Assembly :O
This.

On a serious side, I would say use a member of the C family. If your still new to them, stick to C#, if you have some experiance in programming try C++.
Logged
Re: I'm sorta torn...
« Reply #18 on: December 17, 2008, 04:24:42 pm »
  • Minalien
  • *
  • Reputation: +10/-1
  • Offline Offline
  • Gender: Female
  • Posts: 2119
J#, and never look back.
Because if you do, you'll realise you made a badass decision.

I prefer the C++/OpenGL combination myself.  It probably is a bit more heavy handed than C#, but I think the results are worth it.

http://nehe.gamedev.net/
I see your C++/OpenGL and raise you C++/DirectX 10
Logged
Quote
There's such a double standard about religion in the modern world. Catholics can gather, wear white robes, and say "In nomine Patris, et Filii, et Spiritus Sancti" and be considered normal.

But if my friends and I gather, wear black robes, and say  "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn", we're considered cultists.
  • Development Blog

Xiphirx

wat
Re: I'm sorta torn...
« Reply #19 on: December 17, 2008, 05:11:47 pm »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
How experienced are you?

4 years programming random !@#$% in random lanuages :S
Logged
  • For The Swarm
Pages: [1] 2   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.356 seconds with 77 queries.

anything