Jump to content


Dustmuz's Content

There have been 8 items by Dustmuz (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#266770 ComputerCraft & ReactorCraft: monitor RF/t

Posted by Dustmuz on 02 May 2017 - 01:44 PM in Ask a Pro

if the mod is for 1.7.10, throw me a link, and i'll be able to help you with the program.

have made a ton of these, as i "forget" to save them, each time i start a new world,
Usually i make them for big reactors, Mekanism, IC2 Immersive engineering..
So another Reactor program, shouldnt be to hard to make with you :)

And i learn how the methods of that mod works :D



#266615 Stupid question - math.ceil

Posted by Dustmuz on 24 April 2017 - 11:09 AM in Ask a Pro

View PostInDieTasten, on 21 April 2017 - 06:07 PM, said:

When I understand correctly, you want to round to the next highest half unit:

1.3 → 1.5
1.6667 → 2.0
1.1 → 1.5

In order to do that, you do this:
desiredValue = math.ceil(inputValue * 2) / 2


EDIT: Ok, just reread your question. It seems you want to round to the next highest full values dividable by 5:

30 → 30
31.5 → 35
1.5 → 5

In that case, this would work for you
desiredValue = math.ceil(inputValue / 5) * 5

Thanks this works out :D



#266527 Stupid question - math.ceil

Posted by Dustmuz on 21 April 2017 - 01:11 PM in Ask a Pro

im a little lost in my lua programming, not done it for quite some time now, and forgotten half of it :D

im making yet another power monitor/reactor controller
this time im trying to draw some power bars on the screen.

but i want to make each "dot" of the bar a 5% increment.

I know how to do the math of it.
But my question is..

How do you get math.ceil to round up to each 5, instead of each full number?

ex math.ceil( 10 / 4 ) -- this gives 2.5. normally it would be rounded to 3,
but if i want it rounded to 5 instead.. how do i do that?



#263997 [1.12.2] Project </BETA> 2 [Kaos-Network]

Posted by Dustmuz on 25 January 2017 - 05:37 AM in Servers

View Posthugeblank, on 25 January 2017 - 03:45 AM, said:

On the topic of lag:
We are pretty sure we have a source, just working out how to resolve the conflict is the issue.
like the sound of that :D

Quote

On the topic of Mining:
I'm fairly laxed with where you mine. It really has never bothered me seeing chunks of land taken out. The deep dark is the best place to go simply because it offers double ores, and so it is sought out by most for that reason. You can absolutely mine in the overworld (anywhere that isn't protected by GP), but why would you when you could go to the deep dark, and double the chances of finding the ore?
arh okay. will be in Deep Dark, once i have the ressources to go there :D



#263969 Corrupt-A-Wish!

Posted by Dustmuz on 24 January 2017 - 11:29 AM in Forum Games

 exosceleton, on 23 January 2017 - 05:02 PM, said:

Granted, but you gotta come back for the reruns.

What reruns??


Granted, but as soon as you try and tap into the energy, the device will destroy the entire universe

I wish i knew what reruns Exosceleton was talking about :D



#263968 [1.12.2] Project </BETA> 2 [Kaos-Network]

Posted by Dustmuz on 24 January 2017 - 11:27 AM in Servers

View Posthugeblank, on 22 January 2017 - 11:50 PM, said:

View PostDustmuz, on 22 January 2017 - 12:11 PM, said:

Hello here :D

i'm getting this error when trying to install the pack via technic launcher

http://prntscr.com/dyt5ut

what can be done about this??

Depending on how willing you are to fix it, you could go to the directory where technic has the modpack, and move the modpack to your minecraft launcher directory. It downloads the modpack first before the minecraft libraries and assets (I think), so it should be in there.
This is a fix I would not recommend because if I were to push an update out, you wouldn't get it. You're the first person that I've seen to have an issue like that, so I'd consider reinstalling technic, or any other general 'fix a computer' issue (restart computer, reset router, etc.)


after you updated the modpack (and reuploaded it) the problem has gone away :D
so thanks for updating :D

Edit: the server TPS, is as i put it, when online, "oh my god" (terrible) - hopefully this wont be the standart TPS, since its one of the only servers around that actually allows players to use CC turtles and such, without spending half a gazilion on buying permissions
the few people i've meet so far, have all seemed very nice :)
so if the TPS is "fixed" somehow. its a server i would gladly recommend to others aswell :)

sidenote: does the server have dedicated mining worlds, besides Deep Dark? (just so i dont go around and make huge holes with my turtle quarries :D



#263931 Corrupt-A-Wish!

Posted by Dustmuz on 22 January 2017 - 09:24 PM in Forum Games

Granted. But you dont have a computer to run it on

i wish for a sudden painless death :D



#263916 [1.12.2] Project </BETA> 2 [Kaos-Network]

Posted by Dustmuz on 22 January 2017 - 12:11 PM in Servers

Hello here :D

i'm getting this error when trying to install the pack via technicn launcher

http://prntscr.com/dyt5ut

what can be done about this??