import pygame, sys
from pygame.locals import *
# Initalize Pygame #
pygame.init()
# Colors #
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)
RED = (255, 0, 0)
GREEN = (0, 255, 0)
BLUE = (0, 0, 255)
# Game #
class Game(object):
def __init__(self):
# Window #
windowSurface = pygame.display.set_mode((640, 480), 0, 32)
pygame.display.set_caption('Game')
windowSurface.fill(WHITE)
# Hud #
defaultFont = pygame.font.SysFont(None, 48)
text = defaultFont.render('Herro!', True, BLACK) #Adding another ', COLOR' creates a background for the text.
textRect = text.get_rect()
textRect.centerx = windowSurface.get_rect().centerx
textRect.centery = windowSurface.get_rect().centery
pixArray = pygame.PixelArray(windowSurface)
pixArray[480][380] = BLACK
del pixArray
windowSurface.blit(text, textRect)
# Events #
self.running = True
while self.running:
pygame.display.update()
for event in pygame.event.get():
if event.type == QUIT:
pygame.quit()
raise SystemExit
run.py
import pygame, os
import game
# Load the game up - The game is held in a separate .py though #
game.Game()
That's 20 minutes of work... And it only does
I've got too much free time... *sigh*
README = ('Remember, This forum won't let me use TABS/indents, So if you DO plan to try this out, and fail, you need to indent it!')
If only I was older. Being 13 is pretty boring... Nothing to do but porno + play minecraft... If I start seeing creepers in my porno, I'm going stop playing minecraft.
If only I was older. Being 13 is pretty boring... Nothing to do but porno + play minecraft... If I start seeing creepers in my porno, I'm going stop playing minecraft.
I getcha.
I wouldn't mind seeing Creepers in my porn though, but I'm pretty messed up.
BTW, I'm downloading GTA SA, so we can play if you want...
ello...dunnot if someone had this problem yet..( dont wanted to read all 261 pages^^)...but i downloaded the 256 version...and everytime when i wanna load my world the game crashs...could someone say me why^^?
Many reasons as to why that would be happening. You may not have installed the HD patcher. Your computer may be running out of memory (See the link at the top of the first page) or you have incompatible mods running with the pack.
Hi! Great Texture Pack!
The only problem is that I an only 64x.
Every time i try and use 128x or Higher,
It says "MineCraft has Run out of Memory"
If you know any way to fix this, please, Msg Me.
Thanks for the pack and keep up the good work!
~Quartereater
Rollback Post to RevisionRollBack
"Error of Opinion may be Tolerated where Reason is left Free to Combat it" -Thomas Jefferson
Hi! Great Texture Pack!
The only problem is that I an only 64x.
Every time i try and use 128x or Higher,
It says "MineCraft has Run out of Memory"
If you know any way to fix this, please, Msg Me.
Thanks for the pack and keep up the good work!
~Quartereater
i dloaded the 256x texture pack, and it makes minecraft epic as hell, but there is a downside the fact of the matter is that most of the items show up as a white square if you want to see it i can make a screen shot.
i relly want to know how to fix it, since i want to use it to the fullest and since its more then 1/2 of the items it relly bugs the crap out of me......
(edit) btw my pc is a quad core 64 bit windows 7 with 8 gig of ram, i already changed the standart java useage to 2048 so it cant be a problem with that since i know i made that fix right.. so it has to be something else..
Edit: Optifog+Optimine seems to have fixed the stuttering. :smile.gif:
game.py
from pygame.locals import *
# Initalize Pygame #
pygame.init()
# Colors #
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)
RED = (255, 0, 0)
GREEN = (0, 255, 0)
BLUE = (0, 0, 255)
# Game #
class Game(object):
def __init__(self):
# Window #
windowSurface = pygame.display.set_mode((640, 480), 0, 32)
pygame.display.set_caption('Game')
windowSurface.fill(WHITE)
# Hud #
defaultFont = pygame.font.SysFont(None, 48)
text = defaultFont.render('Herro!', True, BLACK) #Adding another ', COLOR' creates a background for the text.
textRect = text.get_rect()
textRect.centerx = windowSurface.get_rect().centerx
textRect.centery = windowSurface.get_rect().centery
pixArray = pygame.PixelArray(windowSurface)
pixArray[480][380] = BLACK
del pixArray
windowSurface.blit(text, textRect)
# Events #
self.running = True
while self.running:
pygame.display.update()
for event in pygame.event.get():
if event.type == QUIT:
pygame.quit()
raise SystemExit
import game
# Load the game up - The game is held in a separate .py though #
game.Game()
I've got too much free time... *sigh*
README = ('Remember, This forum won't let me use TABS/indents, So if you DO plan to try this out, and fail, you need to indent it!')
If only I was older. Being 13 is pretty boring... Nothing to do but porno + play minecraft... If I start seeing creepers in my porno, I'm going stop playing minecraft.
I getcha.
I wouldn't mind seeing Creepers in my porn though, but I'm pretty messed up.
BTW, I'm downloading GTA SA, so we can play if you want...
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]
:biggrin.gif: - I'll wait a day for you to get it set up, Get 'MTA:SA' - I'll be on skype!
Shouldn't take me that long, I'll probably be set up in like 20 minutes.
I purchased it on Steam a while ago, so it's dling at 5.1MB/s.
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]
Я РУССКИЙ. Я плохо знаю английский, если тут есть русско-язычные помогите с проблемой.
No... not solved...
Either wait for 1.7 and hope, or buy more RAM + 64bit if applicable.
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]
How do you increase the ram, i have mine set to 2048 and it still does it i have 3.5 gb
Fact. I had a long discussion with Misa a while back about it and I'd rather just make my own font. =P
You two are quite strange, btw. Creepers in porn?!?!? Oh dear...
Have you seen MineFont?
Thanks for the link, I'll look into that for the next release. =)
Many reasons as to why that would be happening. You may not have installed the HD patcher. Your computer may be running out of memory (See the link at the top of the first page) or you have incompatible mods running with the pack.
Hope that helps figure something out. =)
The only problem is that I an only 64x.
Every time i try and use 128x or Higher,
It says "MineCraft has Run out of Memory"
If you know any way to fix this, please, Msg Me.
Thanks for the pack and keep up the good work!
~Quartereater
Check the first page
http://www.minecraftforum.net/topic/350344-allocating-more-memory-to-java-windows/
I'm pretty sure this is the fix.
i dloaded the 256x texture pack, and it makes minecraft epic as hell, but there is a downside the fact of the matter is that most of the items show up as a white square if you want to see it i can make a screen shot.
i relly want to know how to fix it, since i want to use it to the fullest and since its more then 1/2 of the items it relly bugs the crap out of me......
(edit) btw my pc is a quad core 64 bit windows 7 with 8 gig of ram, i already changed the standart java useage to 2048 so it cant be a problem with that since i know i made that fix right.. so it has to be something else..
Thank you. =3
Hope it works for you.
Haha, nice! 64bit Java has done some serious wonders for 64bit computers. =D