Page 26 of 54

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 3:36 am
by Zanzer
Sounds like it's working exactly as expected.
May not be how you'd like it, but we don't always get what we want.

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 5:21 am
by maload
can you do one hit kill please. sometime i am boring- -

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 1:51 pm
by Zircon
Zanzer wrote:
Mon Sep 25, 2017 3:36 am
Sounds like it's working exactly as expected.
May not be how you'd like it, but we don't always get what we want.


do you plan on making the item editor save or do you think it's impossible ?
thanks again for all the work you did on this table man very much appreciated !

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 7:34 pm
by Arhelay
Last item moved pointers updating too long. Like 3-5 seconds after item is moved. Anyone else have this problem?

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 7:40 pm
by Vee_
demargon wrote:
Fri Sep 22, 2017 8:52 am
Hello everyone.
As Usual, congrats to the community, for the timely and exhaustive work.

I post about this script, which workd fine for me, V. 3.0.141.999
The thingis, the script stop working when upgrading the source pool (in my case, just after Ryker's Quest)
Before the upgrade, and reloading Quicksave prove it, the script runs perfectly.
but as soon as you upgrade the pool it stop working, still can be activated, but it seems it changes AOB.

If you could look into it, i'd be more than happy!
Unlimited source point updated, check it out. See if it work.

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 11:14 pm
by Zanzer
Zircon wrote:
Mon Sep 25, 2017 1:51 pm
do you plan on making the item editor save or do you think it's impossible ?
thanks again for all the work you did on this table man very much appreciated !
I have no plans on searching for how the game saves item properties, sorry.

Chances are there's a string list someplace that just lists predefined prefixes/suffixes which correlate to specific bonuses.

Alternatively, it's possible that the game stores all values into an encoded hash during item creation and the save only contains that hash.

Also possible that the game simply includes a finite list of hard-coded items and the save contains nothing more than an ID.

Re: Divinity Original Sin 2

Posted: Mon Sep 25, 2017 11:45 pm
by Zircon
Zanzer wrote:
Mon Sep 25, 2017 11:14 pm
Zircon wrote:
Mon Sep 25, 2017 1:51 pm
do you plan on making the item editor save or do you think it's impossible ?
thanks again for all the work you did on this table man very much appreciated !
I have no plans on searching for how the game saves item properties, sorry.

Chances are there's a string list someplace that just lists predefined prefixes/suffixes which correlate to specific bonuses.

Alternatively, it's possible that the game stores all values into an encoded hash during item creation and the save only contains that hash.

Also possible that the game simply includes a finite list of hard-coded items and the save contains nothing more than an ID.
np man i just wanted to know if it was in ur plans u did a great job already thanks again ;)

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 3:06 am
by Timone
I wonder why is it that only certain unique items can be spawned via the CE table, is it that the items just can't be spawned or the spawn codes haven't been found yet. It seems pretty random otherwise.

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 3:45 am
by Zanzer
The codes associated with unique items are likely hard-coded to a specific container in the game.
For instance, you'll always find some dude's sword inside the chest at his house.
If there are unique items that are actually random drop, then there may be a code that also has a chance to drop them.
Perhaps they are a random drop on some other loot table. The world may never know.

Code: Select all

9:ST_WeaponLegendary
184:ST_RandomLootSuper
450:Luck6

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 4:15 am
by Timone
I thought about that possibility, but there's a lot of uniques that drop from bosses/sold from vendors/looted 100% from chests, that are found on the list, but others that are found via the same way but are not on the list. For instance, the Arx section of the list is completely empty of any uniques at all but you can find uniques through any of the same way they are found in the other areas.

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 5:10 am
by Dartessa
Anyone know or have the means to add origin tags to custom characters? Like I want to either play Loshe as custom undead, or preferably make her character behave as if undead and having the play dead ability while still looking like her?

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 6:17 am
by Featherine
Zanzer wrote:
Mon Sep 25, 2017 3:36 am
Sounds like it's working exactly as expected.
May not be how you'd like it, but we don't always get what we want.
Does this mean that in your game, when you add a stat to an item and then save and reload, said item keeps those modifications (like adding +3 initiative to a weapon)?

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 1:43 pm
by variante
Featherine wrote:
Tue Sep 26, 2017 6:17 am
Does this mean that in your game, when you add a stat to an item and then save and reload, said item keeps those modifications (like adding +3 initiative to a weapon)?
This means the exact opposite (meaning modified stats reverts back after save/reload). Read the whole conversation again and think harder this time.

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 1:47 pm
by Forever Alone
Cielos wrote:
Sat Sep 16, 2017 3:02 pm
made some misc. script.
EDIT5:
- added memory slots mod
EDIT4.1:
- updated changed target/beam skills range increased to target/beam skills range mod, it allows you to customize the range now.
EDIT4:
- added 2 scripts: target/beam skills range increased and target skills ignore block of sight
EDIT3:
- added select all TAGS
EDIT2:
- added custom zoom threshold script.
EDIT1:
- updated mouse teleport script a little bit.
target/beam skills range mod
- target skill examples: "Cloak And Dagger", "Teleportation", "First Aid", "Peace of Mind", all summons... etc.
- beam skill examples: "Electric Discharge", "Fireball", etc.
- you may customize the range of the target/beam skills.
- game default max range base: 30
- script default custom range upon activation: 60
- note that even with the range increased, beam skills like "Fireball" still can't pass through obstacle.

target skills ignore block of sight
- target skill examples: "Cloak And Dagger", "Teleportation", "First Aid", "Peace of Mind", all summons... etc.
- although you can also cast the beam skils (e.g. "Fireball") behind obstacles with this script activated, they can't pass through obstacles actually.

memory slots mod
- allows you to customize the base memory capacity.
- script default custom # of slots (base): 60.
- remember you should activate this script before you load a savegame that you've used this script to memorized more skills than the game would originally allowed, or you'll need to memorize the "illegally-memorized" skills again.

mouse teleport
- after activating the script, move around once.
- press CapsLock and T together to teleport to your mouse pointer.
- note that if you teleport to a far away location, your model may become invisible, just move around once after teleportation and the game would load up the model again.

custom zoom threshold
- when activated, the script would force the game to use your custom zoom thresholds.
- by default, the script would allows you to zoom out/in more than the game intended.

select all TAGS
- allows you to add all TAGS during CHARACTER CREATION.
- allows you to change the TAGS when customizing the Origin characters (e.g. Beast, Fane, etc.) during CHARACTER CREATION.
- script should be activated before you start the new game.
latest:
EoCApp 2 +6.CT
backup:
EoCApp 2 +5.CT
EoCApp 2 +5.CT
EoCApp 2 +3.CT
EoCApp 2 +2.CT
EoCApp 2 +1.CT
EoCApp 2 +1.CT
tested on steam versions v3.0.141.999, v3.0.142.*, v3.0.143.148, and v3.0.143.324.
Can you make spell radius and projectiles number mod's?

Re: Divinity Original Sin 2

Posted: Tue Sep 26, 2017 9:33 pm
by pgain2004
Is it possible to add an option to clear out a container? It lags when I add too many item in it.