Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Bohemian's scripts and jojo stands  (Read 1861 times)

Bohemian Jones

  • Bay Watcher
  • This.. this must be [Dwarf Fortress Main Theme]!
    • View Profile
Bohemian's scripts and jojo stands
« on: September 28, 2020, 12:35:21 pm »

Some of my scripts, including some jojo stand scripts.
I'm pretty new to this whole Scripting business so expect some errors and glitches.
Instructions should be included in the scripts themselves.
   Utility scripts:

swapsoul - Swaps body and soul of adventurer to selected unit. Comes with DOOM mode, when activated it makes every friendly npc crazed after your blood.

summonUnits - Teleports all units to the cursor. Ability to unsummon to previous positions included.

   Jojo core scripts:

Stands - controller script for all other stand scripts. Required for stands.
Put these in dfhack.init:
Spoiler (click to show/hide)
Make a file in df directory named "onMapLoad.init" and put this line in there:
Spoiler (click to show/hide)

time - does stuff. required for stands

standinit - does stuff. Requires for stands.

   Jojo scripts:

TheHand - imitates the abilities of it's counterpart from the series, punchy ghost not included.
Can teleport player, teleport enemies toward player; can erase items, enemies and items.


   [Made in Heaven] scripts:
note: WILL kill anything not immortal. Immortality recommended.

heaventime - wrapper for [Made in Heaven], instructions included :)

accel - first stage of [Made in Heaven], accelerates time. Required for heaven.

deccel - second and final stage of [Made in Heaven], deccelerates time. Required for heaven.


soulswap:
Spoiler (click to show/hide)
summonunits:
Spoiler (click to show/hide)
Stands:
Spoiler (click to show/hide)
time
Spoiler (click to show/hide)
standinit:
Spoiler (click to show/hide)
TheHand:
Spoiler (click to show/hide)

heaventime:
Spoiler (click to show/hide)
accel:
Spoiler (click to show/hide)
deccel:
Spoiler (click to show/hide)
« Last Edit: September 29, 2020, 12:20:47 am by Bohemian Jones »
Logged