Window&Scene Wizard
IntroductionI hate blind scripting the Windows so, I made this program. Make sure to read everything in this post. It uses RMXP.
This should be pretty simple to those who have used Visual Studio .Net before.
DescriptionLike the name says, It generates scripts of the windows and scene you design.
This program is made of two parts;
The Wizard - Lets you design Windows/Scenes and add contents to them.
The FrameWork - You need to add this to your game. Inlcuding the graphics its comes with.
The Scene that is generate is very basic, it consists of the methods;
main
main_draw
main_loop
main_dispose
main_scenechange?
update
update_windows
Version 2.0 Screen
Version 1.0 Screen
Features- Fully Mouse and Keyboard Interegated!
- Lets you move and resize windows with the mouse.
- Lets you edit object(windows, contents) properties.
- Lets you name your windows and scenes.
- Lets you make the windows global or instance.
- Lets you add contents(text, pictures and ect.)
- Lets you move contents with mouse.
- Lets you edit content properties.
- Genereates Code
- And Many more!
HistoryVersion 2.0- Window Command casing
- Actor CharSet - Party, Database
- Actor Battler - Party, Databas
- Able to choose actors from Party or Database for some contents
- Parameters bar(str, int, dex and ect.)
- Save
- Background
- Help Window
- Vertical Bars
Version 1.0- First Release
Working onVersion 2.5 will have- Undo/Redo(Unlimeted Times)
- Cut/Copy/Paste
- Right Click - Opens a menu, depending on what you right click on. Will include, Undo/Redo, Cut/Copy/Paste, and window list if the windows overlap.
- List all windows - for quick selection in a big scene. (Seperate(base,list,dlist) or all)
- List all contents - For quick selection in a big scene.
- List all Variables - For quick selection.
Version 3.0 will have- New User Interface, I hate the way it is right now.... Will be much better tho
- More Window Properties;
---- Disable/Active
---- Hide/Show
---- OnCreate(determines if the window is created on main_draw)
---- stretched(or tiled)
---- ox/oy adjustment
- Window_Command's commands control. The user will have the ability to;
---- Call Window
---- Call Scene
---- Activate Window or Disable
---- Create Window, Dispose Window
Version 3.5 will have- Code Snippets - wil come with some but the user will have the ability to add his/her own.
-Visual Data Editor - Like a table, but more practicle, enables the ordering of events(methods, varaibles, actions) that happen in script. Let me put it this way, imagine the whole scene as window that you can add contents to
Hopefully, This should let users do a "full" working CMS with this.
Version 4.0 will have- Sockets/Networking - Lets you design windows online, with other people.
InstructionsHow To Install1)Download both files and unzip.
2)Go to the WSW FrameWork 1.0 and move all the
scripts and graphics to your game.
How to use1) Place the Wizard anywhere.
2) Add the graphics you would like to use to the Graphics Folder.
DO NOT REPLACE THE GRAPHICS that are ALREADY THERE.3) Read the Tips.
4) Read the Tutorial. Its in pictures
Screens and TutorialI left out alot of features but, this is the basics to get you started.
Tips1) Always name your Scene and Windows.
2) Never use the same name more then once
3) Do not use capitals for the first letter for windows, but use for Scenes.
4) Do not use Spaces when naming windows. Instead use _ .
5) Hold shift to use Cap letters.
DownloadMake sure to read the tutorial and the Instructions.
Mirror 1(SaveFile)
Window&Scene WizardWSW FrameWork 2.0 You don't have to download this if you pasted the above script in your game.
Mirror 2(MegaUpload)
Window&Scene WizardWSW FrameWork 2.0You don't have to download this if you pasted the above script in your game.
UnFixed Bugs1) Data Text doesn't work. Yet.
NotesRemember, this is to help design. You still need to know how to script a bit, if you are making something like a menu.
If you think Navigation would be hard, or similar to Dubalex's script then you are mistaken. The windows you need will appear once an object is clicked. It is called a
wizard for a reason.
Request ItI'm open to ideas on what should be added in to improve this.
Thanks and CreditsCredit me ofcourse
Trickster's Gradient bars
Thanks to;
Near Fantastica's Input Script *Edited by me and AstroMech
CyberSam's Mouse Script
AstroMech's Mouse script
Squall's Resolution Script