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.


Topics - PurpleMetro

Pages: 1 ... 23 24 25 26 27 [28] 29 30 31 32 33 ... 45
406
Games / Minecraft Freezing
« on: August 04, 2012, 05:53:20 PM »
Ok, so I just noticed that Minecraft 1.3.1 came out, so I went to go play my old world. My laptop doesn't really run well with Minecraft, it produces lag with just Minecraft alone, a little lag with Game Booster, and the same when I set Java's priority in Task Manager to high, but I can still manage it. Previously in Minecraft 1.2.5, I used Optifine to speed up my game, I used the Smooth edition (at that time, I didn't know I had a multi-core laptop). With all my graphics set to low, minecraft ran well. But even though, after I loaded a world in Minecraft, and play for a few minutes, Java just freezes. I can't move at all, the screen is just frozen. The music still plays but I can't move at all, so I have to hard-close Minecraft. This is getting annoying, this happened when I used Optifine on smooth edition in 1.2.5, and it happened this time in 1.3.1 with no mods at all.

DX-Diag
Operating System: Windows 7 Home Premium 64 bit (6.1, Build 7601)
System Manufacturer: Acer
BIOSInsydeH2O Version 1.07
Processor: Intel(R) Pentium(R) CPU  P6200 @ 2.13GHz (2 CPUs), ~2.1GHz
Memory: 4096 MB RAM
Page File: 1964 MB used, 5567 available
DirectX Version: DirectX 11


407
Off Topic / Good Fraps FPS?
« on: July 30, 2012, 09:25:43 PM »
I'm trying to record gameplay videos for blockland, but when they are finally uploaded to youtube, they occasionally get a jitter or something while it's playing. I think this is a problem with the Video Capture Settings in fraps. What FPS should I set it to so it will remove that?

Try looking at these videos for examples of what I mean
http://www.youtube.com/watch?v=78W17h-8GHk&list=PL3ABB4022C686D5BB&index=1&feature=plpp_video
http://www.youtube.com/watch?v=8KB21rJKTS0&list=PL3ABB4022C686D5BB&index=2&feature=plpp_video
It's sort of like it's pixelating.

408
Modification Help / Client_AFKBot Improvements
« on: July 30, 2012, 05:26:16 PM »
I came up with this code in a few minutes.
Code: [Select]
//AfkBot
//This is a 'Medium' level script
//This was made by 'Alchemy'
//This script was made for 'Alchemy'
//=========================
//Functions
function afkBot()
{
%d = getRandom(1,2);
if(%d == 1)
{
afkBotForward();
}
else if(%d == 2)
{
afkBotBackward();
}
}
function afkBotForward()
{
%t = getRandom(1,3);
moveForward(1);
if(%t == 1)
{
schedule(999,0,AfkBotForwardStop);
}
else if(%t == 2)
{
schedule(1999,0,afkBotForwardStop);
}
else if(%t == 3)
{
schedule(2999,0,afkBotForwardStop);
}
}
function afkBotForwardStop()
{
%t = getRandom(1,3);
moveForward(0);
if(%t == 1)
{
schedule(1,0,afkBotYaw);
}
if(%t == 2)
{
schedule(1001,0,afkBotYaw);
}
if(%t == 3)
{
schedule(2001,0,afkBotYaw);
}
}
function afkBotYaw()
{
%y = getRandom(1,4);
%t = getRandom(1,3);
if(%y == 1)
{
yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25);
}
else if(%y == 2)
{
yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25);
}
else if(%y == 3)
{
yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25);
}
else if(%y == 4)
{
yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25); yaw(25);
}
if(%t == 1)
{
schedule(999,0,afkBotYawStop);
}
else if(%t == 2)
{
schedule(1999,0,afkBotYawStop);
}
else if(%t == 3)
{
schedule(2999,0,afkBotYawStop);
}
}
function afkBotYawStop()
{
%t = getRandom(1,3);
if(%t == 1)
{
schedule(999,0,afkBot);
}
else if(%t == 2)
{
schedule(1999,0,afkBot);
}
else if(%t == 3)
{
schedule(2999,0,afkBot);
}
}
function afkBotBackward()
{
%t = getRandom(1,3);
moveBackward(1);
if(%t == 1)
{
schedule(999,0,AfkBotBackwardStop);
}
else if(%t == 2)
{
schedule(1999,0,afkBotBackwardStop);
}
else if(%t == 3)
{
schedule(2999,0,afkBotBackwardStop);
}
}
function afkBotBackwardStop()
{
%t = getRandom(1,3);
moveBackward(0);
if(%t == 1)
{
schedule(1,0,afkBotYaw);
}
if(%t == 2)
{
schedule(1001,0,afkBotYaw);
}
if(%t == 3)
{
schedule(2001,0,afkBotYaw);
}
}
It works perfectly fine, but I need ways to make it seem more realistic. One thing I need help with is improving the turning (yaw). When it stops moving, it jerk turns my avatar to the right. I want it to turn smoothly to the right. Any suggestions?

409
[Czarina: Dungeon Simulator]


Czarina: Dungeon Simulator is planned to be a thriller RPG. There will be a group of 4, they wake up in a cave. That is all. The cave has much to be explored. The characters have much to learn about themselves. The cave changes at every now and then, so you will see random things

[Registration]
There are currently 0 characters available left.
[Registration Form]

Use this template to make your character:
Character Name: [Name]
Character Nickname: [Nickname]
Character Weapons: [Include weapon details here, posting an image of your weapon is optional, no powerful weapons though]
Character Items: [Special items that you want to have, posting item images are optional]
Character Backstory/Bio: [Post your Bio/Backstory here]

Quote

Character Name: Jack
Character Weapons: Same as before
Character Items: same as before
Character Backstory/Bio: I was in the other adventure, until the dimensional portal flung me into this adventure

Character Name: Drake
Character Nickname: Shadow
Character Weapons: Cursed Dagger (Wounds inflicted by dagger cannot heal by any means)
Character Items: Gaunlets of Illusion, Wooden Stick
Character Backstory/Bio: Was training when some random thugs knocked me out.

Name: Alexia Aroth
Nickname: X
Weapons: Lance/halberd/spear/staff with point crystal on the end. They all work.
Items: Amulet, clothing
Background: Dimensional portal flung me into this adventure along with Masterroosterets. Laser rifle was turned into a lance for some reason.


Character Name: Royal Gaurd Coleman Stryker
Character Nickname: Captain "Wonderboy"
Character Weapons: Quick Silver (the sword on this character): A moderately powerful sword, can disrupt enemies (kinda like stunning them). Disruption Pistol: It's like a flintlock, but it can disrupt. It has a sub-par damage level.
Character Items: Steam Pack: Allows the ability to cast spells.
Character Backstory/Bio: I was once apart of the Cygnarian army. I was apart of the royal gaurd, but somehow I ended up in this cave. I still have my steam pack and my weapons. So I guess I'm lucky to still have those.
[Rules/Info]
Use "" for when you want to say something in the RP. (EX: "I think we should go this way.")[/size]
Use the [./me=name] [./me] command for doing actions. (EX:
* PurpleMetro pulls the lever
)
When you want to talk outside of the RP, just say it, don't use "".

No godmodding
No meta-gaming
I will make the pictures of the gameplay.
Please talk with proper grammar in the RP


410
Modification Help / I need a client-side framework
« on: July 30, 2012, 12:35:08 PM »
I want to make a specific client-side mod that plays your play an alarm when a person touches you, or clicks you, but I don't know the framework, can somebody please help?

411
General Discussion / Blockland Crashing
« on: July 30, 2012, 11:58:11 AM »
Yes, I know this is in the wrong topic, don't tell me, but I sometimes just HATE the inactivity of the help forums, and this is serious. Whenever I go into options, configure some settings, and press done, blockland just crashes saying:

Seriously, I need help. I can change my avatar through the main menu, but when I'm in a game, and change my avatar, it gives me the same crash. Please help.


412
Off Topic / How do I speed up youtube video uploading?
« on: July 30, 2012, 09:48:47 AM »
I want to post a video on youtube of one of my gameplays on Blockland, but it takes SO long to upload. I record it with fraps, and when i'm done, I put it in Windows Live Movie Maker to 'compress' it down people say, and then I put it in youtube, but it still takes SO long to upload, is there anyway to speed it up?

413
Help / change avatar => 'Buffer Overload Detected'
« on: July 30, 2012, 08:11:52 AM »
Everytime I go to change my avatar, or configure things in the options, blockland crashes with the error 'Buffer Overload Detected'. Nobody helped me in my last topic.

414
Games / What if Roblox was a teenager-attracting game?
« on: July 29, 2012, 10:03:09 PM »
Basically what the title says, what if Roblox did not plan to attract kids to their game, but teenagers, like Blockland?

415
Off Topic / Weird Sounds from Games
« on: July 29, 2012, 06:21:10 PM »
Does anybody like, randomly at certain points, hear sounds from games or other things, but then you check, you don't have your game up? I was just watching a video on HL2 and I just heard the sound I get when one of my friends come online in RTB, creepy ._.

416
Off Topic / I'm bored, suggest things to do
« on: July 29, 2012, 05:54:57 PM »
It could be games, making art, or anything, i'm just bored. Please don't suggest fapping or something that I cannot do.

417
General Discussion / Smooth Climbing Ladders?
« on: July 29, 2012, 09:03:38 AM »
How would I make a smooth-climbing ladder? One that pushes you up smoothly when you touch it instead of those click-push ones?

418
Help / I can't change my avatar in games?
« on: July 29, 2012, 06:34:07 AM »
This happens when i'm on any server, even when I'm on my own, when I go to the avatar change menu, change my avatar, and when I press done, an error appears saying Buffer Overrun detected, and blockland just crashes itself and I have to restart the whole game. Please help, this is getting annoying, when I want to test bots.

419
General Discussion / Blockland Texture Pack
« on: July 28, 2012, 03:23:33 AM »
I'm currently working on a Cowboy RP, but I need a different texture pack for the buildings, I saw different servers with bricks that had dark edges, and I want those type of bricks, please help.

420
Modification Help / Chatbot Help
« on: July 27, 2012, 12:01:43 AM »
Code: [Select]
package chatbot
{
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg)
{
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg);
}
if(%msg $= "Alchbot, test active")
{
if(%name $= "Alchemy")
{
commandToServer('messageSent',"AlchBot: Activity Test Succeed!");
}
};
activatePackage(Chatbot);
The packaging for my code works, but when I say the line, it does nothing. Please help.

Pages: 1 ... 23 24 25 26 27 [28] 29 30 31 32 33 ... 45