[1.4] Turtle power limit
#1
Posted 01 March 2012 - 04:13 AM
I try to expose this idea in minecraftforum.net but its overcrowded with post, so I will explain it again here.
In survival mode, I think that turtles are overpowered. They are too easy to build and with a little of code you can do things better than BuildCraft Quarrys for example with NO effort.
I suggest:
1) Add some kind of fuel/energy that they consume to work (like coal? water? steam? redstones?).
2) Or you can add limits to distance between turtles and some kind of terminal, so you have to spread a "net" of something (other computers with wifi?) to make them functional in a specific range. That "antenas" could be upgraded with some kind of hardware to extends its reach. If the wifi have 50 block limits... maybe turtles must have something like that to limit its power.
3) Or a machine like a dock station that recharge the turtle batteries when a turtle park on it. That machine can be recharged using coal (and/or water... steam) if you don't want to add other new items to the mod.
Some people complains that they don't want a complex way to use turtles... but there is a simple solution:
a) if you want simple... use creative mode (fuel/energy system should be disabled automatically?).
b) if you want some difficult, use survival (gather resources to sustain that turtles).
c) if you want survival, WITHOUT fuel/energy system, a simple disable option in the config file could solve the problem.
Thanks!
#2
Posted 01 March 2012 - 05:26 AM
so if you ask I would say no a turtle doesn't need fuel consumption for 2 reasons.
1. tech wise its a step above buildcraft
2. a turtle is either more trouble than a quarry or you with the effort you put into it you deserve to have something better than a quarry
the computer craft wiki actually has something to say about turtle fuel you should check it out
http://computercraft...hp?title=Turtle
and finally if you really want to make thing harder on your self you have these options(and this goes for every one in the "NERF EVERTHING!/ee haters" camp)
1.hardcore mode
2.roleplay fuel consumption by throwing things in lava
3.use custom recipes to make the turtle harder to build for yourself
4.wait until the peripheral api is released (soon) and make your own add-on that adds fuel consumption mechanics
5.don't play computercraft
#3
Posted 01 March 2012 - 05:41 AM
#4
Posted 01 March 2012 - 05:58 AM
really the only place imposed fuel consumption would matter is in smp so its really an issue to take up with your admin to implement some sort of balance addon/plugin/controversial server rule.
#6
#7
Posted 01 March 2012 - 09:47 AM
#8
Posted 01 March 2012 - 02:35 PM
Game must be fun, not a burden.
I do not like levitation, but think about a things, you need for normal movement system: jump engine with ability to jump on step, place a block under yourself and dig a block injump; ability to dig not up, down and forward, but at least forward-down; ability to detect blocks, you do not touch directly to see if you descend safely...
Think more!
#9
Posted 01 March 2012 - 06:39 PM
passinglurker, on 01 March 2012 - 05:26 AM, said:
http://computercraft...hp?title=Turtle
and finally if you really want to make thing harder on your self you have these options(and this goes for every one in the "NERF EVERTHING!/ee haters" camp)
1.hardcore mode
2.roleplay fuel consumption by throwing things in lava
3.use custom recipes to make the turtle harder to build for yourself
4.wait until the peripheral api is released (soon) and make your own add-on that adds fuel consumption mechanics
5.don't play computercraft
alot of you nerfers may think this is a good idea but there are more people who see these suggestions as needlessly crippling turtles. you should think of suggestions that expand computercrafts functionality not limit it.
so for example
"hey lets nerf turtles, make them harder to craft, and burn fuel"=FLAMEWAR!
"hey lets add a way to make turtles move faster by adding an inventor slot specifically for burning fuel and that fuel will give the turtle a temporary speed boost (the turtles will go normal speed the rest of the time), and then we can add a new type of turtle the uses ironblocks instead of ingots to make a more fuel efficient turtle meaning he goes normal with out fuel and goes fast for longer with fuel"=good idea
#10
Posted 01 March 2012 - 06:55 PM
passinglurker, on 01 March 2012 - 06:39 PM, said:
#11
Posted 01 March 2012 - 07:01 PM
#12
Posted 01 March 2012 - 07:03 PM
#13
Posted 01 March 2012 - 07:27 PM
breakable iron pick mining turtle=sure
#14
Posted 04 March 2012 - 05:54 PM
But to the original poster, it should be fairly simple to write a program as FuzzyPurp said that will work to limit similar to fuel.
Could just have a small API which has a "checkFuel()" function, when run it checks if there is any items in a specific slot (9 lets say), and if so then returns true, if not then false, and have any movement api code make a check to that to see if it has fuel, if it does then throw some away after so much movement if not then don't move.
Could also have the API function handle the 'fuel use', since there is no api to check which block id's are in the inventory it could use 'anything' as fuel so its limited by your own self-restraint, but would allow you to emulate 'fuel use' for yourself at least.
#15
Posted 04 March 2012 - 08:15 PM
Some people prefer hamstringing themselves and giving themselves handicaps for some reason, but I prefer freedom. Without limitations, I can often create far larger and more details mechanisms than I would be able to, if every single machine or device had an arbitrary fuel requirement.
Please open your mind. You might say that it is unrealistic, but as far as I am concerned, realism is not always a positive thing. I don't mind the idea of this being added in such a way that it can be turned off, so that you can have it if you want, but I don't need to; but adding it in such a way that I would be forced to live with it, would severely reduce my enjoyment of this mod.
I will also admit that in more general terms, I really wish multiplayer did not exist for Minecraft. I never use it, and I'm inclined to believe that Notch wouldn't be anywhere near as worried about "balance," as he is, if it wasn't for SMP. People ended up losing waterladders for no appreciable reason that I could see, and as soon as the redstone obsidian bug was mentioned, Notch immediately mentioned that it would have to be patched for SMP "balance," as well. Multiplayer "balance," was the single main thing which destroyed World of Warcraft. It was originally a single player game, and a lot of the class and spec combinations that people used to really enjoy in single player, were destroyed because of the demand for homogenised classes for the Arena.
So please, SMP players; do not just think solely of yourselves. There are other people who play this game, and we'd appreciate it if you didn't wreck it for us.
#16
Posted 04 March 2012 - 08:54 PM
we can go back and forth all day about quarries but the reality is true balance is impossible the best and developer can hope for is making it hard to guess which is truly better which is the point we are at now
the answer is simple if you want fuel
CODE IT YOUR SELF AND DO IT ON YOUR OWN SERVER
p.s. its unrealistic for mods to balance against each other and I can truly not think of a major mod that nerfs its self cause when its combined or paired against another mod it is considered overpowered.
#17
Posted 05 March 2012 - 03:32 AM
passinglurker, on 04 March 2012 - 08:54 PM, said:
we can go back and forth all day about quarries but the reality is true balance is impossible the best and developer can hope for is making it hard to guess which is truly better which is the point we are at now
the answer is simple if you want fuel
CODE IT YOUR SELF AND DO IT ON YOUR OWN SERVER
p.s. its unrealistic for mods to balance against each other and I can truly not think of a major mod that nerfs its self cause when its combined or paired against another mod it is considered overpowered.
I concur!
#18
Posted 05 March 2012 - 04:28 AM
petrus4, on 04 March 2012 - 08:15 PM, said:
...
So please, SMP players; do not just think solely of yourselves. There are other people who play this game, and we'd appreciate it if you didn't wreck it for us.
passinglurker, on 04 March 2012 - 08:54 PM, said:
if you want fuel CODE IT YOUR SELF AND DO IT ON YOUR OWN SERVER
p.s. its unrealistic for mods to balance against each other and I can truly not think of a major mod that nerfs its self cause when its combined or paired against another mod it is considered overpowered.
I am open-minded, that's why I propose optional ideas. I don't want something realistic... I never said that (if you read, I propose coal/steam energy source for a ROBOT ¬¬). I don't want "compatibility" with other mods, I mention buildcraft as an example the of "complexity" that I want. I need something more according to the SURVIVAL GAME MODE (collect, craft....). A little bit more OPTIONAL "difficult". I don't think "solely of my own", that's why I said that fuel SHOULD be optional, for the people who want it. I don't want to "wreck the mod"... I want more complexity for people who want play more "dificult?" survival server, as an OPTIONAL FEATURE. I can code it in the OS, but it is not as efficient (CPU) as if it is coded IN the mod.
Excuse the caps, but I want to clear those points, because a lot of people here (as in the minecraft forum) do not understand my original post.
PD: @petrus4 You are loosing/missing a LOT OF FUN for not playing it in multiplayer mode!, for example, rol servers are the best!
#19
Posted 05 March 2012 - 05:53 AM
I believe I said it in my last post that even the(dev endorsed) OPTION of requiring fuel to allow the turtle to function is a BAD IDEA. you may be satisfied but others won't and they'll see it as an opening to propose their own nerfs. because either A. they are to lazy to wait for the 1.31 update that will implement the peripheral api (cc equivalent to buildcraft and industrial craft addons) and IMPLEMENT IT THEM SELVES. B. cause they are griefers and trolls that want ruin the mod or C. they have been deceived by said griefers and trolls.
I told how to make things challenging and that to take up the idea with your server cause that's the only place where any one would care about this idea(griefers hang out in servers after all)
really the peripheral api is hopefully as far as the dev's will go toward implementation your "optional fuel" by giving you the option to learn java and do it your self.
and as to your complexity comments
1. have you ever looked at redstone computers? complex enough for ya?
2. if you love buildcrafts complexity so much why don't you play buildcraft?
3. this isn't buildcraft not all mods can be buildcraft and the mod community would be really boring if everyone tried to make buildcraft scale mods
4. if you ever take college level programming classes the professor will likely inform you that computer programs are the most complex things man has ever devised and since this is a mod about computer programs maybe complex isn't the word you were looking for.
END RANT
now sorry for the strong language you do have the right to defend your self but. you have proposed your idea, and it has been rejected, and now you need to let it die. but please continue to come up with other ideas your enthusiasm for this mod is still encouraged.
#20
Posted 05 March 2012 - 07:00 AM
passinglurker, on 05 March 2012 - 05:53 AM, said:
3. this isn't buildcraft not all mods can be buildcraft and the mod community would be really boring if everyone tried to make buildcraft scale mods
4. if you ever take college level programming classes the professor will likely inform you that computer programs are the most complex things man has ever devised and since this is a mod about computer programs maybe complex isn't the word you were looking for.
I said (two or three times in the thread) that I point buildcraft as an EXAMPLE of the "complexity" that I want in ComputerCraft turtles. I'm not fan of builcraft... replace that word with Industrialcraft if you want (I like that mod more). Please, stop telling me "If you love X mod, got and play X... and don't play ComputerCraft". I want to play ComputerCraft, that's why I'm here in this forum, proposing ideas, and not in BuildCraft forum proposing ideas for them.
PD: I don't understand your 4th point
PD 2: I know that I have to "let die" the idea.. I keep writing in this thread, just because people write in it.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











