- Joined
- Dec 14, 2021
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
I am trying to port my game to IOS and Android.
Basically everything is working except for SRD Character Creator EX.
My understanding is that SRD's plugins are reliant on Node.Js functions.
In the code for SRD Character Creator EX, there are many references to 'fs' (file system). Something which is incompatible with IOS/Android.
I am using other plugins which don't have problems reading or writing files, such as YEP_savecore (this works perfectly).
Does anyone have any ideas for adapting SRD's code to work on IOS/Android/Web?
I have attached an example of some of the uses of 'fs' in the code.

Basically everything is working except for SRD Character Creator EX.
My understanding is that SRD's plugins are reliant on Node.Js functions.
In the code for SRD Character Creator EX, there are many references to 'fs' (file system). Something which is incompatible with IOS/Android.
I am using other plugins which don't have problems reading or writing files, such as YEP_savecore (this works perfectly).
Does anyone have any ideas for adapting SRD's code to work on IOS/Android/Web?
I have attached an example of some of the uses of 'fs' in the code.
