Author Topic: making a fighting game with ags  (Read 1804 times)  Share 

Snarky

  • Local Moderator
  • Mittens Baronet
  • Private Insultant
    • I can help with proof reading
    •  
    • I can help with translating
    •  
Re: making a fighting game with ags
« Reply #20 on: 18 Jun 2012, 23:28 »
Igor, you are headed for another ban. To avoid it, you need to:

-Investigate the topic on your own before you ask such general and basic questions
-Provide enough context in your posts for people to be able to understand what you mean and answer meaningfully
-Check your spelling and write in something resembling correct English

monkey_05_06

  • AGS Project Admins
  • Has left the building.
Re: making a fighting game with ags
« Reply #21 on: 18 Jun 2012, 23:30 »
How do you get from "giving" to "graving"...?

You missed one:

arcatact

I'm beginning to smell a bit of trawl. Until you can start posting realistic questions in the right forums without blatantly breaking the rules and openly disrespecting and slapping the face of those trying to help you, you can count me as out. Just saying.

Edit: And in light of Snarky's post I might have revoked this if I hadn't already typed it out only to find he posted while I was typing. :P
Let's be honest. Most people suck at coding. I suck at coding, but at least my code is readable. To Hell with anyone too lazy to maintain consistent formatting in their code. I could deal with bad interfaces and structure if I could even read your horrible code. And that's putting it nicely. -monkey

Re: making a fighting game with ags
« Reply #22 on: 18 Jun 2012, 23:35 »
arcatact what do you mean?
Those blasted arcatacts and their confusing trade. Being a programmar and scripting is much easier work though.  :-D

Edit: And yes, being serious here. As Khris mentioned, Ig, you're asking a broad question. Instead of asking a few simple questions that you can't find in the manual or using the forum's search, those would be easy to answer. Using Khris's analogy: we're not going to tell you how to build a house, but we'll give you a few pointers on how to hold a hammer.
« Last Edit: 18 Jun 2012, 23:43 by Ryan Timothy »

ig299

  • Guest
Re: making a fighting game with ags
« Reply #23 on: 19 Jun 2012, 01:14 »
well i know how to do basic stuff like characters and rooms but my problem always was getting the character to do something with a press of a key on a keyboard like in that Indiana Jones game

Iceboty V7000a

  • * KILL* * KILL * * KILL *
    • Lifetime Achievement Award Winner
    •  
Re: making a fighting game with ags
« Reply #24 on: 19 Jun 2012, 02:27 »
As I mentioned, try MUGEN instead. If you cannot even handle it you probably cannot do it with AGS. AGS was not designed for making fighting games in the first place. Being able to do so is one thing, but that doesn't mean you should/can do this with it.

Jared

  • Feel like I should hate him for some reason
    • I can help with proof reading
    •  
    • I can help with story design
    •  
Re: making a fighting game with ags
« Reply #25 on: 20 Jun 2012, 04:01 »
Oh, man. Can't believe I confused MUGEN with MAME. Sigh.

But yes, MUGEN is the tool to use for a fighting game. It really is made for it and is fairly easy to use, even if, from memory, it has very limited GUI.

Eggie

  • Golly!
Re: making a fighting game with ags
« Reply #26 on: 21 Jun 2012, 19:42 »
One of the first things you come to when you're scrolling down the global script in the default game template is code for making the character move when keys are pressed. I don't know why you wouldn't have seen it before being that you know the basics of the software but, you know, you could give that a look.

Re: making a fighting game with ags
« Reply #27 on: 24 Jun 2012, 23:23 »
I'm sorry, Community... I couldn't stop myself.
http://www.mediafire.com/file/r31ofwciat85xne/Stickman_Revange.rar
(Z - punch)
Download at your own risk and you probably will regret if you do.
« Last Edit: 24 Jun 2012, 23:39 by an Urpney »
Born to the sound of marching feet,
Trained as a military elite.
Each of us drilled and singled out to be,
An Urpney.

Ghost

  • Guest
Re: making a fighting game with ags
« Reply #28 on: 24 Jun 2012, 23:55 »
Download at your own risk and you probably will regret if you do.

I did and I did. Downloading *and* regretting. But in a good way ;-D

MUGEN seems to be a pretty fun program, though; I never knew about it! Very easy to set up, and that's coming from someone with almost ZERO experience in fighting games (Puzzle Fighters probably doesn't count). I should give it a try, ig!

Radiant

  • Mittens Knight
  • AGS Baker
  • ...and we are the Dreamers of Dreams.
  • Radiant worked on a game that was nominated for an AGS Award!Radiant worked on a game that won an AGS Award!
Re: making a fighting game with ags
« Reply #29 on: 25 Jun 2012, 09:50 »

ig299

  • Guest
Re: making a fighting game with ags
« Reply #30 on: 27 Jul 2012, 21:54 »
but you have made a fighting game like ocean spirit denies and i just have a problem with a code for getting the character to do something with a pres of a key so if you could help me with that that'll be grate

KodiakBehr

  • Is FINALLY casting Conspirocracy
Re: making a fighting game with ags
« Reply #31 on: 01 Aug 2012, 20:49 »
For the record, questions like "[how do I get] the character to do something with a pres (sic) of a key" are best-placed in the Beginner Questions forum.  In the meantime, I would suggest you go to the Help menu within AGS and do a search for IsKeyPressed.

suicidal pencil

  • The green-machine
    • I can help with animation
    •  
    • I can help with play testing
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
    • I can help with web design
    •  
Re: making a fighting game with ags
« Reply #32 on: 05 Aug 2012, 02:07 »

kinda how I felt reading this catastrophe of a thread...

ig, if you are indeed serious and are not a troll, and you really want to use AGS, then create a small game (one room) first, and experiment with it. Open up the demo game that comes with AGS and peruse it's source. AGS has the capability to create some pretty complicated and amazing games, but the farther you drift from P&C adventure games the more work you'd need to do.

If you decide to continue making a fighting game, learn to code. We'll help you with problems, but we wont code the whole f*cking thing for you. That, and it feels quite nice to solve a rather thorny programming problem without any help.

On the reverse side, it's infuriating to stare at a simple problem and see nothing but complex solutions, or no solutions at all

Andail

  • Global Moderator
  • Mittens Baronet
  • Cultured man of mystery
    • I can help with backgrounds
    •  
Re: making a fighting game with ags
« Reply #33 on: 05 Aug 2012, 20:46 »
Before more people feel inclined to moderate Ig, let me just direct your attention to his permanent ban.

EDIT:
... which has now been made unpermanent.
« Last Edit: 19 Aug 2012, 18:52 by Andail »
Be vigilant, citizen!
Check out my GiP, The Samaritan Paradox
Also, check my blog at http://faravidinteractive.wordpress.com/

ig299

  • Guest
Re: making a fighting game with ags
« Reply #34 on: 19 Aug 2012, 01:18 »
For now i'll hold off on the idea but later we'll see.