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: Wodal Mod v0.1a Download  (Read 2743 times)

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Wodal Mod v0.1a Download
« on: 2007-07-20, 17:35:38 »
Wodal is now on the mods page.

http://www.e-mods.net/mods.html

« Last Edit: 2007-09-02, 23:15:13 by Javokis »
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline ORI

  • Team
  • Member
  • ******
  • Posts: 365
  • Karma: 1
Re: Wodal Mod v0.1a Download
« Reply #1 on: 2007-07-21, 01:52:31 »
Sounds good, going to test it now

Edit: Encountered something rather puzzling? the discipline Death Touch works correctly it seems but it returns a message in the console as shown in the attached screen
« Last Edit: 2007-07-21, 02:26:47 by ORI »

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Wodal Mod v0.1a Download
« Reply #2 on: 2007-07-21, 02:41:07 »
ok I found what's causing that. The problem is related to the [storetarget] command that is looking for a capacity number parameter even though it is not a multi object storage. Should be fixed in next release.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline ORI

  • Team
  • Member
  • ******
  • Posts: 365
  • Karma: 1
Re: Wodal Mod v0.1a Download
« Reply #3 on: 2007-07-21, 08:44:08 »
Another thing I noticed is that Cloack the gathering is not affected by the target's location, any way to check if the Target and Caster are in sight range?

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Wodal Mod v0.1a Download
« Reply #4 on: 2007-07-22, 02:08:59 »
Currently you can't, but I'll try to add something of a storage iterator that would allow more control over looping through multiple targets.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline Agatana

  • Tremer\Malk
  • Member
  • *
  • Posts: 4
  • Karma: 0
Re: Wodal Mod v0.1a Download
« Reply #5 on: 2007-07-23, 14:53:51 »
Heard about this over on SnE Javokis. I will download this week and check it out. Thanks for your hard work and  wanting to keep the game going.
You have a 1hr headstart. Then I'm coming to find you so we can play some more. Until I get tired of playing.

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Wodal Mod v0.1a Download
« Reply #6 on: 2007-07-24, 00:59:24 »
Another thing I noticed is that Cloack the gathering is not affected by the target's location, any way to check if the Target and Caster are in sight range?

BTW: I do know a way you capture the distance of multiple stored objects to vanish only those within close range to you. I'll explain more later, but it has something to do with the index numbers extended upon the name of the storage addresses of multiple targets.
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline ORI

  • Team
  • Member
  • ******
  • Posts: 365
  • Karma: 1
Re: Wodal Mod v0.1a Download
« Reply #7 on: 2007-07-24, 01:03:42 »
Sounds good

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Wodal Mod v0.1a Download
« Reply #8 on: 2007-07-24, 07:46:23 »
Ok. This would be the code.

Replace:

[effect] (gathered) (caster) (refresh) (ef_disc_invisibility) (<level>) (0)

With:

Code: [Select]
[check] (distance) (caster) (gathered1) (is) (below) (400)
[effect] (gathered1) (caster) (refresh) (ef_disc_invisibility) (<level>) (0)
[endcheck]

[check] (distance) (caster) (gathered2) (is) (below) (400)
[effect] (gathered2) (caster) (refresh) (ef_disc_invisibility) (<level>) (0)
[endcheck]

[check] (distance) (caster) (gathered3) (is) (below) (400)
[effect] (gathered3) (caster) (refresh) (ef_disc_invisibility) (<level>) (0)
[endcheck]

[check] (distance) (caster) (gathered4) (is) (below) (400)
[effect] (gathered4) (caster) (refresh) (ef_disc_invisibility) (<level>) (0)
[endcheck]
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Wodal Mod v0.1a Download
« Reply #9 on: 2007-08-05, 01:26:59 »
Ok here is the source java code to the old alpha. (I think)

[REMOVED]

The source to the new version will be available upon release.
« Last Edit: 2007-09-02, 19:46:07 by Javokis »
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo