Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Question about Numeric class
- Original author: nio kasgami
- Original date: July 24, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/question-about-numeric-class.15852/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
Hello everyone's :3 Is Nio Again! I am here for ask a question really simple Because after some script edit and try for create script i begin to understand how to do script
Archived First Post
Hello everyone's :3
Is Nio Again!
I am here for ask a question really simple
Because after some script edit and try for create script i begin to understand how to do script
(thank to yanfly and is really simple script structure is as my model for help me)
Well I wanted now to create my own Core Engine and for the moment I have the resize screen setting (is so usefull is really annoying to have a so tiny screen!)
But i see how Yanfly is built is Core engine...and is really great but is high technical ...but less graphical and i want to try something new....is exchange the normal ''number'' digit of the game with graphical digit number picture like this :
Protected download
But know i need to add a new stuff in the numeric setting
and i need to create a new method but i know i need to use sprite setting (for add the image)
but i am little lost .....someonne can help me?
Is the part of my script
Is Nio Again!
I am here for ask a question really simple
Because after some script edit and try for create script i begin to understand how to do script
(thank to yanfly and is really simple script structure is as my model for help me)
Well I wanted now to create my own Core Engine and for the moment I have the resize screen setting (is so usefull is really annoying to have a so tiny screen!)
But i see how Yanfly is built is Core engine...and is really great but is high technical ...but less graphical and i want to try something new....is exchange the normal ''number'' digit of the game with graphical digit number picture like this :
Protected download
But know i need to add a new stuff in the numeric setting
and i need to create a new method but i know i need to use sprite setting (for add the image)
but i am little lost .....someonne can help me?
Is the part of my script
I hope you can help a young scriptor :3class Numeric
#--------------------------------------------------------------------------
# new method: Graphical_number
#--------------------------------------------------------------------------
def GraphN
return self.to_s unless NK::CORE::GRAPHICAL_NUMBERS
end
end # class Numeric
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...
