Endeavor Modifications

Please Help Support E-Mods.net by Donating


News:

Looking for Video Tutorials? Check out the Open Nod Development section of e-mods.net.

E-Mods.net also has CryEngine tutorials! Check out the Open CryEngine Development section too.

Author Topic: Plans for 0.5a  (Read 1100 times)

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Plans for 0.5a
« on: 2009-07-27, 14:34:14 »
Here are the plans for 0.5a

-Finish up more disciplines for the 13 major clans. Pretty much all of the markers placed in 0.4a.
-Implement Mage: The Ascension that allows for coding rotes and properly using them in game.

-This is a big one: Deprecate the check command and replace with a new rule system. Since wodal reads line by line in a  delayed timer to reduce lag in the game, the checks sometimes produce inaccurate or dated results that can cause oddities in the game. I plan to completely overhaul the condition checking system and implement a rules system for code. This will require an overhaul of all of Wodal's scripts - that's the price of coding for an alpha language.

I'll be working on this new rule system when I design the new rune system for E-Mod 1.9.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline wesclash

  • Member
  • *
  • Posts: 47
  • Karma: 1
Re: Plans for 0.5a
« Reply #1 on: 2009-07-27, 21:23:52 »
Javo, you are a machine.  When do you sleep?

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Plans for 0.5a
« Reply #2 on: 2009-07-27, 23:51:15 »
I've been doing Egon's experiment where I practice sleeping only 15 minutes a day.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline Mv.c9

  • Member
  • *
  • Posts: 58
  • Karma: 0
Re: Plans for 0.5a
« Reply #3 on: 2010-01-23, 12:57:48 »
as far as i can remember, vicissitude and obtenebration were the main ones that were left
New Disciplines Mod - Bloodlines
http://www.moddb.com/mods/bloodlines-antitribu

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Plans for 0.5a
« Reply #4 on: 2010-01-23, 14:40:17 »
There's more left than that. Have you checked the markers (the folders starting with _ in the wodal/scripts/blah blah) in the directory?
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline Mv.c9

  • Member
  • *
  • Posts: 58
  • Karma: 0
Re: Plans for 0.5a
« Reply #5 on: 2010-01-24, 09:17:40 »
ow yes, i forgot.

chimercity
vicissitude
obtenebration
dominate
necromancy
quietus
dementation
New Disciplines Mod - Bloodlines
http://www.moddb.com/mods/bloodlines-antitribu

Offline cadmiumcadamium

  • Member
  • *
  • Posts: 3
  • Karma: 0
Re: Plans for 0.5a
« Reply #6 on: 2010-02-14, 15:53:31 »
Why haven't you done Dominate before? Its one of the Cardinal 8 for gods sake.

Anyway, in the next version of Wodal, please make sure that, for example, a broadsword shows a damage of str+4 lethal instead of 40 lethal. Even if the game mechanics counts damage as 40 it really should read str+4.

Just a thought.

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Plans for 0.5a
« Reply #7 on: 2010-02-14, 17:15:29 »
No. There.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline cadmiumcadamium

  • Member
  • *
  • Posts: 3
  • Karma: 0
Re: Plans for 0.5a
« Reply #8 on: 2010-02-15, 05:58:47 »
Why not? and what if i want to do this myself? how do i do this? i meant there must be somewhere i can edit the text.

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Plans for 0.5a
« Reply #9 on: 2010-02-15, 06:26:31 »
Because you can't. The value is integer stored in the template database for the weapon (.not) and not a string. You can't put "str+4" in the weapon damage stat. You can change the damage of a weapon (number), but not how it's presented. Check the NOT Editor section for how weapons are created. I didn't touch the weapons, I divided the damage done by them in a damage override backbone so I wouldn't have to adjust every weapon in the database. This was a more flexible choice in that no one has to redo all of their weapons just to be compatible with Wodal. The weapons should remain untouched for compatibility purposes with the anormous amount of user addon weapons that exist in the community. I was aiming for arbitrary; not proprietary.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline cadmiumcadamium

  • Member
  • *
  • Posts: 3
  • Karma: 0
Re: Plans for 0.5a
« Reply #10 on: 2010-02-15, 14:33:19 »
i see, then i will no longer bug you about this  ;D