BZ2 Survival

Moderators: GSH, VSMIT, Red Devil, Commando

Post Reply
User avatar
AI_Unit
Thunderbolt
Posts: 186
Joined: Fri Mar 30, 2012 11:53 pm
Location: Mire, negotiating with Scions.
Contact:

BZ2 Survival

Post by AI_Unit »

I have a working SP DLL for a Survival Gamemode on BZ2 and I was wondering if it was possible to bring it to Multiplayer. I can't script in C++ for anything lol so I had to use the DLL scriptor. It's basically rounds of AI charging at you to try and destroy your Recycler and you must defend it until a certain wave. I have it so that the Recycler upgrades every so often and allows the players to build more units. Any ideas?
Current Mod: AI's Expansion Pack

AI_Unit was here.
User avatar
Ded10c
Recycler
Posts: 3815
Joined: Sun Feb 20, 2011 11:05 am
Location: Stoke-on-Trent
Contact:

Re: BZ2 Survival

Post by Ded10c »

If you want to make an MP DLL your only option is C++. That aside it's perfectly possible.
battlezone.wikia.com needs your help!
User avatar
AI_Unit
Thunderbolt
Posts: 186
Joined: Fri Mar 30, 2012 11:53 pm
Location: Mire, negotiating with Scions.
Contact:

Re: BZ2 Survival

Post by AI_Unit »

It's best I start learning or ask someone then because I have a lot that needs doing :/
Current Mod: AI's Expansion Pack

AI_Unit was here.
User avatar
GSH
Patch Creator
Posts: 2485
Joined: Fri Feb 18, 2011 4:55 pm
Location: USA
Contact:

Re: BZ2 Survival

Post by GSH »

The BZ2 DLL source code release contains links to free compiler, and free online guides to learning C++.

-- GSH
User avatar
AI_Unit
Thunderbolt
Posts: 186
Joined: Fri Mar 30, 2012 11:53 pm
Location: Mire, negotiating with Scions.
Contact:

Re: BZ2 Survival

Post by AI_Unit »

Thanks GSH I actually have the source codes and I've been modifying them with little things like giving AI mines at the start and things like that.
Current Mod: AI's Expansion Pack

AI_Unit was here.
User avatar
Nielk1
Flying Mauler
Posts: 2991
Joined: Fri Feb 18, 2011 10:35 pm
Contact:

Re: BZ2 Survival

Post by Nielk1 »

Either that or we get a LuaMission test team to help me finish the LuaMission dll, and then we code it in LUA.
User avatar
AI_Unit
Thunderbolt
Posts: 186
Joined: Fri Mar 30, 2012 11:53 pm
Location: Mire, negotiating with Scions.
Contact:

Re: BZ2 Survival

Post by AI_Unit »

We could do but I don't know LUA at all.
Current Mod: AI's Expansion Pack

AI_Unit was here.
User avatar
Red Spot
Attila
Posts: 1629
Joined: Mon Feb 21, 2011 6:14 pm
Location: The Netherlands

Re: BZ2 Survival

Post by Red Spot »

Get the MPI dll source out, and start modifing it. Make sure you see and understand the bit about affecting players. That is basicly the difference between SP and MP .. more players.
User avatar
AI_Unit
Thunderbolt
Posts: 186
Joined: Fri Mar 30, 2012 11:53 pm
Location: Mire, negotiating with Scions.
Contact:

Re: BZ2 Survival

Post by AI_Unit »

Yeah I will be sure to try, I'm gunna try making the SP version in C++ first so I can get used to the way it works, after that I will try to get it to work on MP.
Current Mod: AI's Expansion Pack

AI_Unit was here.
Post Reply