Author Topic: New Robot combat game- in progress.  (Read 37884 times)

Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #60 on: January 03, 2010, 02:44:52 PM »
it won't open up to play it says adobe has encounterd a problem

Offline G.K.

  • *
  • Posts: 12157
  • Rep: 10
  • Striving for a good personal text since 1994.
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #61 on: January 03, 2010, 02:47:23 PM »
What? Adobe? Have you renamed the .asdf file to a .exe?
My above post explains everything about everything.

Host of: Wheely Tag, Back To The Beginnings, BTTB 2, BTTB 3, BTTB 4, & BTTB V.

Heavy Metal: Champion (Mockery of the Whole Concept)
Robotic International Wars Series 1: Champion (Minifridge 6)
RA2 Team Championships 1 & 2: Champion (High Speed Train & Upthrust - as part of Naryar's Not Quite Evil Council of Doom)

Runner Up in: The Amazing Rage (Team Fedex), R0B0NOVA (Zaphod Stock), Steel Warzone (Inception of Instability), Box of Nightmares (Gicquel), Wheely Tag (Minifridge the Second)

Clash Cubes IV: 5th place (Fretless)
BBEANS 6: Rumble Winner & 6th Place (Minifridge 4)

Offline Noodle

  • Ultra Heavyweight
  • Posts: 1808
  • Rep: 1
  • faggot
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: New Robot combat game- in progress.
« Reply #62 on: June 19, 2010, 08:36:41 PM »
This had potential.  It's a shame it'll never be finished.

Offline Zog

  • *
  • Posts: 1173
  • Rep: 0
  • I suck.
    • georgedbabingdon
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #63 on: June 20, 2010, 02:25:59 AM »
It probably did, shame the controls were messed up...
how do i
how do u
what
no

Offline Noodle

  • Ultra Heavyweight
  • Posts: 1808
  • Rep: 1
  • faggot
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: New Robot combat game- in progress.
« Reply #64 on: June 20, 2010, 05:15:09 PM »
It probably did, shame the controls were messed up...

True, but they made sense.  That control scheme is closer how you have to drive most bots in real life.

BTW has anyone tried emailing the guy?
« Last Edit: June 20, 2010, 06:23:36 PM by Noodle »

Offline JoeBlo

Re: New Robot combat game- in progress.
« Reply #65 on: June 21, 2010, 03:18:04 AM »
yes.. read back over the thread and you will find that the source files for this game was lost

Offline Somebody

  • *
  • Posts: 7200
  • Rep: 13
  • CP: +2
    • SomebodyofGTM
    • View Profile
    • My site
    • Awards
Re: New Robot combat game- in progress.
« Reply #66 on: June 21, 2010, 10:08:14 PM »
What exactly is a "source code"?
I built that big robot on that TV show that time


Offline Sparkey98

  • Giga Heavyweight
  • Posts: 5738
  • Rep: -20
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #67 on: June 21, 2010, 10:11:58 PM »
I think it's the inner code that runs everything, that contains the download source.

Offline Noodle

  • Ultra Heavyweight
  • Posts: 1808
  • Rep: 1
  • faggot
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: New Robot combat game- in progress.
« Reply #68 on: June 22, 2010, 01:56:57 AM »
It's basically the game's mainframe.  Without it, you can't edit the actual game more than it allows you to currently.

Offline Madiaba

Re: New Robot combat game- in progress.
« Reply #69 on: June 22, 2010, 11:50:36 AM »
http://en.wikipedia.org/wiki/Source_code (1st 3 paragraphs will suffice)
Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline Somebody

  • *
  • Posts: 7200
  • Rep: 13
  • CP: +2
    • SomebodyofGTM
    • View Profile
    • My site
    • Awards
Re: New Robot combat game- in progress.
« Reply #70 on: June 23, 2010, 02:32:06 PM »
So is it basically what Serge has been editing lately?
I built that big robot on that TV show that time


Offline Noodle

  • Ultra Heavyweight
  • Posts: 1808
  • Rep: 1
  • faggot
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: New Robot combat game- in progress.
« Reply #71 on: June 23, 2010, 03:08:30 PM »
So is it basically what Serge has been editing lately?

I think hes just fiddling around with certain values.

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: New Robot combat game- in progress.
« Reply #72 on: June 24, 2010, 05:46:02 PM »
So is it basically what Serge has been editing lately?

I think hes just fiddling around with certain values.

Yes, although not only values.

Here's how a .exe (machine code) is made:

C++ source code ---(compiler)---> Assembly ---(assembler)---> Machine Code
Where Assembly is 1:1 Machine Code, except operands and opcodes (instructions executed by the CPU) are not mere 1's and 0's, but mnemonic words that help read it (eg, instead of 0x80 we got NOP, which means No Operation). What I do is take Machine Code, run a disassembler from it, and get assembly. Then I use a decompiler (also called my brain) which lets me imagine what source code the assembly might have been created from. Then I modify the assembly (and machine code) once I know what part does what. Essentially, I'm mapping out the executable.

At least I was. Right now I'm without my development box and stuck on my netbook.
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline mushrooshi

  • Antweight
  • Posts: 11
  • Rep: 0
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #73 on: June 24, 2010, 05:51:53 PM »
This game has no depth, you cannot easily create your own robot, and its not that great.

Although I understand this is a work-in-progress :P

Either way, this is a great start already. I hope you guys can really finish it. I know only basic C++, so I don't think I could help much, but this is pretty cool

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: New Robot combat game- in progress.
« Reply #74 on: June 24, 2010, 06:43:50 PM »
Either way, this is a great start already. I hope you guys can really finish it. I know only basic C++, so I don't think I could help much, but this is pretty cool

If you know your Linear Algebra, try learning OpenGL. I started working on a 3d engine, but unfortunately I don't have access to its code right now (forgot to upload it to SVN before going on vacation).
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline mushrooshi

  • Antweight
  • Posts: 11
  • Rep: 0
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #75 on: June 24, 2010, 06:48:14 PM »
Well, last year I just took Physics B and Calculus AB, so I could help. I loved kinematics and energy.

Offline Madiaba

Re: New Robot combat game- in progress.
« Reply #76 on: June 24, 2010, 10:32:50 PM »
...Essentially, I'm mapping out the executable.
This should be the main objective.....
 
 
Input is appreciated. :)
-Arrogance is a quantity devoid of quality...
-As a client once told me "This is my story, and it's sticking to me!"
-Relationships these days are like the 'Arrival' section of the airport: a lot of baggage is being revealed in one place, and not a lot of it is being correlated to its real owners...

Offline Somebody

  • *
  • Posts: 7200
  • Rep: 13
  • CP: +2
    • SomebodyofGTM
    • View Profile
    • My site
    • Awards
Re: New Robot combat game- in progress.
« Reply #77 on: June 25, 2010, 08:38:15 AM »
I get it now :gawe:
I built that big robot on that TV show that time


Offline mushrooshi

  • Antweight
  • Posts: 11
  • Rep: 0
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #78 on: October 31, 2010, 01:30:49 AM »
Any progress?

Offline Jonzu95

  • Giga Heavyweight
  • Posts: 12636
  • Rep: -27
    • View Profile
    • Awards
Re: New Robot combat game- in progress.
« Reply #79 on: October 31, 2010, 04:25:30 AM »
No.