Author Topic: Arena Editing Help!  (Read 1736 times)

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Arena Editing Help!
« on: May 26, 2010, 09:55:33 AM »
For my tournament, I made a combat arena with no walls. I made it twice the size as the original and now when bots move off of the original "floor" they are driving in mid air. Is there any way to make the floor larger?


Offline JoeBlo

Re: Arena Editing Help!
« Reply #1 on: May 26, 2010, 09:57:23 AM »
you have edited the floor collision only

you much find the floor visual object and give it the same numbers you gave the collision

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #2 on: May 26, 2010, 10:00:00 AM »
Ok, thanks. I'll do that. :)


Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #3 on: May 28, 2010, 11:33:09 AM »
I can't find the section that changes that. Can anyone point me into the right direction?


Offline JoeBlo

Re: Arena Editing Help!
« Reply #4 on: May 28, 2010, 12:26:50 PM »
yeah sure.. just a minute

Offline JoeBlo

Re: Arena Editing Help!
« Reply #5 on: May 28, 2010, 12:29:08 PM »
you have edited this section

Code: [Select]
*NODE_NAME    arena_collision
and now you need to change this part to match  ;)

Code: [Select]
*NODE_NAME    arena_display

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #6 on: May 28, 2010, 12:39:05 PM »
I tried it and I got:

"Run time error "62"
Input past end of file"

Here is what I changed:
Code: [Select]
*GEOMOBJECT
{
*NODE_NAME arena_display
*NODE_SHADEVERTS 0
*NODE_TM
{
*NODE_NAME arena_display
*TM_ROW0 1 0 0
*TM_ROW1 0 1 0
*TM_ROW2 0 0 1
*TM_ROW3 0 0 0
}
*MESH
{
*TIMEVALUE 0
*MESH_NUMVERTEX 0
*MESH_NUMFACES 0
*MESH_VERTEX_LIST
{
*MESH_VERTEX 0 -25.4 -2.264982 -24.69729
*MESH_VERTEX 1 25.4 -2.264982 -24.69729
*MESH_VERTEX 2 -25.4 -2.264982 26.0027
*MESH_VERTEX 3 25.4 -2.264982 26.0027
*MESH_VERTEX 4 -25.4 -13.73502 -24.69729
*MESH_VERTEX 5 25.4 -13.73502 -24.69729
*MESH_VERTEX 6 -25.4 -13.73502 26.0027
*MESH_VERTEX 7 25.4 -13.73502 26.0027

At first there wasn't any *MESH_VERTEXs there and I added them in. Was I meant to do that?


Offline JoeBlo

Re: Arena Editing Help!
« Reply #7 on: May 28, 2010, 12:46:42 PM »
no your weren't :P

sorry wrong section (the stock arenas are very miss leading with the node names :P)

Code: [Select]
*NODE_NAME    floor
and/or

Code: [Select]
*NODE_NAME    floor perimeter
thats what you want  ;)

Important: always back up copies before trying and changing everything.. then is you break it you kinda have an edit undo
 

Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: Arena Editing Help!
« Reply #8 on: May 28, 2010, 02:48:06 PM »
protip: use my compiler. See my signature.
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #9 on: May 28, 2010, 02:57:01 PM »
I have your compilers already, Serge. I just wasn't sure whether they worked with arenas.


Offline Serge

  • *
  • Posts: 1530
  • Rep: 13
    • View Profile
    • http://www.q3k.org/
    • Awards
Re: Arena Editing Help!
« Reply #10 on: May 28, 2010, 04:25:53 PM »
They do (I hope).
home | twitter | yt | gmf de/compiler | component freedom | xmpp: q3k@q3k.org | email: q3k@q3k.org

Offline Madiaba

Re: Arena Editing Help!
« Reply #11 on: May 28, 2010, 04:35:12 PM »
They do (I hope).
They should work with most, no prob, if you don't mess up any syntax in the gmf..
 
Except for the Soccer arena.... I haven't looked at what the issue is yet, but it isn't much I think, for the goals have lost their 'remove collision' attribute, and some skins seem to not be applied, is all.
If you've time, Serge, this one whould be nice.  Was working on a new mod of this arena with Joe....
 
Gracias, amigo.
 
 
Gaz, make sure you make that back up...
If you can, upload and link your gmf... and I (or another) will look at it.
 
 
 
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 Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #12 on: May 29, 2010, 09:13:28 AM »


Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #13 on: May 30, 2010, 11:38:45 AM »
Can anyone make the skin twice as big as well, please?


Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #14 on: May 31, 2010, 04:59:28 AM »
Triple post!

Can anyone help? I'll post a picture of what the arena looked like with the messed up skin when I tried to edit it.


Offline JoeBlo

Re: Arena Editing Help!
« Reply #15 on: May 31, 2010, 05:01:44 AM »
didnt you pm me to do this for you yesterday ?

I will take your through the steps I took once I do it

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #16 on: May 31, 2010, 05:03:36 AM »
Yes, sorry about that.

I just really want to get this done so that I can do the other arena. :)


Offline JoeBlo

Re: Arena Editing Help!
« Reply #17 on: May 31, 2010, 05:07:14 AM »
ok which ever comes first then... just be sure to let me know if its done before me so im not doing things already done.

Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Arena Editing Help!
« Reply #18 on: May 31, 2010, 05:09:16 AM »
Ok, if you could do this for me then I would be very grateful. :)