Help PVP in need
Posted: Wed Jan 28, 2015 1:40 am
Can someone please make a pvp mod that would make my day thank you. 

Confirming that this is all the information there is needed, to make the mod that makes your day...ALLPRO wrote:Can someone please make a pvp mod that would make my day thank you.
yeah sorry was in a rush, but yes i would love to the ability to send armies of biters against your enemies bases, and well to sum it all up i would like it like Factorio PvP #1 - Xterminator vs. FishSandwich http://youtu.be/INhFHKAVvIE thankskeyboardhack wrote:Confirming that this is all the information there is needed, to make the mod that makes your day...ALLPRO wrote:Can someone please make a pvp mod that would make my day thank you.
Jokes aside you have to be more specfic. First of, what kind of pvp do you want? AFAWK we could assume that you want a car racing mod because that is also player versus player. Even assuming that it should be combat related isn't enough. would you like the ability the send armies of biters against your enemies bases or do you want long range missiles to inflict mass destruction from afar? We all have an idea of how a mod should work and modders really like to hear what your thoughts are aswell. The hard part about modding(for me) is to get the good and unique ideas that becomes an awesome addition to the game.
Code: Select all
require "defines"
game.onevent(defines.onplayercreated,function(event)
if event.playerindex%2==0 then
game.players[event.playerindex].character.force=game.forces.enemy
end
end)
CloseAdil wrote:all you need for such mod is
All items are lost when you die, so that's not really an issue.FreeER wrote:edit: you know, I've no idea if that leads to lost items or not... if so it could be fixed by 'saving' the map of character inventory contents and reinserting on force correction (or 'dropping' them on ground where the entity died).
Well, since this has been requested so much, I've decided to release the MOD publicly, so here you go.ALLPRO wrote:yeah sorry was in a rush, but yes i would love to the ability to send armies of biters against your enemies bases, and well to sum it all up i would like it like Factorio PvP #1 - Xterminator vs. FishSandwich http://youtu.be/INhFHKAVvIE thanks