Author Topic: Infinite Mining v1.22  (Read 83337 times)

Yeah just to clear up the confusion, the one you vaguely remember on some other server was indeed mine. (lol, "mine")
This is totally unrelated to what I did and I neither endorse it nor shun it. Woulda been nice to get a shout-out though, since I was probably the direct inspiration for it. :cookieMonster:
Did I mention I started this Friday having nothing to do with any other idea?

Also, LAN servers can now use this.

Thank
you
so
MUCH!  :cookieMonster:
No but seriously, epic job Kalphiter!

I'm so going to check out the script in this.


I'm so going to check out the script in this.
I know I have some inefficient code, don't complain about that for now.
Code: [Select]
    %pos[0] = "10 10";
    %pos[1] = "10 -10";
    %pos[2] = "-10 10";
    %pos[3] = "-10 -10";

    for(%a = 0; %a < 4; %a++)
    {
Dig_PlaceCement(%pos[%a] SPC 3, "brick8xCubeData");
Dig_PlaceCement(%pos[%a] SPC 7, "brick8xCubeData");
    }

I know I have some inefficient code, don't complain about that for now.
Code: [Select]
    %pos[0] = "10 10";
    %pos[1] = "10 -10";
    %pos[2] = "-10 10";
    %pos[3] = "-10 -10";

    for(%a = 0; %a < 4; %a++)
    {
Dig_PlaceCement(%pos[%a] SPC 3, "brick8xCubeData");
Dig_PlaceCement(%pos[%a] SPC 7, "brick8xCubeData");
    }

I actually used a similar method for brick placing; can't be that inefficient if a couple people thought of it  :cookieMonster:

Code: [Select]
for(%i=0;%i<6;%i++) {
%newPos=vectorAdd(%pos,getSubStr(" 2  0  0-2  0  0 0  2  0 0 -2  0 0  0  2 0  0 -2",%i*8,8));
if(!$MiningMod::Used[strReplace(strReplace(%newPos," ","_"),"-","N")])
MiningMod_NewBrick(%newPos);
}
« Last Edit: October 13, 2009, 06:30:07 PM by Truce »

can't be that inefficient if a couple people thought of it
Code: [Select]
function addVariable(%orig, %increment)
{
    if(%increment == 1)
        return %orig+1;

    if(%increment == 2)
        return %orig+2;
}
A couple of people thought of that too.

Code: [Select]
function addVariable(%orig, %increment)
{
    if(%increment == 1)
        return %orig+1;

    if(%increment == 2)
        return %orig+2;
}
A couple of people thought of that too.

If that's a real code snippet I am now going to rip my brains out.

You must be using the default colorset for this to work.
Fix this plz :D


can you do internet mode on a mac?

You should make it compatible with Tape's colorset(haven't tested this yet, but the desc. says only default)cause his colorset like pwns O.o


P.S. Awesome job.

Any way to make it so we can build inside the tunnels?

This is very fun, I'm adding my own minerals too. :D

could you make it so you can use other weapons besides the gun? say something automatic or a rocket launcher?