Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gigafrost

Pages: 1 ... 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 ... 44
681
Tournament Archives / BBEANS4 Match Videos
« on: September 02, 2008, 07:25:11 AM »
I was shocked that T I T A N got under Go Barbie Go! even once. And this time, the weapons held on through the match... Even though I lost the match, I was just glad I made it that far. Decent tournament ranking as well.

682
Discussion / Bot Exchange! Seriously
« on: August 28, 2008, 01:44:57 PM »
They are basically the gods of the forum...

683
Stock Showcases / R1885's Showcase
« on: August 28, 2008, 07:49:07 AM »
If I recall: ACAMS created the smallest robot. He showcased it against SirK...

684
Discussion / RA2GE: Legends Unleashed!-- RPG Character Signup!
« on: August 28, 2008, 07:44:57 AM »
Good news everyone, I just purchased Macromedia Flash 8 Professional (I like the oldies)... Well worth the $255.

Once I get the hang of it, this pack will go in a TOTALLY different direction. But since I am also a master of PowerPoint, I can simply convert it to flash if need be. Either way, your character's movies will be sexy...

685
Tournament Archives / RAW- Robots At War
« on: August 28, 2008, 07:36:56 AM »
Sign me up as well...

686
Discussion / Posting Quility has taken a dirrastic downturn
« on: August 27, 2008, 12:33:17 PM »
Indeed, I do as well.

687
Modifications / Creating a new Arena Skin: Basic Tutorial
« on: August 27, 2008, 10:31:22 AM »
That is indeed beneficial. Thanks venko. I forgot that Paint.Net handles Alpha channels automatically...

688
Discussion / RA2GE: Legends Unleashed!-- RPG Character Signup!
« on: August 27, 2008, 10:24:32 AM »
@ Death- I will once I am complete, and also I don't mean to be frank, but I see no point in doing so; it being that you have little choice on how to change it (since I am doing the complete arena and components). You will get either the Octagon or the Combat Arena... Make your choice wisely. Nothing personal, it is just that I am a busy man...
 
@kill- Yes. The arena has to describe your character.

689
Discussion / Posting Quility has taken a dirrastic downturn
« on: August 27, 2008, 10:18:29 AM »
I agree totally with goose... I especially thought that it was annoying for someone (not calling out anyone) to create an "I need help!" thread and then 30 minuites later, post that they fixed the problem themselves. Something has to be done.

690
Discussion / RA2GE: Legends Unleashed!-- RPG Character Signup!
« on: August 26, 2008, 10:53:05 AM »
Ok, kill. Changing first page

@ F_C- Not exactly. The code you want to look at is this. As you can see the code of this arena used an intro from the music file "aggression."

#start playing music loop
        self.intro_music = plus.createSound("Sounds/intro_music/aggression.wav", False, (0,0,0))
        plus.setVolume(self.intro_music, 0, 0)
        plus.loopSound(self.intro_music)
        yield .25

Within your arena's .py file, there are two ways that I think are best to use.

Change the code: Simply insert the name of the music file in the section i put in red. Then place the music file in the Sounds/intro_music folder of your directory.

OR

Change the file: Simply rename your new music file to the one within the intro_music folder (you will need to check that same code in your .py file to see which music file would have to be replaced).

691
Modifications / Creating a new Arena Skin: Basic Tutorial
« on: August 26, 2008, 10:16:31 AM »
Done.

692
Discussion / RA2GE: Legends Unleashed!-- RPG Character Signup!
« on: August 25, 2008, 07:46:36 AM »
New Update: I created a tutorial to help some you guys out in terms of creating a skin for an arena... Check it out!

693
Modifications / Creating a new Arena Skin: Basic Tutorial
« on: August 25, 2008, 07:34:56 AM »
For those of you who are having trouble with reskinning their arenas... Trouble no more! I bring to you, Creating a new Arena Skin: Basic Tutorial!

In this tutorial, you will learn how to create a simple custom arena skin. This can be useful to give your standard arenas a new look, or if you simply want to learn how to manipulate .tga files. This tutorial is also great for those who are new to modifying Robot Arena 2, and it is essential for those who would like to create their own custom arenas.


Here is all you will need for this tutorial:

- Paint.Net software (or any .tga editting program)
.:Direct Download:.

- Fresh copy of Robot Arena 2. WARNING! This tutorial will replace your old Arenas, so if you don't want that to happen, simply create a backup copy.


Getting Down To The Basics... Learning .tga
 
 

  Editing targas, or .tga files is similar to editing a .PNG file. They both include static pictures which are able to use transparent pixels; both of which are used for the maps of the arenas and even the particles that spill out when two bots clash. Therefore, you can not only manipulate the color of the arenas, but the sparks, flames, electricity, and anything else associated with it. Those arena ideas are starting to sound good huh? Good. Now let's see if you can make it LOOK good...

Start off with opening the folder of your fresh copy of Robot Arena 2. Then go to "Arenas". Here is where you will choose whichever arena you want to mod. Each folder name is pretty similar to the arena names in-game, with a few exceptions:

 
  ·The “box” folder refers to the Combat Arena.
  ·The “tabletop” folder refers to the Clawtop Arena.
  ·The “hilltop” folder refers to the King Of The Hill Arena.
  ·The “kinfofhill” folder refers to the Luma Zone Arena. Not to be confused with the one above.
  After you have decided which arena you would like to edit, go ahead and open it up. There are usually the following different elements inside:
 
  -The “maps” folder: Pretty much the most important element within the Arena folder. Inside are .bmp and .tga files which are used on the arena faces, windows and crowd images, or the arena surface (floor).
 
-The .gmf/map files: We don’t really need to mess around with these. These files are simply used for the shape of the arena. The actual “guts” that build the 3d model itself.
 
-(Insert Arena Folder Name)_preview.bmp: This little image file gives you a preview of the arena when you select it in exhibition mode. You can change this picture to whatever you like, but I recommend that you simply take a snap shot of your finished arena and place it here.
 
 
Editing image files...

 
  Now is the time to make an Arena skin! For now, we will start with something simple. Let’s say that you don’t want any color in your arena. Kind of like an old 30’s look.
  Go ahead and open up Paint.Net and select either File/Open, or just click on  that folder icon.
  Next, go into your directory that you placed your fresh copy of RA2, and into your “Arenas” folder.
  Select the folder of which you want to edit and then double click on “maps”. We are going to do the arena skin first. Then we will work on a preview.

 
  In here, simply press Ctrl+A to select all of the image files, or just drag the select box over them, and press Open. It should now start displaying all of your images in the Paint.Net program.
  At this stage, you can pretty much draw, edit, and do whatever you want to these files. But for now, we are simply going to gray scale everything; tga files, pngs, bmps, everything. Go ahead and press Ctrl+Shift+G or go to “Adjustments” and select “Black and White.” Just like it says, the currently viewed image should now be in black and white. Simply switch between images by selecting them above, and repeat the same process until you are finished with each of them.

Saving Correctly...
 
  Easy isn’t it? Now comes the fun part. You COULD save each image independently, but this way is ten times as fast. Close Paint.Net. That’s right, X out of the program. But don’t worry, a save box should suddenly popup asking if you would want to save all of your files in the list. Click “Save.”
  After that a Save Configuration screen will popup, asking you on what type of bits you should save your image. Robot Arena 2 mostly uses either 24 or 32 bit images for their maps, and it is the only settings that will work properly in-game, so select 24 bit and 32 bit, or basically, anything underneath the Auto Detect option. DO NOT SELECT AUTO DETECT!
 
Finishing Touches...


  Ok, your arena is just about finished! But you just have one more thing to do, load up RA2 and select your new arena in exhibition mode. This is now a good time to make some screen shots! After you saved your images, open up Paint.Net one last time and select that _preview.bmp file within the arena folder. Then click Open again and select that image you took in the "Screenshots" folder. Simply select, Open, Copy, and Paste in on the preview image and save. If it asks you if you want to resize the image (if it’s too big) just keep the canvas size. Your will be able to resize it anyway if need be. Another way to make the new _preview.bmp image is to use the Print Screen button and paste it over the image.
 
  And that’s it! You should now have a newly skinned arena complete with a new preview selection in exhibition mode. Enjoy!

694
Contests / New contest idea.
« on: August 25, 2008, 06:56:07 AM »
Sounds interesting. Brings me back to the good ol' Robot Replica contests...

695
General Support / game wont launch!!!!!!!!!!!!!!!!!!
« on: August 23, 2008, 04:32:37 PM »
Wasted a good first 2 posts after registration...

696
Tournament Archives / BBEANS4 Match Videos
« on: August 22, 2008, 10:04:16 AM »
Edit: It might start somersaulting...
 

697
Modifications / Infinite's Summer Magic
« on: August 22, 2008, 10:01:39 AM »
What is the hit point range on that thing? Cool design...

698
Discussion / RA2GE: Legends Unleashed!-- RPG Character Signup!
« on: August 21, 2008, 05:09:07 PM »
Apologies Urjak, yes I did.

@ Death: PM me your issue.

699
General Support / Item Problem
« on: August 21, 2008, 09:33:30 AM »
heh heh, ACAMS is going to go full throttle on him...

700
Discussion / RA2GE: Legends Unleashed!-- RPG Character Signup!
« on: August 21, 2008, 07:48:24 AM »
Edit: I am putting a deadline to the Vacant entries!

IF YOU HAVEN'T REGISTERED, BE SURE TO REGISTER BY THE END OF AUGUST!

If you have registered already, look at the first post. I changed the deadline of submitting bots to September.

Pages: 1 ... 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 ... 44