Wait. I know what we forgot in the new version... Quantum Solar Helmet! Darn it, my fault
Sentimel, will fix?
Posts by mak326428
-
-
Sent... You forgot about GLeggings & GBoots.
Okay okay, me said nothin -
-
Nah, Sentimel disappeared for some reason. And will probably return in... probably in a month. Sources of ASP I have right now is just 1.6.4 -> 1.7.2 dirty port, with lots of bugs and without the QSP. I could port that version to .10, but there probably is no sense in that.
-
Unfortunately it doesn't. We have not even started on GS.
-
Praise the lord for even more weirdly crafted solar panels! And a 1.7 port, that's good too
When will this come though?
Well, for that I shall redirect you.... Hey sent, when are they going to be released? xDOK. No joking.
We have an .obj model. And idea. That's probably all we have by now.
Sent asked me to write some rendering code for that model, but my laziness.. ehm. No. I did not say that.
When (and *if*) I write that code, Sent's gonna start writing logic for it.
And then, after two weeks of bugtesting we maaay, maaay release it.
Actually, no way it's going take less than three weeks. Yeah. Something like that. -
Teaser
And yes, it is 1.7.2.
And yes, Sent will bring teh old massfabs back. Just putting it out there so he could not back down xD -
Well it's kind of work in progress. Sentimel designated me to do 1.7 port, and I did pretty well (almost everything works), but then laziness came over me and yeah. No 1.7 until sloth goes away.
-
Quoted from "mak326428"
We respect, adore and love him and everything he does for the good of Russian people.
As long as you aren't gay or pro-democracy.
I'm not a gay. And don't support democrazy either. (intentional mistake).
And BTW, there are almost no gays in our country. At least in semi-province areas (quite close to Moscow, ~50-60-ish kilometeres). You can't prosecute/chase people that are nonexistant, can you?Quoted from "mak326428"
Putin was never power hungry
Right. Twisting laws, imprisoning "inconvenient" people, rewriting history books and doing other stuff like that is just all OK.
Waaait a second, who on earth was imprisoned for being "inconvenient"? Those ones sent from west to destroy the statehood and plunge our country into the abyss of chaos? Hrm, if I were Putin I would have been imprisoning a lot more of those pseudo-"peaceful protest" organizers. He's being a little bit too courteous with them.
Twisting laws? A few examples please?
Rewriting history books? A few examples please?
Doing "other stuff"? A few examples please?Quoted from "mak326428"
if you just ask anybody in our country, 8/10 people will say they support Putin and the direction he leads our country.
And that direction would be world domination? Also, brainwashing is a thing. How much non-Russian media do you follow? Have you ever compared how different news outlets present the same events?
Hrm, I personally do read NYT and WSJ (primarily "opinion" rubrics).
Informating put up there has nothing to do with the reality, believe me.Quoted from "mak326428"
We'll get there though, don't worry
I do worry. I don't want my country to be invaded and pillaged for half a century but looking at Crimea that's exactly ere Russia is headed.
Hrm, sorry for being a teeny-weeny bit imperialistic, but... who on earth needs Estonia?@Brainwashing: From my point of view you're being brainwashed. From your point of view I am brainwashed. Where's the truth? You think the truth is yours, I think it's mine. Loop. Recursion.
-
I can't tell if you're being sarcastic or lying. Communism never works out. Putin is an power hungry idiot
Neither was I sarcastic nor lying. Putin was never power hungry; if you just ask anybody in our country, 8/10 people will say they support Putin and the direction he leads our country. He rebuilt Russia from chaos of nineties. We respect, adore and love him and everything he does for the good of Russian people. And BTW, I said nothing about communism. It was a nightmare for demos, but our country was so strong that nobody could do anything in world without consulting USSR. We are already pretty darn close to that level of power, but not quite to such an extent yet. We'll get there though, don't worry -
Sanctions were a great idea. Everybody in our country now loves Mr. Putin (previously there were some jerks who didn't, but luckily enough Medvedev has gone away), so does everybody laugh at west with his democracy and all that western crap.
-
xD
Might want to make a single-block-chocolate-factory machine that makes chocolate and consumes RF. And milk. -
Agreed on the magmatic engine part. Magmatics are a ton less expensive than their IC2 counterpart (GTG).
On Sent's server I've already managed to exploit that xD (like the next day we got this addon on the server) I built 100 magmatics and now have my constant 1000 EU/t, required to make first USH (already made one, so... yeah, cheaty).
Also, that magmatics -> EU thing is 125% more effective (total of 225% of original eff) than geothermals (they burn 1 bucket for like 10k-ish EU, right?)Возвращайся скорее, Серега уже ноет ужас как. Просит чтоб я тебя по аське позвал xD
-
-
Actually,
10 RF = 1 MJ
1 MJ = 2.5 EUSo, the default energy ratio should be 4 RF = 1 EU
You should also add a config for loss. (give in %)
For example, if there is a 10% loss on EU, if you input 100 EU, only 90 EU is converted, the other 10 EU is wasted.
There already is config option for that.@Sent:
Once again, we lost you -
Just an official announcement.
==============================================
LS is going to die. There are many reasons for this, the first one being that, like any other modder/programmer, in the very beginning of LS I was learning, thus writing poor code and there's just too much of it. LS 1 was a pretty low-quality addon, and I want to change that, especially since I have perfect opportunity and motive for a major code revision (1.7).
I might create some kind of another addon for 1.7. IV is just too good to die -
IC2
bugfeature that has unfortunate consequences to addons. Downgrade to #389-ish, version before Greg started changing stuff in AdvRecipes. -
Not first I did backport LS in its early-early days (like when it had ~7-ish items) to 1.5 xD
-
Use OreDictionary.WILDCARD_VALUE for electric items in recipes.
From ASP:
Code
Display More@EventHandler public void afterModsLoaded(FMLPostInitializationEvent event) { proxy.initRecipes(); if (!disableAdvancedSolarHelmetRecipe) { // Was Recipes.advRecipes.addRecipe ( new ItemStack(advancedSolarHelmet, 1), new Object[] { " A ", "RBR", "FDF", 'A', new ItemStack(blockAdvSolarPanel, 1, 0), 'B', Items.getItem("nanoHelmet"), 'R', Items.getItem("advancedCircuit"), 'D', Items.getItem("lvTransformer"), 'F', Items.getItem("doubleInsulatedGoldCableItem") }); // Must be now ItemStack properNanoHelmet = Items.getItem("nanoHelmet").copy(); properNanoHelmet.setItemDamage(OreDictionary.WILDCARD_VALUE); Recipes.advRecipes.addRecipe ( new ItemStack(advancedSolarHelmet, 1), new Object[] { " A ", "RBR", "FDF", 'A', new ItemStack(blockAdvSolarPanel, 1, 0), 'B', properNanoHelmet, 'R', Items.getItem("advancedCircuit"), 'D', Items.getItem("lvTransformer"), 'F', Items.getItem("doubleInsulatedGoldCableItem") }); }
-
Hrm, you only fix hardcoded recipes. You should iterate through the entire recipe list, select AdvRecipes outta them and edit AdvRecipes to change every non-wildcard-electric item to be wildcard one. That would fix the addons being broken, right now it hardly helps...