Making it Snow in game

From OuroDev
Revision as of 17:20, 9 December 2019 by pc>Zalittle (Create a temporary Auto-Cast power to make it snow in-game on outdoor maps.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Setup

There are several files that need to be modified to make this work. First, we need to create a new Temporary Power, and add it to the Temporary Power powerset. Then we need to create a script that will grant this power on map entry, and lastly, we need to apply it to the maps of our choosing. This will also require that you have already setup a server for creating bins, and a set of loose data.

Useful Links for prior to this tutorial

Required Files

  • \serverdata\defs\powers\Temporary_Powers_Temporary_Powers.powers
-We will modify this file, it is the actual powers located in "Temporary Powers"
  • \serverdata\defs\powers\Temporary_Powers.powersets
-We will modify this file, it is the container for all temporary powers
  • \serverdata\scripts.loc\ScriptDefs\Holiday_Snow.scriptdef
-We will create this file, it will grant the temporary power
  • \serverdata\specs\maps.spec
-We will modify this file, it will attach our script to the specific maps