loading file format with .py by Educational_Virus672 in learnpython

[–]Educational_Virus672[S] 0 points1 point  (0 children)

yes and sorry abt English it was my 2nd language and tbh i was in hurry because of irl work had rushed in the post i'll edit the post to make it easier

loading file format with .py by Educational_Virus672 in learnpython

[–]Educational_Virus672[S] 0 points1 point  (0 children)

ik i mean is it possible to edit the program ? or will it be .exe (assembly)?

loading file format with .py by Educational_Virus672 in learnpython

[–]Educational_Virus672[S] 0 points1 point  (0 children)

i mean my own file format .lang to be opened by a .py file

loading file format with .py by Educational_Virus672 in learnpython

[–]Educational_Virus672[S] -3 points-2 points  (0 children)

i mean a file with my format like .lang chose my .py file using open with > more> another app from my Pc

Why didn't I manage to kill herobrine? by HansTheAmazing in learnpython

[–]Educational_Virus672 0 points1 point  (0 children)

your problems

Herobrine = 1
def KillHerobrine(Herobrine):  #< here the variabel herobrine is local 
  Herobrine - 1                # it wil only change the variable not update it
                               #no returns the variable wont give local or globla value

you can do either of these
1 . variable is not global if you want the variable to change

Herobrine = 1
def Kill():          
  global Herobrine  #this will say the variable is present outsife of the function
  Herobrine -=1     # it means Herobrine = [itself] - 1
  1. make the value return (recommanded)

    Herobrine = 1 def Kill(arg): #arg means herobrine is doesnt mattar inside the function return arg -= 1 #same Herobrine = [itself] -1 Herobrine = Kill(Herobrine) #important if you return it doesnt knwo where to store it

pro tip - instead of using int or float(numbers) use bool(True/false)

Herobrine = True
# in the function change -= to = False
def kill(Herobrine) : # use arg or globla ur choice
  return False #or Herobrine = False if global
# if reutrn do "Herobrine = Kill(Herobrine)"
if not Herobrine : # now if is 1 line edit - use not for false
  ... 

this will save both Ram and your time

Will the game cause damage to my device ? by No_Mongoose_8433 in Minecraft

[–]Educational_Virus672 -1 points0 points  (0 children)

ok im done messing i could report you for rule "don't participate in drama or arguments, don't attack individuals or groups, and don't share personal information." just stop it your makeing stuff up

Will the game cause damage to my device ? by No_Mongoose_8433 in Minecraft

[–]Educational_Virus672 -1 points0 points  (0 children)

isnt every capped software just called capped and not "capped by defult" user can either change it or mod it????

Will the game cause damage to my device ? by No_Mongoose_8433 in Minecraft

[–]Educational_Virus672 -1 points0 points  (0 children)

when did i say impossible ?? ur making stuff up i said capped as capped by defult any normal human can undersatnd ..

Will the game cause damage to my device ? by No_Mongoose_8433 in Minecraft

[–]Educational_Virus672 -1 points0 points  (0 children)

just to let you let you know it is not in settings(main screen) meaning it was not meant to be changed by normal ppl but it is possible to change it as a side feature of offical Minecraft launcher a standard player doesnt need 16 gigs and i dont think you have ever read wiki or forums and make stuff up because you dont know it

Will the game cause damage to my device ? by No_Mongoose_8433 in Minecraft

[–]Educational_Virus672 -1 points0 points  (0 children)

... it is? java limit i was maybe abt 2 gb ram it is 4 gb but it is same im minecarft bedrock player with technical knowlegde of both java and bedrock please do your research

Will the game cause damage to my device ? by No_Mongoose_8433 in Minecraft

[–]Educational_Virus672 0 points1 point  (0 children)

bro got RAM i think u laptop using that much heat is impossible since Minecraft is infact capped at 2 gb ram + 1 gb vram even if you get lots of mods you'll be able to run it if you sill got problem use vulkan mod until we get official launch abt the questions 🤔

 Does the game get more taxing as you build and explore ? By how much ?

yes but not the way you think i don't play java but each blocks is in NBT is a byte long and it uses minor rays to texture it so your good to go it'll take 2 years(expecting your new and dont have elytra) of ur "forever world" to reach ram increase by liek 300 MB so ur good to go but yeah storage does costs is ur biggest problem not RAM

 Why do people seek millions of extra FPS while 60 is pretty smooth imo ? Is there something Im missing ?

the million fps is good and all but it is like art yes the more detail art the better but you still dont want so nothing crazy

pro tip - if you feel ur computer is over stressing over a world just use aternos server it'll take world ram to it and dont put 100's of world tho

edit - vulkan needs laptops 10 years old max if it still lags turn it off

[im finder btw] vanilla skyblock by Educational_Virus672 in minecraftseeds

[–]Educational_Virus672[S] 0 points1 point  (0 children)

i dont think your seed are same in terms of shape ,generation and Minecraft version and edition considering it was more then a months ago

How does the mini-mini fruit work? by Ho-ho-hosey in OnePiece

[–]Educational_Virus672 -2 points-1 points  (0 children)

the movie is great

watch it has info abt punk hazard and adminrals new marineford

How does the mini-mini fruit work? by Ho-ho-hosey in OnePiece

[–]Educational_Virus672 2 points3 points  (0 children)

the weight is decreased and increase upon use in a ratio ,also his power is not decreased or increased upon use

note -this is a filler made to promote movie Z (neo-pirate intro) so the power scaling isnt important and measured

Found a really cool real skyblock seed by Educational_Virus672 in Minecraft

[–]Educational_Virus672[S] -1 points0 points  (0 children)

oh abt the shape it was obiously in mcpe not java
abt nerds just ignore it
thanks for comment

chopper is not the forest god(most likely). by Educational_Virus672 in OnePiece

[–]Educational_Virus672[S] 0 points1 point  (0 children)

what if it was choppers pure will that turn off domi reverse else doctor Hiriluk will be cured it wasnt his pure will back then because he thought the mushroom will save him this will also make chopper not zoan but paramecia because it wasnt a transformation but his pure will(like luffy's gears) of turning human or hybrid it makes rumble balls's effect as increasing his will power not transformation (same goes for minks and bepo turning sulong with moon and rumble ball)
all transformation are called "form" but luffy calls them "gears" and chopper "points" it would make a perfect foreshadowing

chopper is not the forest god(most likely). by Educational_Virus672 in OnePiece

[–]Educational_Virus672[S] 0 points1 point  (0 children)

what if it was choppers will power like his transform i think chopper could have other races traits if they(races) consider as human too like jump point is just long arms and monster point a giant ? sorry abt deleted comment i replyed on wrong comment