Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

2 Pages V   1 2 >  
Reply to this topicStart new topic
> StormTronics CMS, Language: RGSS | Updated: September 12, 2007
SeeYouAlways
post Dec 30 2007, 10:20 PM
Post #1


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




StormTronics CMS

Script: http://www.rpgrevolution.com/script/58
Language: Ruby Game Scripting System (RGSS)
Author: Blizzard
Verson: 5.0b
Posted: December 12, 2007
Updated: September 12, 2007

This script will allow you to access a simplified version of the Custom Menu System from "The Legend of Lexima™ IV - Chaos Project".

View script

Post anything related to the script in this topic.
- You may ask for support, but do not always expect an answer from the author of the script (however, other skilled scripters may provide assistance where possible).
- Please report any bugs if you find any, so the script may be fixed to work properly.
- Feel free to suggest new additions or improvements to the script.
- Feel free to post other comments regarding this script.


__________________________
Go to the top of the page
 
+Quote Post
   
dmoose
post Jan 1 2008, 04:38 PM
Post #2


Level 6
Group Icon

Group: Member
Posts: 85
Type: Developer
RM Skill: Undisclosed




I'm getting an error here to. Says that it can't convert Nilclass into Bitmap. What does that mean?

here is the line of coding:

self.contents.blt(4, 4 + i*32, bitmap, Rect.new(0, 0, 24, 24), opacity)

That's 828 for me.


__________________________


Go to the top of the page
 
+Quote Post
   
jens009
post Jan 1 2008, 04:52 PM
Post #3


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




I would suggest for you to download the demo and try it out.

If the demo works, then copy and paste those scripts into your game.

It is also possible that you have other custom scripts added into your game that conflicts with this CMS.


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
dmoose
post Jan 1 2008, 05:02 PM
Post #4


Level 6
Group Icon

Group: Member
Posts: 85
Type: Developer
RM Skill: Undisclosed




The demo works, I copied it and pasted it into my game just to see if it will work and it doesn't same error.


__________________________


Go to the top of the page
 
+Quote Post
   
jens009
post Jan 1 2008, 05:06 PM
Post #5


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




QUOTE (dmoose @ Jan 1 2008, 04:02 PM) *
The demo works, I copied it and pasted it into my game just to see if it will work and it doesn't same error.

Do you have any other scripts besides this CMS?


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
dmoose
post Jan 1 2008, 05:12 PM
Post #6


Level 6
Group Icon

Group: Member
Posts: 85
Type: Developer
RM Skill: Undisclosed




yeah, i was playing around with a few other scripts actually. I have the pixelmovement script, Soul Rage, Party Switcher, UMS and thats it.


__________________________


Go to the top of the page
 
+Quote Post
   
jens009
post Jan 1 2008, 05:16 PM
Post #7


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




QUOTE (dmoose @ Jan 1 2008, 04:12 PM) *
yeah, i was playing around with a few other scripts actually. I have the pixelmovement script, Soul Rage, Party Switcher, UMS and thats it.


Try the script on a new project. If the script works then read 1. If the script didn't work, read 2.
1)By trial and error, find the script that is conflicting with this CMS.
2) This must mean that the script is looking for graphics that should be provided. Go back to the demo you had downloaded and copy the files needed. Read the instructions: Look under FAQ Script and Instructions


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
dmoose
post Jan 1 2008, 05:24 PM
Post #8


Level 6
Group Icon

Group: Member
Posts: 85
Type: Developer
RM Skill: Undisclosed




Whoa! It works now, I was missing two folders filled with pictures needed for the script. Thanks a lot. I forgot all about that.

Would you mind helping me with another problem I have with the Soul Rage System? I posted in the topic awhile ago.

This post has been edited by dmoose: Jan 6 2008, 12:09 AM


__________________________


Go to the top of the page
 
+Quote Post
   
dmoose
post Jan 6 2008, 12:09 AM
Post #9


Level 6
Group Icon

Group: Member
Posts: 85
Type: Developer
RM Skill: Undisclosed




I went back on this to work on some facesets and it won't show it. Keeps giving me this error:


Script'(*)STCMS - Hybrid Edition'line 657:NameError occured.

uninitialized constant Window_Base::FACE_HUE

I get this when I follow the instructions "name of spriteset"_face and I get that error and its in the characters folder.

EDIT:

I rearranged the scripts making it first and I no longer get the error but when I check on the menu the face of the character doesn't appear. It still shows the sprite

This post has been edited by dmoose: Jan 6 2008, 12:34 AM


__________________________


Go to the top of the page
 
+Quote Post
   
jens009
post Jan 6 2008, 12:57 AM
Post #10


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




Find and set this to true
CODE
FACESETS = false


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
dmoose
post Jan 7 2008, 01:20 AM
Post #11


Level 6
Group Icon

Group: Member
Posts: 85
Type: Developer
RM Skill: Undisclosed




I did do that, I still get sprites


__________________________


Go to the top of the page
 
+Quote Post
   
Tigerbite
post Feb 5 2008, 08:59 PM
Post #12


Level 10
Group Icon

Group: Revolutionary
Posts: 166
Type: Event Designer
RM Skill: Advanced




Question...
I'm using the CMS_Edition, set it to true, yada yada, works great...

But my question is, is there a way to change the locations of the boxes? like with x,y coordinates. I've changed quite a few of the variables hoping something would move, but nothing. If anyone knows where they are (if they exist at all), mind posting what lines they're on? Thanks happy.gif

(or is there another easier...customizable menu system, I know there are others, but I can't find them >_>)

This post has been edited by Tigerbite: Feb 5 2008, 09:24 PM


__________________________


QUOTE (Ash_Darkmoon @ IRC @ 11:19pm EST @ Thursday, June 12, 2008)
Something Tigerbite said to me the other day made sense
.
Go to the top of the page
 
+Quote Post
   
jens009
post Feb 5 2008, 11:03 PM
Post #13


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




QUOTE (Tigerbite @ Feb 5 2008, 08:06 PM) *
Question...
I'm using the CMS_Edition, set it to true, yada yada, works great...

But my question is, is there a way to change the locations of the boxes? like with x,y coordinates. I've changed quite a few of the variables hoping something would move, but nothing. If anyone knows where they are (if they exist at all), mind posting what lines they're on? Thanks happy.gif

(or is there another easier...customizable menu system, I know there are others, but I can't find them >_>)

The coordinates of the boxes are under the Windows section of the script.


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
Tigerbite
post Feb 5 2008, 11:45 PM
Post #14


Level 10
Group Icon

Group: Revolutionary
Posts: 166
Type: Event Designer
RM Skill: Advanced




85% of the script is windows...lol
But I'm guessing you might be referring to windows_base? maybe?
Well, that's the part I'm checking out now, so some reassurance would help, make sure I'm not wasting time tongue.gif

[edit] Well, I noticed that wasn't it rather quickly, I'm still looking happy.gif
I so don't have time to fool around with this thing, why must it be so addicting -_-

This post has been edited by Tigerbite: Feb 6 2008, 12:07 AM


__________________________


QUOTE (Ash_Darkmoon @ IRC @ 11:19pm EST @ Thursday, June 12, 2008)
Something Tigerbite said to me the other day made sense
.
Go to the top of the page
 
+Quote Post
   
jens009
post Feb 6 2008, 12:12 AM
Post #15


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




QUOTE (Tigerbite @ Feb 5 2008, 10:52 PM) *
85% of the script is windows...lol
But I'm guessing you might be referring to windows_base? maybe?
Well, that's the part I'm checking out now, so some reassurance would help, make sure I'm not wasting time tongue.gif

[edit] Well, I noticed that wasn't it rather quickly, I'm still looking happy.gif
I so don't have time to fool around with this thing, why must it be so addicting -_-

Well, it depends which window you want to modify. I can point it out to you if you tell me which one. ;-]


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
Tigerbite
post Feb 6 2008, 12:20 AM
Post #16


Level 10
Group Icon

Group: Revolutionary
Posts: 166
Type: Event Designer
RM Skill: Advanced




Well, I'll attempt to make your help a little easier.
At the moment, I'm just working on modifying the main windows that pop up when you hit "B".

I think I'll just focus on the status menu's for right now, maybe the others will make sense if I can figure this one out tongue.gif

Well, I found it at line 1688 "CMSMenuStatus" (duhh me.)

But what I kind of need to know now is which of those coordinates points it to it's place, and then which one(s) point where the second, third, etc. characters go.

Thanks for being so helpful smile.gif


__________________________


QUOTE (Ash_Darkmoon @ IRC @ 11:19pm EST @ Thursday, June 12, 2008)
Something Tigerbite said to me the other day made sense
.
Go to the top of the page
 
+Quote Post
   
QuestionRealityX
post Mar 31 2008, 01:40 AM
Post #17


Level 2
Group Icon

Group: Member
Posts: 17
Type: Artist
RM Skill: Undisclosed




Awesome script.

But I have a question or maybe a suggestion...'
I'm using the facesets option, and I was wondering if it would be possible to make those facesets appear in the Save/Load menu.
And if not, well that's my suggestion.
Go to the top of the page
 
+Quote Post
   
Blizzard
post Mar 31 2008, 04:42 AM
Post #18


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




This is just the CMS; if you want a custom Save/Load screen, you should simply get a script for it. smile.gif


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
QuestionRealityX
post Apr 1 2008, 01:42 PM
Post #19


Level 2
Group Icon

Group: Member
Posts: 17
Type: Artist
RM Skill: Undisclosed




I'm getting an error whenever I go into the skills section of the menu.

Script '(*)STCMS- Hybrid Edition' line1332: NoMethodError occured.
undefined method'_1_SP' for #<Game_System:0x65e1718>

How do I fix this?
Go to the top of the page
 
+Quote Post
   
Blizzard
post Apr 5 2008, 06:48 AM
Post #20


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Upgrade to 5.2b. smile.gif

http://chaos-project.com/downloads/scripts...d%20Edition.txt


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 11:06 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker