Save-Point
What's up, RMers? - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Development Discussion (https://www.save-point.org/forum-17.html)
+--- Thread: What's up, RMers? (/thread-395.html)



RE: What's up, RMers? - DerVVulfman - 09-03-2013

Some in the IRC know I am laboring on my own project. Well, Kalier's and Mine. She's a heckuva writer.

At last, I am done with the actual 'writing' of the script code. Unless something odd comes up, I have no further patches or systems to design for the game. And yes, I have begun optimizing all the scripts in the project. Seriously, I released 'ALMOST' every script to the general public here, and there's a lot of overlap between some functions. Stuff needs trimming. Yes, almost. I need to keep SOME things for myself.

Level 1 optimization involved NOT having individual scripts such as 'Mea's MultiStrike' below 'Animated Battlers'. Nope. It involved merging all Game_Temp scripts into one script, all Game_Battler methods into the Game_Battler class... and so forth. Mind you, I had to take care when I encountered aliased/attached methods. As I have told some people that script order does matter, so too does this when performing this stage. :D Sucks when you edit a method 3 times and then you find the next script just 'overwrote' that method because it already had everything you just coded and then some.

Given I had over 100 custom scripts (EGAD!!!) in the project... and running flawlessly, I've spent some time getting Level 1 complete. Today, I sat down at sometime past 10am... and got done with Level 1 optimization just before 10pm!!!

Level 2 optimization is the next step. It involves trimming the fat and finding ways to increase the frame rate.



RE: What's up, RMers? - Yin - 09-03-2013

I need someone to do that for my game optimization and compatibility. If anyone is interested, I'm paying. PM me with prices I probably have over 100 scripts :)


RE: What's up, RMers? - MechanicalPen - 09-03-2013

As the laziest programmer, I find that sort of work mostly unnecessary. Optimization should only occur when your code spaghettis into a chore to read, or when the game starts to lag.


RE: What's up, RMers? - DerVVulfman - 09-04-2013

Hm.. Not getting much more than the 35-37 frames instead of the 40 frames in smooth mode. And that lag apparently is because I'm updating my system's custom audio module, a day-night system and collection of particle effects all running non-stop. So I bumped my frame rate to 50 in-script. Still, I had so many scripts I shared and made public, there was a LOT of replicated code that was unnecessary. My scripts.rxdata size shrank quite a bit.

STILL... This was needed. My menus (though Menu in Maps and with Grouping & Details) still have a classic windowskin/default style appearance. After doing all this cleanup, it'll be time to Moggify* them for each character type you play. *A reference to Moghunter's cool looking menus. I'm gonna have cool blue, blazing red and other sets made for every type of character.



RE: What's up, RMers? - MechanicalPen - 09-04-2013

Work was slow today, so I thought about things like making a map editor for RPG Maker XP, how to build a better pathfinder, and a 2d skeletal animation system.


RE: What's up, RMers? - Ahzoh - 09-04-2013

twas the first day of highschool, and from days on, i don't think i'll be abl to go on a comp. ever again...

and this year i'll be learning HTML5 and Javascript 8in ICS


RE: What's up, RMers? - DerVVulfman - 09-06-2013

Still optimizing. Still cleaning. And adapted a few things I forgot about like ensuring that characters I leave behind (companions) do not get shown available in my custom menus. Hey, let's toss FRED a potion. He's a member of the party! Sorry, we left him back at the other map to watch the entrance of this dungeon. Kinda makes sense, eh?

Oh, and boy did trimming extra 'duplicated' stuff work! My scripts.rxdata file was previously 892K in size. Now, it's 644K. That's a massive drop. Remember, I submitted a helluva lotta scripts.


RE: What's up, RMers? - Taylor - 09-14-2013

my head hurts from all this code, sob. ... *crawls away back to sprites and databasing*


RE: What's up, RMers? - DerVVulfman - 09-14-2013

Ow..... The Devile is givin' ya a devil of a headache. *DerVV gives Taylor a bottle of aspirin*


RE: What's up, RMers? - Ahzoh - 09-15-2013

I made my first webpage in (X)HTML