Renaming Splits makes the autosplitter not work?
7 years ago
West Lothian, Scotland

It seems that the splits that I renamed, so instead of the numbers I put the item I was picking up, don't auto split. Does that mean you cannot rename the splits as it stops the auto split from splitting?

Sweden

you have to rename the parts in the script aswell

West Lothian, Scotland

Is that easy to do?

Sweden

you just do the same thing, replace the number with the name you want.

For example: else if(cur_segname == "-1") { return current.room_ID == 2 && current.stage_ID == 0; }

If you rename the "-1" split to "Kendo" then you also have to edit the script to be:

else if(cur_segname == "Kendo") { return current.room_ID == 2 && current.stage_ID == 0; }

LoanSharkJoe piace questo
West Lothian, Scotland

Cheers I got it working :)