Mythruna
April 18, 2024, 07:13:17 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2] 3 4 5
16  Player's Corner / Gallery / Re: Re: Mythruna Windows 8 Icon on: April 28, 2013, 03:43:01 PM
Thanks for this image, I have Windows 8 too and this looks quite nice!
17  Modder's Workbench / Scripting / Re: Why Groovy? on: April 22, 2013, 01:41:23 PM
Someone did make a worldedit-like plugin: CubeChange by Gara
I almost mentioned that but I decided not to because that just adds or removes cubes, worldedit has a lot more advanced features that could cause performance loss.
18  Modder's Workbench / Scripting / Re: Why Groovy? on: April 22, 2013, 12:40:37 PM
Hmm, how well would bukkit plugins like logblock/worldedit (The BIG ones) work in groovy? Will there be the option to make plugins with java?

In other words, will we be able to make large plugins without affecting the servers performance?
Groovy has slow performance when it starts(is initialized) but after that it runs all right. I think that it should be able to run plugins pretty good but Paul may be able to give you a better answer. In most Java games you can just mod it with class files(the java code) and I would assume it works with Mythruna but you will need a more advanced understanding and you will also need to know how to use jMonkeyEngine some too.
19  Modder's Workbench / Scripting / Re: Battle Mod v0.1 on: April 20, 2013, 07:38:52 PM
Sorry that I'm ontopic... Cheesy
Nice mod, makes me think about doing some scripting myself again... Wink
Just one little thing about your code:
Code:
if(hp > 0) {
hp = hp-takeaway;

if(hp == 0) {
self.setModel("win")
echo("You won!");
} else {
echo("Health is now " + Integer.toString(hp) + "!");
}

}
is probably better done this way if anyone is going to use and extend this:
Code:
hp = hp-takeaway;

if(hp <= 0) {
self.setModel("win")
echo("You won!");
} else {
echo("Health is now " + Integer.toString(hp) + "!");
}
Else you could come to a point wher the hp are below zero, but never get noticed as won.
Thanks for picking that up. I will work on an update.
20  General Category / General Discussion / Re: I'm making a website.. on: April 16, 2013, 06:36:26 AM
Yea guys I've been making an MC website lately, (and when Mythruna is alpha, i will make a mythruna site.) and I want your guys' opinion on the site as it is in it's current state (like things that aren't so good about it, what the spoofs are.) and I would just let you know that this is not what works:

Staff page
Donate page
Forum page - (HELP! Having trouble installing SMF! Do i need an older version to support PHP 5.2 or something?)

Login and Registration - (I need to find a 5.2 php tutorial, not a 5.3 php tutorial. :/)

Anyways guys thx for the help and tell me what you think, and if you want me to build you a website I will try :3
For SMF it can sometimes depend on who you are hosting the website with. Some places have parts of the installer that you have to manually remove. Otherwise it would just be like any tutorial for it you see online, you upload it and run the installer.ß
21  General Category / General Discussion / Re: Linux and passwords and stuff on: April 13, 2013, 07:35:01 AM
I have a dual boot on my computer to Linux Mint.
22  Modder's Workbench / Scripting / Re: Battle Mod v0.1 on: April 11, 2013, 05:47:00 PM
Off topic much? Lol, this always happens Cheesy
23  Modder's Workbench / Scripting / Re: Battle Mod v0.1 on: April 11, 2013, 08:47:37 AM
Really?! It isn't really that hard. But then again, I do application programming in java and groovy on the side for part of my latest project  Smiley
24  Modder's Workbench / Scripting / Re: Battle Mod v0.1 on: April 11, 2013, 06:30:40 AM
is there a single player version?
This does work in single player because that is what I use to test it. I have not tested it on a server yet but I would assume it works.
Heheh... pretty cool.

Also, it's kind of motivating to see my little inventory window in someone else's screen shot.  If I have time tonight, redoing that as a Lemur component (with some small redesigns) is one of the things I may play with.
I am not quite sure why nobody has made a mod for game mode, it isn't that hard. I was extremely surprised when I used the API to see that it was so easy and nobody had done it before.
25  Modder's Workbench / Scripting / Battle Mod v0.1 on: April 10, 2013, 03:43:12 PM
Whoa, hold it there. A battle mod? And no AI? Well, technically it isn't a battle mod then. It is just a rough implementation of a combat system. Once you install this mod and go into game mode you get a sword and a dummy. You place the dummy and you can hit it with your sword and watch it's health go down. Here are some screenshots.













Commands:
~adddummy - Gives the player a dummy in their inventory
~addsword - Gives the player a sword in their inventory

Download: http://www.mediafire.com/download.php?laqbgyg78z03oa2
26  Modder's Workbench / Scripting / Re: CowSay for Mythruna! on: April 09, 2013, 06:03:49 PM
Hey, it was needed for the game. It is a great popularity booster Wink I am now working on a battle mod so that players can use a sword and hit a dummy.
27  Modder's Workbench / Scripting / CowSay for Mythruna! on: April 09, 2013, 02:56:42 PM
To dip my toes into using the Mythruna API I decided to make a simple, cool plugin that I had seen before: the cowsay plugin. I made this in less than an hour but it was very helpful to start to learn the API.



This is what it does. It has an ASCII cow that says what you want it to. This plugin works in single player and multiplayer.


Commands:
Single Player: /cowsay (what you want it to say)
Multi-player: ~cowsay (what you want it to say)

Download: http://www.mediafire.com/?dxkb8w93ep92z3y
28  Player's Corner / Gallery / Re: Hair colors... on: March 27, 2013, 04:56:14 PM
Paul, I don't want to push you too hard, but will you give the option of the colorpicker popping up, so you get every single color to choose from?

a) I'm not sure how else I would do it ?!?!

b) character customization will only be available to donators.
Yes, character customization will be so cool when it is in the game! I can't wait. Great work Paul!
29  General Category / General Discussion / Re: Desktop Screenshots on: March 11, 2013, 04:56:18 PM
It makes me smile to see so many Linux desktops.  There is hope for the world.
Umm.. what does that mean?
He obviously means that linux is pretty damn awesome... if you get the right distro, that is.
30  General Category / General Discussion / Re: Shzylo's Text Adventure ver 0.1 on: February 21, 2013, 09:13:25 AM
Hey, that's awesome Shzylo! Keep learning and IMPROVE!!!
Pages: 1 [2] 3 4 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!