itsLevande / GCCompanion

A primitive tool for the creation of Groove Coaster arcade stages.
GNU General Public License v3.0
5 stars 0 forks source link

When I try to export a chart #1

Closed bmsmaster closed 2 months ago

bmsmaster commented 2 months ago

Error

export/structs/trackPieceArray.lua:9: attempt to get length of local 'trackPieces' (a nil value)

Traceback

[love "callbacks.lua"]:228: in function 'handler' export/structs/trackPieceArray.lua:9: in function 'new' export/scene.lua:89: in function 'toStageFile' main.lua:108: in function 'update'

[C]: in function 'xpcall'

itsLevande commented 2 months ago

It appears that either courseline.csv is not present in %AppData% > Roaming > GCCompanion, or some other error has caused that file to not be able to be read from. Would you be able to upload your courseline.csv file for me to look at?

bmsmaster commented 2 months ago

I figured that it's missing now. I'm looking to make Simple and Normal charts for Sincronicity, along with keysounds (i.e. song stems in the SHOT file).

bmsmaster commented 2 months ago

Also, how do I extract the DATs of preexisting songs I want to edit?

itsLevande commented 2 months ago

GCCompanion only supports the creation of new charts, not the modification of existing ones. Maybe in the future I'll add such functionality, but for now it's only a one-way process.