
Help PVP in need
Help PVP in need
Can someone please make a pvp mod that would make my day thank you. 

-
- Filter Inserter
- Posts: 478
- Joined: Sat Aug 23, 2014 11:43 pm
- Contact:
Re: Help PVP in need
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.
Waste of bytes : P
Re: Help PVP in need
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.
Re: Help PVP in need
Well, obviously either fishsandwich or xecutor has already made that mod
But if rule out fancy bitter spawning all you need for such mod is
Also next major release will support independent players.

But if rule out fancy bitter spawning all you need for such mod is
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)
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.
Re: Help PVP in need
CloseAdil wrote:all you need for such mod is


some code
From what I've seen of the PvP let's play they've also added item and recipe prototypes for the enemies so that they can be created. Theoretically some control.lua 'magic' could also be worked using unit groups and commands, but I haven't really worked with those so...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).
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: Help PVP in need
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
