-
Posts
5157 -
Joined
-
Last visited
-
Days Won
109
Content Type
Profiles
Forums
Events
Store
Articles
Patch Notes
Everything posted by Luminara
-
Why Play Any Control Set Other Than Mind Control?
Luminara replied to Rinwen's topic in General Discussion
-
Both of these are indicating a problem with Visual C++ Redistributable. https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe I'm guessing that you need the x64 package, since you have 64-bit highlighted in one of the screenshots. Presuming that's correct, download from the first link and install that, and see if it allows the game to launch.
-
Why Play Any Control Set Other Than Mind Control?
Luminara replied to Rinwen's topic in General Discussion
https://cod.uberguy.net/html/power.html?power=controller_control.earth_control.salt_crystals&at=controller https://cod.uberguy.net/html/power.html?power=controller_control.electric_control.static_field&at=controller https://cod.uberguy.net/html/power.html?power=controller_control.ice_control.flash_freeze&at=controller https://cod.uberguy.net/html/power.html?power=controller_control.plant_control.spore_burst&at=controller https://cod.uberguy.net/html/power.html?power=controller_control.symphony_control.enfeebling_lullaby&at=controller I think you missed one... or five... -
Debt need Viagra!
-
Because you touch yourself.
-
Is Market Inefficiency Causing Salvage Price Spiral?
Luminara replied to Herotu's topic in The Market
Let's examine common salvage. If players were starting with a bid of 250 and increasing by 1 every day, after four years the average sales price of common salvage would be 1711 inf*. We don't even need to consider the possibility of players doubling bids daily, because if that did happen, common salvage prices would've exceeded the inf* cap after 24 bid doublings (beginning with a base bid of 250). The fact that market prices have either remained stable or declined over time should've made it obvious what the answer to that question was. The answer is plainly "No." That has nothing to do with code. It happens pretty regularly. Oh, look... -
No. Nooooooooooooooooooooo. Mag 100 KB and mag 100 Repel. I'd camp that. I'd camp that hard.
-
Taking Adamastor camping is a terrible idea. He doesn't help set up the tent, he doesn't gather firewood, he won't fetch water, the only thing he knows how to make is pancakes, and he smells funny.
-
There's no code, no table adjustments, nothing at all in the game that alters drop rates based on time played/not played. There's also nothing that guarantees a purple drop, except the aforementioned Market Crash. Random drops are random.
-
I've played more characters who use no more than one or two powers from a primary or secondary than I can shake a stick at. This game is extraordinarily flexible. The only thing holding you back is you.
-
Right-click the Homecoming launch button, select Verify.
-
Bad UI: Endurance meter becomes less noticeable when low
Luminara replied to Kai Moon's topic in Suggestions & Feedback
I think I've seen that porn. Or, at least, the face. The thumb was... not visible. -
Bad UI: Endurance meter becomes less noticeable when low
Luminara replied to Kai Moon's topic in Suggestions & Feedback
They aren't mix and match things. Every power is self-contained, as opposed to the "everything's on a table and cross-referenced" theory that we all believed a long time ago. Powers are created in individual definition files, .defs (which are later compiled together, but still as separate files. like a .zip, but in a format usable by the engine and not compressed). Altering activation period or endurance cost entails opening the power's .def, so a developer wouldn't be likely to go into Combat Jumping's .def and edit it by mistake, thinking he/she was adjusting Maneuvers, for instance. In cases where names are close enough for a mis-click to cause him/her to open the wrong .def, it's highly likely that other factors would make the mistake immediately apparent when the power was tested. If Combat Jumping's activation period were set to 2.0s, the fact that you were taking fall damage every time you jumped with CJ on would make it pretty noticeable that there was a problem (the problem being that CJ's effects have a duration of 0.75s (CJ's activation period is 0.5s)). Similarly, if one were to mindlessly Ctrl+V World of Confusion's endurance cost,1.3, into Combat Jumping's .def, the massive drain on endurance when it was toggled on (2.6 endurance every second) would tell you exactly what you did wrong. -
@Snarky, we all know you've longed to look like a unicorn fart your entire life. Stop fronting and embrace the glow. Also, /suppressclosefx 1 and suppressclosefxdist XX (where XX is just inside your preferred camera distance) will cloak your prismatic glory. The rest of us will still see it, because you can't hide your true nature from us with nonsense about being dead and grumpy, but you won't see it, and we'll all pretend that we don't, too (while commenting, behind your back, that you look like a leprechaun's orgasm).
-
There's a GM named @KIll Stealers?
-
Bad UI: Endurance meter becomes less noticeable when low
Luminara replied to Kai Moon's topic in Suggestions & Feedback
Quick examples using corruptor values: World of Confusion activates once every 4 seconds and has a cost of 1.3 endurance. 1.3/4=0.325 Steamy Mist activates once every 0.5 seconds and has a cost of 0.26 endurance. 0.26/0.5=0.52 Maneuvers activates once every 2 seconds and has a cost of 0.78 endurance. 0.78/2=0.39 Telekinesis activates once every 0.5 seconds and has a cost of 1.95 endurance. 1.95/0.5=3.9 Every toggle in the game is just a power that the engine automatically reactivates at set intervals (the activation period). So is every auto power. And the what we refer to as "endurance per second" is a simple algebraic translation of the two values, X (real endurance cost) divided by Y (activation period). There is no development rule which states, "for every X activation period, Y endurance must be paid", so there's no direct correlation between activation period and endurance cost. Both are determined by the person or people designing the power, what the power is intended to do, how the power needs to function... and, sometimes, arbitrarily imposed limitations or relaxations of rules. Most toggles are intended to be used, though, so their endurance cost is firmly within the realm of manageability. In the few cases of toggles which aren't intended to be always active, restrictions are applied. Sometimes that means "The game's going to shut this off after a set amount of time, period, end of discussion, bye-bye now", and other times it means, "Word, dawg, this joint's gonna cost ya a WHOLE FUCKIN' LOT o' juice and ya ain't gonna be able to keep the motor runnin'. Tell ya momma I said 'WASSUP!'". -
Bad UI: Endurance meter becomes less noticeable when low
Luminara replied to Kai Moon's topic in Suggestions & Feedback
There's no order of execution, no "this toggle has priority Red Alpha Domino, watch it closely" code. Toggle pulse rate isn't standardized, either, some are 0.2s, some 0.5, some 2.0, World of Confusion is 4.0s... and server-client communication occurs in 0.132s intervals (Arcanatime). So when you run out of endurance, the next toggle which tries to tick over is the one that shuts off first. You could probably figure it all out, exactly, by keeping track of when you turned on each toggle, toggle activation periods, server ticks and recovery ticks, and collate the data to derive a precise timing for everything. You'd have to do it every time you zone. and you'd have to use a network monitor with an active overlay over the game screen (you're not going eyeball 0.2s and 0.132s intervals reliably), and you'd want to accumulate data for a couple of minutes to get an accurate result. It'd be more work than reward for the effort, in my opinion. Alternately, you can "rule of thumb" it by looking up the toggles on CoD and assuming that the ones with the shortest activation periods are going to shut down first. -
Less restrictive Power Pools & additional enhancement slots
Luminara replied to Raikao's topic in Suggestions & Feedback
It's consistent with primaries and secondaries. Powers acquired earlier are frequently rendered moot by powers acquired later, especially in regard to attacks, and doubly so in a game which allows players to adjust the cooldown times on their top tier attacks to such a degree that they can create entire attack chains without anything below T4 or T5. Is it a great design? No. There are other ways to design a powers system, ways which wouldn't obviate early choices. But that ship sailed when archetypes and power sets were created, and the design we have is the design we have, for good or ill. It can't be altered, not even for seemingly meaningless or pointless pool restrictions, without vast repercussions. -
honoroitisfantastic whats your most pressing issue?
Luminara replied to honoroit's topic in General Discussion
Which currency you use is irrelevant, they're sinks for both currencies. There have to be things to take reward merits out of the economy just as there have to be things to take inf* out of the economy. That's one of the ways the currencies are balanced against one another, so neither become overwhelmingly better than the other. Also, for the same 5 merits you spend for a single booster, you could purchase 50 converters, sell them on the player market at 67,500-72,500 apiece and net enough to buy 3 boosters. -
honoroitisfantastic whats your most pressing issue?
Luminara replied to honoroit's topic in General Discussion
Specifically excluded from the drop tables to make them currency sinks. https://homecoming.wiki/wiki/Hero_Zone_Event_Message https://homecoming.wiki/wiki/Villain_Zone_Event_Message -
Make Cold Domination Shields work with Power Boost
Luminara replied to Raikao's topic in Suggestions & Feedback
-
Discord Data Breach - Does this impact us?
Luminara replied to Black Space's topic in General Discussion
DB hacked, account information for ~750,000 users stolen, Financial info handled by a different company so unlikely to be at risk. Passwords likely still secure. User names/IDs, e-mail addresses and residential info compromised.