1-4-player arena update for a207

User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

1-4-player arena update for a207

Post by Thomason1005 » Sun Oct 06, 2013 4:49 am

hey dudes,

i just love the 1 vs 1 offline mode, so i just modded the arena script to spawn 2 players each round, which enables the splitscreen mode.

teams are created randomly, meaning sometimes you fight against each other, sometimes with each other... its cool so i kept it like that

at the moment, its pretty random who needs to move to enable the ai / who needs to press the attack button to start a new round.... i'm working on it (who knows what the 0 in GetInputDown(0, "attack") means?)
Also, i havent worked on the winning/losing screen yet so it propably does whatever it wants

have fun and let me know if you find bugs etc.

you can now set the amount of players by opening the arena_level.as and change the player_count to the amount of player-controlled characters you want (1-4)
multiarenafixed.zip
for a207, 1-4 players, 2 players is default
(9.56 KiB) Downloaded 142 times
2player arena a207.zip
you can use this one if you only want 2players, its far more stable
(9.39 KiB) Downloaded 171 times
2player arena.zip
a203 version
(9.44 KiB) Downloaded 178 times
Last edited by Thomason1005 on Wed Sep 03, 2014 3:44 am, edited 13 times in total.

User avatar
AmorphousGamer
Posts: 832
Joined: Sat Jul 06, 2013 2:41 am
Location: Montgomery, Alabama

Re: 2-player arena

Post by AmorphousGamer » Sun Oct 06, 2013 11:43 am

Wow. Looks awesome.
Too bad I have no friends to play with.

gramoobi
Posts: 4
Joined: Sun Sep 15, 2013 5:55 pm

Re: 2-player arena

Post by gramoobi » Tue Oct 08, 2013 5:55 am

Amazing:D works pretty awesomely! Thank you:D

User avatar
adwuga
Posts: 2176
Joined: Tue Aug 18, 2009 12:09 pm
Location: America... Fuck yeah.

Re: 2-player arena

Post by adwuga » Wed Oct 09, 2013 6:53 pm

You are a beautiful person. I have done a hackish version of this several times to play with a friend, but it was all funky and stupid. I fully support the continued development of this.

Tofemaster
Posts: 1
Joined: Sun Sep 22, 2013 6:52 pm

Re: 2-player arena

Post by Tofemaster » Sun Dec 01, 2013 5:01 am

awesomeness. i hope david incorporates this feature into the final release. this is one of the rare games my girlfriend will play with me =O

User avatar
iDubbbz
Posts: 174
Joined: Sun Jun 03, 2012 4:26 pm

Re: 2-player arena

Post by iDubbbz » Sun Dec 01, 2013 1:44 pm

looks great man!

The split screen in overgrowth uses landscape side by side, as opposed to top and bottom. Side by side would be fine if I could run it in portrait mode. My search for a fix led to Last saying it's hardcoded into the game. I hate the black barz :evil:

User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

Re: 2-player arena update for a203

Post by Thomason1005 » Tue Dec 03, 2013 3:37 am

now for a203, with the new features... dl in first post

Nasuki3
Posts: 11
Joined: Sun Dec 01, 2013 1:36 pm

Re: 2-player arena update for a203

Post by Nasuki3 » Wed Jan 15, 2014 2:04 am

Awesome, do you mind my asking where exactly you made the changes? I've managed to get 3 players so far, and we are about to try for 4. Only problem I'm seeing is the more there is on the level the more intensive it gets when you add more players. We have tried going into the arena and I figured I'd have to change something in the scripts or .xml file, but I don't have the time right yet to comb through everything. If I happen to get find it before I get an answer I'll be sure to put it up and I will be putting up later about the third (and potentially 4th) player possibilities so other people who want to play with their friends can

User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

Re: 2-player arena update for a203

Post by Thomason1005 » Thu Jan 16, 2014 5:04 am

ehm changes are
line 56: new identifier var for the second player
line 424-426: select random spawn for second player that isnt the one of the first player
line 429: spawn a playable character on the second player spawn point too

when you want more than 2 playable characters, youll propably have to disable 1v1 fights.
the gametype is selected in line 380, but idk which number identifies which type

btw when you use notepad++, theres a nice compare extension

Nasuki3
Posts: 11
Joined: Sun Dec 01, 2013 1:36 pm

Re: 2-player arena update for a203

Post by Nasuki3 » Fri Jan 17, 2014 6:46 am

Okay, thank you very much for that info

Demauge
Posts: 1
Joined: Fri Jan 24, 2014 5:04 pm

Re: 2-player arena update for a203

Post by Demauge » Fri Jan 24, 2014 9:31 pm

This appears to be a terrific mod, however I am kinda code illiterate and can only extract the zip as action script, which won't run when placed in the Levels file. Apologies if it's something dumb on my end, but I just can't figure out how to get this to work.

User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

Re: 2-player arena update for a203

Post by Thomason1005 » Sat Jan 25, 2014 11:02 am

Demauge wrote:This appears to be a terrific mod, however I am kinda code illiterate and can only extract the zip as action script, which won't run when placed in the Levels file. Apologies if it's something dumb on my end, but I just can't figure out how to get this to work.
you need to replace the one in the Data/scripts folder with the new one

User avatar
sTownR
Posts: 46
Joined: Tue Feb 14, 2012 12:22 pm

Re: 2-player arena update for a203

Post by sTownR » Mon Jul 07, 2014 5:27 pm

Looks really great, I will try it tomorrow!

Could you please make some adjustments so it can be used with 3 and 4 players? I've been playing overgrowth with some friends lately and a multiplayer arena would be pretty awesome.

User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

Re: 2-player arena update for a203

Post by Thomason1005 » Tue Jul 29, 2014 8:02 am

theres a 4-player versus mod, i think you should use this one then, as most of the arena code becomes obsolete when you always have 4 players.

ShakerGER
Posts: 16
Joined: Tue Jun 24, 2014 9:53 am

Re: 2-player arena update for a203

Post by ShakerGER » Thu Aug 21, 2014 5:32 am

When will it be updated?

Post Reply