When pushing new entries to .txt files using D2RMM.readTSV() and D2RMM.writeTSV() the value for the *eol column is not pushed. I'm working on itemstatcost.txt and the problem does not occur for the *ID column.
I loaned/edited the below code from here as an example:
mod.json
{
"name": "Act3 Quest Skip Cube Recipe",
"description": "Adds additional cube recipe to access Durance of Hate and Quest Skip.",
"author": "OGGamerDude",
"website": "https://www.nexusmods.com/diablo2resurrected/mods/449",
"version": "1.0"
}
Hey olegbl,
When pushing new entries to
.txt
files usingD2RMM.readTSV()
andD2RMM.writeTSV()
the value for the*eol
column is not pushed. I'm working onitemstatcost.txt
and the problem does not occur for the*ID
column.I loaned/edited the below code from here as an example:
mod.json
mod.js
Do you have any idea why and how to fix this?
(I know this column is not used for gameplay, but I'm currently trying to port an existing mod and I want the result to be identical.)