Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Xuroth

1
RMXP Script Database / Re: [XP] RMX-OS
April 30, 2013, 03:36:38 am
Well thank you for the heads up on the licensing issue. I'm glad I asked now, as opposed to when I was done!

And in regards to the beta testing, I would be delighted to test RMX-OS 2.0. From what you describe, I should not have any problems with the testing. I look forward to trying out your new system. Is there any other functionality included in RMX-OS, or is this release just about the chat commands?
2
RMXP Script Database / Re: [XP] RMX-OS
April 30, 2013, 02:29:59 am
Well, I have a couple of questions regarding RMX-OS
First, I don't really remember so much RGSS, but I am trying to get involved in it again for a game project I am working on. So I could not beta test at the level you are probably looking for, but would I be able to use your beta in a live server, and report errors that arise? (I know that is the basis for beta testing, but I just wanted to acknowledge that my scripting capabilities are sub-par at the time being. You know, the whole use it or lose it... (haven't touched RMXP for quite awhile))

Secondly, and this applies to a bunch of other scripts of yours, I have a question regarding your licensing (Creative Commons). I plan on releasing the final product as free-to-play (to abide with non-commercial), but would I be free to charge players for my own content? (like having special armor "skins" for a transmogrification system. It does not tie into your script at all (except to display the custom artwork on the clients)) The product will not have any pay to unlock for main game content, expansions, etc but only commercial for aesthetics (as well as a way to unlock these aesthetic items via in-game currency)
3
The sorting has been my major issue, but I'll look into it. Perhaps its available with proper formatting...
4
I'm faced with a conundrum. I'm part of a Guild Wars 2 guild that has its own SMF forum board. I want to add an editable table (add entries and columns) for a roster. I can't seem to find any widgets on Google that will let me do this. About the best I can find, is to either switch to a guild host site that offers the roster feature (not acceptable) or just keep downloading new text files, editing them, and reupload them (which is a pain).

Basically, I want to have a form that the officers (who are the only ones with access to this utility) can add in a players name, and other info easily. Sort through the table by name, invited by, etc. and be able to update activity status for the player/edit notes.

I thought of MySQL (which is a bit above my head), using other websites' member areas to manage the roster, trying to use a spreadsheet (need the sorting feature), and racking my brain trying to find new search terms in Google to get it. I found several examples of what I want, but they are not usable.

Widgetbox had a clan roster app, but its uneditable.
Tablepress is perfect, aside from the fact it requires Wordpress blog.
A few are paid apps.
Most are utilities reserved for members of Guildhead, Enjin, and other guild site hosts.


Essentially, what I'm asking for: Does anyone know of a widget/app/whatever that you can install into a webpage? Preferably without a DB, because for a small-ish guild, that is overkill. (In my opinion)

It needs:
Easy to use - some officers are not very computer savvy
Editable -update ranks (pro/demotion, inactive, notes)
Sortable - to find members based on stats
Modifiable - to add new columns/stats


Does anyone know how to do this or where to find it? Ive been Googling for hours, and it's gotten me nowhere. You guys have been a great help in the past, helping me troubleshoot my RPG Maker projects, and editing scripts, so I figured I would come here to ask for help.
5
Tutorials / Re: Story Development - Characters
October 27, 2011, 05:45:17 pm
@Blizzard: I agree that characters should grow and change. Towards the end of the topic I added a semi-rushed lesson on Static vs Dynamic and Flat vs Round character types.

@Fenriswolf: I also agree that characters demonstrate some non-standard traits, and as Blizzard said, combinations of these, especially odd combinations, can be particularly interesting. I'll keep this in mind for a possible upcoming edit.

Thanks guys for throwing out suggestions. Your comments and criticisms are always welcome.
6
Tutorials / Re: Character Design
October 27, 2011, 02:24:56 pm
Thanks for the suggestions guys. I'll follow ForeverZer0's suggestion for the new name. And I'll update this with a bit more on character flaws, thanks to V o d.
7
Also... Is there any kind of limit to using an IDE? Because I attempted to add (i know its ridiculous to have this many custom scripts) game_guy's Item Storage Script and Game.exe crashes (stops responding and Windows tries to 'find a solution') at runtime. I saved the script as .rb in the scripts folder, and added the filename as a string in the script in RMXP. Removing (commenting the line out in the RMXP Script Editor) this script allows the game to run fine.

Adding the script to the normal Script Editor has no problems though... This is a bit odd...
8
Tutorials / Re: Character Design
October 23, 2011, 06:48:32 am
Don't really mean to offend by double posting, but this has sat here for awhile with no real activity.

If anyone has ideas or comments to append/edit this post, please let me know. I don't want to waste the time to write the next document (or more) if this isn't helpful to anyone!
9
RMXP Script Database / Re: [XP][VX] Show Event Name
October 17, 2011, 01:11:17 pm
sounds great! I'm sure it could be done easily. In fact, I bet the comments and the config together will be longer than the actual code to make it function.
10
RMXP Script Database / Re: [XP] Perishable Items
October 13, 2011, 03:43:46 am
You know, this is a great idea, mad.array! Excellent Script!
11
so you couldnt add a || in the config case?
12
that was a poor example of what I was asking, so I apologize. I meant more like having two separate methods to create the same thing.
13
can you use this to create multiple recipes for an item?
for example:
to make a chaos sword (no enchantments) you need:
1 chaos essence
1 mithril sword
but if you dont have a mithril sword but you have its reqs:
3 mithril ores
1 wrapped hilt
You should be able to use:
3 mithril ores
1 wrapped hilt
1 chaos essence
For not having all the specific items (and because the smith will "forge" the sword then add the essence) you should have to pay the fee of both making the mithril sword and the chaos sword together.

Just curious...
14
Chat / Re: The Dream Journal
October 07, 2011, 10:06:24 am
@DigitalSoul: It would be amazing if in the near future we really could download info into our brain.
15
'Notepad++ Custom IDE'::line 0 SyntaxError Occurred

*sigh* So I started configuring the scripts. Everything was working great. I saw a couple of your older scripts and decided to add them in. I added your Addon Collection (originally for the pickpocket script, but after finding a separate updated version of Pickpocket, I want to use this for some other cool features) and your updated Pickpocket Script.

after creating their .rb files in the directory, and adding the file names to the array in RMXP, I get another Line 0 error, this time for the IDE Script

Is there a character, file, or size limit here?

ForeverZer0, why does it seem that I always get the error on line 0?


My IDE Script Config: ShowHide

DIRECTORY = 'IDE Script Data'
SCRIPTS = [
'Zer0_CMS',
'Zer0_Advanced_Weather',
'Zer0_CCTS',
'Zer0_Mult_Message_Windows',
'Zer0_Addon',
'Zer0_PickPocket',
'Tons_1',
'Tons_2',
'Tons_3',
'Show_Event_Names',
'Chaos_Rage_Limit_Sys',
'Scene_SoulRage'
]
SCRIPTS.each {|script| require "#{Dir.getwd}/#{DIRECTORY}/#{script}" }

I also tried adding 'p $!, $@' (without the quote) to main (including and excluding the rescue bit) and nothing changes with the error message.

EDIT: I figured it might be your Add-On  Collection and your Pickpocket script conflicting, and I'm partially right. Your Add-On script doesn't want to play nice, so I am going to look for variable/methods and constants that might be shared with other scripts.ask for help.

EDIT2: I can't seem to see the problem, and it occurs each time before my rescue and p $!, $@ commands in main. I have decided that something in your add on collection must be causing the error/conflicting with another script. I know you removed your addon collection, but I used Google to find v2.5 on another site. If you have an updated version or if you could help me to figure this out, I would be very grateful. If you need it, here is a link to my project so you can download it and test it if you would be willing to assist me.

Download 5.78 MB
16
RMXP Script Database / Re: [XP][VX] Show Event Name
October 04, 2011, 07:12:24 pm
No, I am not using Blizz-ABS. I used a game switch and turned it off via event. the names disappeared when the switch was off, but failed to return when the switch was on again unless you change scenes.

FIXED! With your distance mod it works perfectly. Names appear when they are supposed to. No z-layer issues... Great job!

another suggestion: perhaps add an option in the config to allow a small picture to be shown behind the names. Like a graphic that acts as a background for the names (i.e. a picture frame style graphic). This could allow more visually appealing design, improve readability over certain areas (though you could just use colors) of the tileset/map, and/or help extend the graphic "theme" of a user's game. I think this feature would help immerse players in the game and complete the experience... what do you think?
17
Great, that fixed it. How did you know where to look? I mean the only info I gathered was something was causing Game_Temp to think it had an error on line 0 (which I assume is it's hidden dependancy on RPG?)
18
Nope. I had an error with your Multiple Message Windows, but it was a conflict with LiTTleDRAgo's Show Event Name script. re-ordered and voila!

But I've never seen an error on line 0 before...

<DOWNLOAD>(some scripts are yet unconfigured, but should not interfere with messages. after all, it was working alright before changing to N++)
my bad... i forgot to remove unnecessary images. 1.26MB filesize
19
Well, I followed your advice. I set-up N++ correctly. I removed the scripts from my game. I pasted them into a folder called IDE Script Data and I added their filenames to the snippet. unfortunately, whether I use N++ or RMXP to Test Play, as soon as I try to display a message (Show Text Event Command) I get the following error:


Script 'Game_Temp' line0:NoMethodError Occurred.
undefined method '<' for nil:NilClass

I think it's a problem with your Multiple Message Script, though I'm not sure. Here is my Configuration from the Script Editor (to show scripts used, in their order):

DIRECTORY = 'IDE Script Data'
SCRIPTS = [
'Zer0_CMS',
'Zer0_Advanced_Weather',
'Zer0_CCTS',
'Zer0_Mult_Message_Windows',
'Show_Event_Names',
'Tons_1',
'Tons_2',
'Tons_3',
'Chaos_Rage_Limit_Sys',
'Scene_SoulRage'
]
SCRIPTS.each {|script| require "#{Dir.getwd}/#{DIRECTORY}/#{script}" }

And I'm aware that it violates the Script Order for a couple scripts, but using this order so far has removed errors I otherwise had between other scripts.

20
Tutorials / Story Development - Characters
September 22, 2011, 07:41:19 am
Story Development - Characters

by: Xuroth
Last Edited 10.27.2011






Contents:


  •  Introduction

  •  Credits

  •  General Information

  •  Naming

  •  Character Biography

  •  Character Motivation/Personality




Introduction

   Welcome to my tutorial on Character Development. Now, I hope I don't lose anyone, and I am sure most of the people reading this already design their own characters. For these people, I simply want to help them make sure that their characters are believable and realistic. For others, I attempt to explain how characters that are used in stories and games should be well thought out and designed. I try to demonstrate why a character should appear to be real, and ideas to help that become easier.



Credits:

   Angroth - Original Draft/Ideas
   Xanqui - Original Draft/Ideas
   Xuroth - Updated and Expanded

To Angroth and Xanqui: I can't remember how much of this you guys/gals wrote, but I know I started by changing some spelling and grammatical errors, then adding a sentence or two before practically re-writing it and ending up with this. I didn't omit any details on purpose, but I wished to expand on certain details I find important. Please remember this is a rough first draft so it is not complete. Thanks for the start of this document. It may lead to another complete rewrite with better descriptions and more content later on... thanks again.


Note by Xuroth:: ShowHide
I don't remember exactly where, but I found the first part of this text a couple years ago and realized how incomplete it was. It still is, but after "losing" it for 2 years oh a hard drive, I feel I rounded it off nicely. This is a basic first draft, and is in no way complete. Each section deserves to be its own document and to be added to, but quite simply put, I just wanted to finish a basic draft so I may return to my stories... (and I hardly ever finish anything so I felt I needed to work on this some more). If you have any problems with this text just post and I will eventually update this.





General Information:
   Lets try to avoid cliches (no long, silver haired villains with a huge, long katana with a desire to destroy the world). I know, Sephiroth can be considered as one of the best villains in RPGs by some (and not quite the best by others). However, certain instances arise when cliches can not be avoided. These times will require quick thinking and imagination. But this is just advice after all.

   The truth is... Cliches aren't all bad.

Cliche: Definition: ShowHide
Quote from: WikipediaA cliches is an expression, idea, or element of an artistic work which has been overused to the point of losing its original meaning or effect, rendering it a stereotype, especially when at some earlier time it was considered meaningful or novel.


   Essentially, a cliche is when something large and noticeable is used again and again and again and aga- well you get the point. You can improve (i.e. improve upon the original idea) or change a cliche by understanding a couple of things about cliches. For example, most players take gravity for granted in a game. It's not considered cliche, but is more widely used than the "damsel in distress" story template. Granted, some games could be all about a world which only produces anti-gravity. And that would be a lot of science/magic to explain to the character, and would be very...err...creative...

A short anecdote about cliches:
Quote from: The.DarrenA friend once gave me advice on Story Development and the use of cliches as a tool. He would create the skeletons (i.e. frameworks) for stories, worlds, and characters. He would use a cliche, but then change a critical part of it by asking 'What if?' or by trying to make the idea more related to those he already had. He was capable of thinking up entire planes of existence in mere seconds. In short, a cliche is acceptable. After all, cliches are cliche because they work. But for the sake of imagination and creative storytelling, don't over use them. Change them.


   Now that your character is to be named according to racial and gender-based naming conventions, lets move on. We should examine... Age. When the story starts, your character needs a basic age. Now, (not-exactly-cliche-like-the-whole-gravity-thing-but-still-close) younger people, unless through a special upbringing, tend to not think about their actions as much as they should. They tend to be more reckless than not, and they jump right into a fight without contemplating it at all. Foresight is typically as elusive to the young, as youth is to the elderly. HOWEVER, this is not always the case. Thus, your characters' personalities should reflect some generalizations, but also include some exceptions. After all, it's not like a law of the universe that


#Awesome method naming
if player <= ~25
    player.make_stupid_choices
elsif player >=50
    player.be_wize_but_too_old_to_do_anything
else
    player.do_stuff_but_be_prepared
end


   Some people can be mature for their age, while some 'Wise Sages' can't stop thinking of giving 'advice' to young voluptuous females. Everyone is different, so remember this when we get to Personalities.

   Some people like to start with the name, some others prefer to develop the name as they go. Either way will work, although I think that defining a name in the beginning should help add an idea of your character. However, in the real world, some people live up to their name, while others do not. So try to add variety, as a little spontaneity helps make for a more realistic world.




Naming:

   Now, go ahead, and try to find a name. For this tutorial, I will develop a character named Fyren. (I got the name by looking at the word 'Forum' and changing letters. Once I had a decent combination, I changed the flow of the name to make it better suiting a character. I realize this is not the best name in RPG genre or at all really. It's just a simple Idea, that will become developed as we go.)

   Let's make sure their name reflects their nationality/race/gender. We don't need an Orc named Sally-Sue John XXXXIII, from the country of Turkey. None of it fits. Here, if your game is based off Earth settings, do some research on names and nationalities, and language structure. If your game is more fantasy set, remember there are certain commonly known races that have their own particular naming conventions. Orcs, for instance are very guttural and short in naming conventions, while Elves (moon elves/ high elves in general) use complex (sometimes unpronounceable) and sophisticated names. Now, this is your game, and your rules. You can choose to smash all the standards and do it however you wish. However, to make your "Believability Factor" go up, you should consider trying to keep to some basic knowledge. If lots of people know that chromatic dragons are more  rash and tend to be more violent (though some may not know this, unfortunately), then it makes your game more realistic when metallic dragons are more calm and patient then their fiery (bad pun) cousins. However, this could be considered, 'cliche', as it appears in more than a couple games that have been around for a long while.




Character Biography:

   Now we have a name. Fyren... try just imagining a character named Fyren. What would he/she look like? Try to build a body in your mind. Fyren... brings to mind a male (just fit in what you need or want, if you can't just create a character). So, using an average size, average build, male body, we will develop this character. The name also brings to mind a person who is either of a sophisticated background, or some young impatient hooligan. Because sophisticated and intelligent people generally think things through, and because Fyren is a main character, I feel the plot may be better served by using a young impatient character, though we will avoid some cliches in this process. Now, I have a good picture of Fyren, but I have explained very little about him. Let me introduce him.

Meet Fyren:
QuoteFyren is a very hard worker. He was found mysteriously and brought up on a farm for 24 years. While living a simple life, Fyren has always dreamed of grand adventures. He has problems (take note here, very important, and I will explain why in a little bit) making friends, so he used to play pretend all alone once his chores were done. While dedicated to getting everything done, he likes to try to find shortcuts instead, though this usually backfires, and ends in more work.


   Do you see what I did by just looking at the word forum? I have a character that is not extremely young like some RPG's, and he has a problem meeting up with people. This is crucial. Now whether you are designing a game or writing a novel, Fyren must now choose his actions carefully when around people if he is ever to work together. Or maybe you can be creative and have him be just a loner. But all that is plot based and beyond the scope of this particular document. I merely want to create options for later.




Character Personality/Motivation:

   Quite simply, the core of a character. What is s/he going to do? And more importantly, WHY? This is what gives the character depth. It lays out the mindset of this vision. it helps the reader/player to identify/relate with the character. It transforms a semi interesting paragraph into a living breathing entity (in the reader/player's mind anyway).

   Another tool that helps develop characters: Flaws. Yes, mistakes help define a character as a person. This creates memorable and exciting characters.

   Every person in the real world has goals and ambitions. Some are based off the person's interests, some based off the setting/environment they grew/live in. People can create new goals by the success or failure of past attempts (this is also very important, creating characters that grow. More in next section). To put it simply, everyone wants to do something and there's almost always a reason why. I want to be a software engineer later in life. Science, math, and computers are strong influences on my mind. Thus i need to strengthen my skills in these areas. What do I do? I take classes and I also practice them. Why does the main character go chasing after the "damsel in distress"? Either it must be one hell of a booty call to make him risk his life, or he must love her.

   BUT WHY? Why would our hero love this particular person? Is it past history? Similar interests? Hot body? (maybe not so much. But seriously, think: 8-bit Zelda... now she was HAWT). Maybe it's the fact they are friends like Mario and Princess Peach (though its kinda vague why Bowser kidnaps her all the time...) The point is, the character must have a reason to do what they do during the story. (this is incredibly important with villains too!)

   The most common sources of motivation is setting, plot, and other characters. Setting is everyplace your character visits or has visited, while plot is the experiences s/he goes through. Fyren, as vague as he is, has no set plot at the moment (...yet...) So almost all motivation is derived from the setting and surrounding characters. Wait! I don't have a Setting! There are no other characters (yet)! It's ok. You can skip this part, just don't forget about it. In another post/document I will illustrate how setting affects characters, their thoughts and their actions. It's okay to come back and change a couple of details, just make sure that those details are reflected as you go back through the process (use your characters to foreshadow a bit).

   Now, you may remember English classes from many years ago, and you might remember something called Static vs. Dynamic and Flat vs. Round character types. Here is my version of that lesson, greatly generalized to give you a basic idea of what I mean.

Growing Characters:: ShowHide

   Flat:
   I start here because any character starts flat. As you add details you give the character depth. Flat characters are best in really short stories and some movies, but usually not in longer texts or lead roles because they don't have a lot of characteristics. As you add more detail to them they become Round.

   Round:
   Round characters have many characteristics explained to the reader/player, so they are better suited for major parts in the story. These characters are not typical in short stories due to the depth of their personalities. A story-writer should be careful with these types of characters to not belay all their details at once to the reader/player. Some foreshadowing perhaps. More on introductions in another article.
   
   Static:
   Okay, static characters (in my honest opinion) suck. but some situations like short poems and brief texts call for a static character. I even use a couple in my stories as baddies met toward the beginnings. A character is static if they learn very little and change very little throughout the story, if they change/learn at all.

   Dynamic:
   This is my favorite. Just like the real world, I believe characters should change. Now They may not have to become a new person every chapter, but its good to keep them learning and occasionally have a "growth spurt" where they kind of change their outlook. In RPGs this is symbolized by "leveling up". The gain from life experience has led to a small growth by the character. I think this is a great way to visualize your character growing. This also applies outside of just battle, too...

Quote from:  Example 1So Fyren, during his adventures has been ambushed many times. Due to his experience and growth, he will be more aware of his surroundings to try to avoid another trap. He may not avoid the second or third, but every time makes him a little more aware. It will be harder to trick him.


Quote from: Example 2Lets say you and I have battles where we unleash magic spells at each other. If I always start with fire, you will learn that and strategize accordingly. But twists happen and I will anticipate your learning my basic strategy. Assuming you would use air to redirect or water to douse the flames, I will use lightning once to start. You wouldn't expect it. The point here is that your characters should grow, but not be able to predict everything (like Rock-Paper-Scissors). Life is unpredictable and it's exciting that way!


   In conclusion, Dynamic Round characters are well thought out and realistic characters that are easy for people to identify with and even to some people, they may even become your character, if only temporarily. Flat and or static characters should be those that interact less with the events of the story. You could also use them to help demonstrate how different the main characters are. Well-designed and thought-out characters make a story great.


   Typically, your characters may not be real people, but they should appear as such. They are the result of a process, fed by inspiration, developed by their world and time, and changed by the actions of others (as well as their own.) There is no mold, no cookie-cutter tool to create characters (unless, of course, your characters ARE cookies...) They should be real. They may lack a physical body, but otherwise they are as deep and developed as you or I.




Ending Note:
   I found this file sitting around on one of my hard drives (again). By now this document is about 4 years old, so I felt I could finish my additions to it and upload it here. Hopefully somebody will find it useful. It took me about 2.5 hours to format it properly and another 2 hours to finish it (editing, revising, lots of typing, etc.) I hope you enjoyed it!