Advertisement
Guest User

Untitled

a guest
Jun 4th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. return {
  2.     name='Zero-K', -- you could probably change this
  3.     description='Zero-K',
  4.     version='Meteor Mutator', -- or this.
  5.     shortname='ZK',
  6.     mutator='1',
  7.     game='Zero-K',
  8.     shortGame='ZK',
  9.     modtype=1,
  10.     depend = {
  11.         [[rapid://zk:stable]], -- YOU NEED THIS! This says to append our changes to the base game.
  12.     },
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement