You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a desktop application and I wanted to create a system like this where I pass the .sl2 and it reads the slots and character names, it would practically list them in an array, returning the object {
slot:number,
name: "character"
}
It could be in rust or typescript, because I'm thinking about doing it in rust for speed since it would be an API.
Would you be interested in helping me?
I'm new to bytes and I don't understand much yet.
there would be no modifications to save, only reading
I wanted something very simple, the sources I find out there are very broken, that is, they don't reduce the code, they separate the functions a lot and in the end it ends up being very difficult to understand, your code was the only one I found that separated the slots with the correct name, that's why I got interested.
The text was updated successfully, but these errors were encountered:
I'm creating a desktop application and I wanted to create a system like this where I pass the .sl2 and it reads the slots and character names, it would practically list them in an array, returning the object {
slot:number,
name: "character"
}
It could be in rust or typescript, because I'm thinking about doing it in rust for speed since it would be an API.
Would you be interested in helping me?
I'm new to bytes and I don't understand much yet.
there would be no modifications to save, only reading
I wanted something very simple, the sources I find out there are very broken, that is, they don't reduce the code, they separate the functions a lot and in the end it ends up being very difficult to understand, your code was the only one I found that separated the slots with the correct name, that's why I got interested.
The text was updated successfully, but these errors were encountered: