All Projects → Longwelwind → Phi

Longwelwind / Phi

Licence: other
Phi is a Rimworld mod that enables multiplayer interactions between players

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Phi

Bubbles
Shows bubbles for social interactions.
Stars: ✭ 17 (-66.67%)
Mutual labels:  mod, rimworld
cookiecutter-rimworld-mod-development
A cookiecutter project that builds the basic Rimworld mod development file structure and build environment.
Stars: ✭ 59 (+15.69%)
Mutual labels:  mod, rimworld
PrisonLabor
Prison Labor mod for RimWorld game
Stars: ✭ 39 (-23.53%)
Mutual labels:  mod, rimworld
FancyMenu
Source code for the FancyMenu mod.
Stars: ✭ 93 (+82.35%)
Mutual labels:  mod
cg
This repo created to manage Issues and releases Cheat Gear.
Stars: ✭ 125 (+145.1%)
Mutual labels:  mod
BES
Better Espionage Screen - Civilization VI
Stars: ✭ 15 (-70.59%)
Mutual labels:  mod
KerbalHealth
KSP mod that adds health management.
Stars: ✭ 13 (-74.51%)
Mutual labels:  mod
opencubicplayer
Open Cubic Player (unix fork). Music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene
Stars: ✭ 141 (+176.47%)
Mutual labels:  mod
Randomizer
The official Twilight Princess Randomizer 1.0+ Code
Stars: ✭ 26 (-49.02%)
Mutual labels:  mod
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-56.86%)
Mutual labels:  mod
Factorio Mods Locale Tool
Factorio_Mods_Locale
Stars: ✭ 11 (-78.43%)
Mutual labels:  mod
mapserver mod
Complementary mod for the minetest mapserver
Stars: ✭ 15 (-70.59%)
Mutual labels:  mod
EET
Baldur's Gate: Enhanced Edition Trilogy (EET) is a modification for Baldur's Gate II: Enhanced Edition that merges whole saga into one game and provides continuity between the events of Baldur's Gate, Tales of the Sword Coast, Shadows of Amn, Throne of Bhaal and Siege of Dragonspear expansion (also for both Black Pits adventures). The name of th…
Stars: ✭ 118 (+131.37%)
Mutual labels:  mod
Traincraft
Traincraft repository for all released versions
Stars: ✭ 81 (+58.82%)
Mutual labels:  mod
mts marker
NATO joint military symbols for ArmA 3
Stars: ✭ 14 (-72.55%)
Mutual labels:  mod
Weeping-Angels
Minecraft Mod - Adds the terrifying Weeping Angels to the Game, Minecraft. Don't Blink!
Stars: ✭ 22 (-56.86%)
Mutual labels:  mod
dirt-rally-pace-notes
Codemasters' rally sim call-out system explained, and pace note transcriptions
Stars: ✭ 20 (-60.78%)
Mutual labels:  mod
xdecor
A decoration mod for Minetest meant to be light, simple and well-featured
Stars: ✭ 25 (-50.98%)
Mutual labels:  mod
HKMP
Hollow Knight Multiplayer
Stars: ✭ 151 (+196.08%)
Mutual labels:  mod
DDLCtVN
Doki Doki Literature Club, the Normal Visual Novel!
Stars: ✭ 70 (+37.25%)
Mutual labels:  mod

Phi

Warning: This mod is no longer maintained. A reimplementation of it is currently in progress under the name Phinix, check it out!

Phi is a Rimworld mod that enables online multiplayer interactions between players.

Projects

PhiClient

This is the mod for Rimworld. Rim-world specific files (like Defs) are located in PhiClient/Phi

PhiClient has multiples dependencies, and Rimworld Mod's Launcher unfortunately requires assemblies to be loaded in the order in which all dependencies are available. A good way to ensure that is that change the name of the assemblies to make sure that the alphabetical order respects the dependency order. For example:

  • 1-websocket-sharp.dll
  • 2-SocketLibrary.dll
  • 3-PhiData.dll
  • PhiClient.dll

PhiServer

This is the server program.

PhiData

Contains the shared code between the server and the client. It is mainly the data structures that are synced between the clients and the server. Used by PhiClient and PhiServer.

SocketLibrary

A wrapper library around websocket-sharp. Used by PhiClient and PhiServer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].