Multiplayer maps?

Started by RamenChef, June 21, 2019, 10:53:38 AM

Previous topic - Next topic

RamenChef

I want to experiment with multiplayer maps in Particle Fleet, but PRPL doesn't currently support any sort of network connectivity. Are there any plans for this down the road? Are there any mods for it?

Additionally, is it possible to spawn enemy ships using PRPL? I can't find a command for it, but from reading the forums it seems to be possible.

Sorrontis

Unfortunately (or fortunately for some), all KnuckleCracker games are single player only.
"If you want others to be happy, practice compassion. If you want to be happy, practice compassion."

Karsten75

Quote from: RamenChef on June 21, 2019, 10:53:38 AM
Additionally, is it possible to spawn enemy ships using PRPL? I can't find a command for it, but from reading the forums it seems to be possible.

https://knucklecracker.com/wiki/doku.php?id=prpl:createunit

https://knucklecracker.com/wiki/doku.php?id=prpl:unittypelist

RamenChef

I found that, but I don't see a "ship" unit type.

Karsten75

At a guess, you'd need the "ship spawner"

FOXX

It is possible to spawn in units like this:

"Emitter" 50 50 createunit

This will spawn an enemy emitter with standard values on coords 50 50.
With an emitter you have commands to change values. Like setemitterproductioninterval or setemittermaxparticles. (there are more for the emitter)
Unfortunately these commands are not present for spawning in a shipspawner (or doppelspawner).
So if you spawn in a shipspawner it spawns in with standard values.

Now that i think of it, an emitter is the only unit wich has commands for changing values.

Hope this helps.
Greets
FOXX
The FPAF
For My Maps and Ships!
Including  CUSTOM MODULE MAPS & SHIPS

kajacx

Online multiplier is not possible without modding the client, which I would not recommend. Instead, you can try a "local multiplayer" map, where 2 players play on 1 computer, once player can control most units while the other controls a really powerful ship with customs modules for example. For PRPL help you can start here: https://knucklecracker.com/wiki/doku.php?id=pf:particle_fleet or download other maps and inspect their scripts.
Why do work yourself, when you can write a program that will do the work for you.