Author Topic: DSL Tourney Arena Starting Points Idea and Assistance  (Read 673 times)

Offline RedAce

  • Host of The Award Winning Deathmatch Series
  • *
  • Posts: 3966
  • Rep: 21
  • Yep, I'm that RedAce guy.
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: redaceofsp4des
  • Discord: ThatRedAceGuy#3618
DSL Tourney Arena Starting Points Idea and Assistance
« on: August 28, 2014, 12:55:27 PM »
I really have no idea to put a thread like this into. If I'm posting this in the wrong place (which is very possible) can you please move this? Thanks.


Basically I'm trying to edit the DSL Tournament Arena so that start points are in a different location.

Right now, the start points for players 1 & 2 are at the far edge of the arena and players 3 & 4 are at the close edge of the arena.



What I wanted to do was edit the py or gmf file to move the start points around to something like this:




My idea was to edit the arena to have the start points for players 1 & 3 to start at the far edge and players 2 & 4 to start at the close edge of the arena.

What exactly do I have to edit in the py or gmf file in order to do this?


Help is appreciated. Thank you.

Offline RedAce

  • Host of The Award Winning Deathmatch Series
  • *
  • Posts: 3966
  • Rep: 21
  • Yep, I'm that RedAce guy.
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: redaceofsp4des
  • Discord: ThatRedAceGuy#3618
Re: DSL Tourney Arena Starting Points Idea and Assistance
« Reply #1 on: August 30, 2014, 01:11:34 PM »
Hate to respond twice, but I still need some help with this. Does anyone exactly know what to change to switch the starting point locations? Thanks.

Offline 090901

  • alcoholic in denial
  • *
  • Posts: 7007
  • Rep: 22
  • :mrgreen:
  • Awards Donated money for site hosting 2019 GTMCS2 Divison Winner GTMCS Division Winner
    • View Profile
    • Awards
Re: DSL Tourney Arena Starting Points Idea and Assistance
« Reply #2 on: August 30, 2014, 02:57:44 PM »
Find this part in the .gmf file:
Code: [Select]
*NODE_NAME Point01
*NODE_TM
{
*NODE_NAME Point01
*TM_ROW0 1 0 0
*TM_ROW1 0 1 0.000001
*TM_ROW2 0 -0.000001 1
*TM_ROW3 -0.797273 4.755553 -13.47725
}
USER DATA type = startpoint

id = 1
}
*GMID_ATTACHMENTPT
{
*NODE_NAME Point02
*NODE_TM
{
*NODE_NAME Point02
*TM_ROW0 -1 0.000002 -0.000002
*TM_ROW1 0.000002 1 -0.000003
*TM_ROW2 0.000002 -0.000003 -1
*TM_ROW3 -0.797273 4.755554 13.50001
}
USER DATA type = startpoint

id = 2
}
*GMID_ATTACHMENTPT
{
*NODE_NAME Point03
*NODE_TM
{
*NODE_NAME Point03
*TM_ROW0 0 0 -1
*TM_ROW1 0.000001 1 0
*TM_ROW2 1 -0.000001 0
*TM_ROW3 -10.92125 4.755554 0.011382
}
USER DATA type = startpoint

id = 3
}
*GMID_ATTACHMENTPT
{
*NODE_NAME Point04
*NODE_TM
{
*NODE_NAME Point04
*TM_ROW0 0 -0.000001 1
*TM_ROW1 0.000001 1 0.000001
*TM_ROW2 -1 0.000001 0
*TM_ROW3 9.326702 4.755554 0.011381
}
USER DATA type = startpoint

I think you would need to edit the first number in TM_ROW3.....think that is, but I am not sure.