0 of 0

File information

Last updated

Original upload

Created by

Come Besnier

Uploaded by

MomokeCome

Virus scan

Safe to use

About this mod

A basic addon for OpenMW to create 2d platformers.
Up to four players can play at the same time (only one keyboard and one controller).

Requirements
Permissions and credits




A basic addon  for OpenMW to create 2d platformers.
Up to four players can play at the same time (only one keyboard and one controller).
If you want less players, remove the NPCs.

Players stay on moving Activators (platforms).

Players can activate Activators ("Activate" control)

Configure controls in Option->Scripts->Platformer Settings


Some rules to create your own :
- Players can only be NPCs
- Records Id have to be "PlayerOne", "PlayerTwo", "PlayerThree", and "PlayerFour"
- The platformer start when the mwscript global variable "Platformer" is set to 1. Set to 0 to disable
- Everything else is good old mwscript



It's an addon, there is no content for Morrowind (well there is 2DPlatformMorrowindDemo.omwaddon, but it's just a demo for Morrowind)

Teleport to the PlatformCell (player->positioncell,0,0,55,0,PlatformCell) set the global variable Platformer to 1 to start (set platformer to 1).