Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

Is it normal for the "(?<=jobskills)(.*?)(?=},"kinks)" regex to return 0 results?

(Also, thank you so much for this!)

EDIT: Oh, it was 0 because NP++ says that's an invalid expression
EDIT 2: Ohh, it's the curly brace's fault. Need to make it a literal with \ - so "(?<=jobskills)(.*?)(?=\},"kinks)". Also, add a ": to the beginning of the replacement text for this one, otherwise you wind up with ""jobskills{"bottler":0," and that's a bit of an issue :P

Did you get your save working? If not I could look at it and try and fix it. 

(1 edit)

Yup! Just made those adjustments to that find/replace and it's all working fine now.

Thanks again :D