• Register
Post news Report RSS DUSK - Mods [API Beta Update]

In our new DUSK Update we implemented a new Modding-API. Also the game is now avaiable at Windows, Mac OS X and Linux!

Posted by on

title 2

Howdey fellow Gamers!

There is a new Update available! [10.04.2017 23:59 MEZ]


20170310081717 1


NEW MODDING API!!1!


D_Building Class:

	Building Types {Farm,Forge,Barn,Wall,Tower,Lab}
	//Lab not Implemented yet

	public string getType(int Type) > returns Building Type

	public void setType(float xPos, int Type) > sets Building Type

	public void delType(float xPos, GameObject obj) > delets Building


GameTime Class:

	public float getTime() > returns Time of Day

	public void setTime(int time) > sets Time of Day

	public void addTime(int time) > adds int x to Time of Day

	public void delTime(int time) > removes int x from Time of Day

	public void setDay(int day) > sets Daycount

	public int getDay() > get Daycount


Inventory Class:

	Item Types {Wood,Stone,Metal,Ammo,Coins}

	public void setAmount(Types s, int amount) > sets amount of specific Item

	public void addAmount(Types s, int amount) > adds amount to specific Item

	public void addAmount(int s, int amount) > adds amount to specific Item

	public void delAmount(Types s, int amount) > deletes amount to specific Item


Player Class:

	public string name; > Name of Player

	public GameObject gObj; > Player Object

	public Player getPlayer(string pName) > gets Player by Name (Default: "Player")

	public float getPos() > gets Playerposition

	public void setPos(float x) > sets Playerposition

	public string getName() > gets Playername

	public void setName(string s) > sets Playername

	public int getNID() > gets NetworkID

	public void setNID(int id) > sets NetworkID

	public int getSpeed() > gets Speed

	public void setSpeed(int s) > sets Speed
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: