Jan 3, 2017 at 12:01 PM
Join Date: Oct 10, 2016
Location: just behind you and a little to the right
Posts: 36
Age: 21
Pronouns: he/him
How would one edit tilesets?
Use any image editor that isn't Paint. Or do you mean editing tile types?How would one edit tilesets?
They can be found at (mod folder)\data\stage\prt(name).bmpWhere do i find them?
I think you just make a thread for it in the modding showcase with a download link (Preferably from Dropbox) and a few screenshots, unless you mean to release it somewhere outside the forums. Be sure to read the showcase rules beforehand though.How do I release my mod?
AFAIK this can be pretty situational, here are some things that might be handy to know;So every I type anything in the Cave Editor's Script Editor, it's VERY slow. Like 20 characters behind me. CE works fine on all my other machines, but it types VERY slow on my laptop (Which I am currently using to mod). If someone could help, that would be amazing. Typing works EXTREMELY fast everywhere outside of CE, and it seems nothing is draining my CPU usage when using it. Anyone know how to fix this?
the editor itself wouldn't grind I/O just while typing so that isn't a factor in this case.4: CPU usage might not be high, but what about disk usage?
AFAIK this can be pretty situational, here are some things that might be handy to know;
1: How large is the script you are writing?
2: Are there any other things in your mod of considerable size?
3: Do you have anything noteworthy running?
4: CPU usage might not be high, but what about disk usage?
5: What are your system's specs, if you don't mind sharing them?
The script I'm writing isn't that large at all. This has been happening since I downloaded CE and started the mod. I've only worked on one map so far. The only things running are CE, and the Steam Client, but CE has been slow even before downloading it. Disk usage is always less than 10%. My PC works PERFECT with anything else, so I'm not sure why it's only having trouble with CE. I haven't tried it with BL yet, but if I can't fix this, that's my next option. My laptop is actually a lot faster than my normal PC (Overrun with hundreds of files, and extremely SLOW), but CE works just fine there. Sometimes CE is only 1 or 2 letters behind me, but sometimes it's around 10 to 20. So if anyone has any ideas as to what's going on, that would be grand.the editor itself wouldn't grind I/O just while typing so that isn't a factor in this case.
CE woefully re-highlights the entire document on every edit as far as i'm aware. It gives consistent results in a very naiive way but unfortunately not performant as you might guess. The more TSC you have, the longer it takes.
BL is a bit different in that it only scans the whole thing on load, and then does -3/+3 lines on an edit. Which is also naiive, but doesn't take too long. The downside of my approach is that it's wrong all the time but I don't really care.
OK I'll try it then. Wish me luckNoxid also made a standalone script editor if you want to try using that while still in CE, it's on the site front page
There is not. You'd have to transcribe them from PiyoPiyo to ORGMaker yourself to do that. That's what I did for making an org version of Pixel's Rubber Resort song that came with his PiyoPiyo player (リゾートラバー.pmd).Oh, one more question. Is there any program for converting .pmd files into ORGs?
Oh boy... Guess I'll have to do that then. Someone should attempt to make a program though, because that would make life much easier.There is not. You'd have to transcribe them from PiyoPiyo to ORGMaker yourself to do that. That's what I did for making an org version of Pixel's Rubber Resort song that came with his PiyoPiyo player (リゾートラバー.pmd).
Uh rule one of modding: Don't use Sue's Workshop. Also ask this is the modding hacking questions thread thinghow do you edit the starting screen to say different things like you added the silver
i am using sues editor but i can probably change just everything else always gets everything all jumbled
i've tried cave editor but i dont know how to use that
Rule one is always make backups of whatever progress you make.Uh rule one of modding: Don't use Sue's Workshop.