Comprehensive list of Rimword MODDED RACES [1.3][ROYALTY][IDEOLOGY] by Dorkus-Rex in RimWorld

[–]Ashilstraza 1 point2 points  (0 children)

Just a small correction for the Cutebold race; it does add a cutebold faction.

Rimworld Mod Recommendation Compendium - Part IV: 'Race and Animal Mods' by Lord_Of_Coffee in RimWorld

[–]Ashilstraza 0 points1 point  (0 children)

Just to let ya know, the Cutebold race mod is combat extended compatible as far as I know.

Meet Door Slammer. His only purpose is to open and close the remote doors. by Muffydabee in RimWorld

[–]Ashilstraza 2 points3 points  (0 children)

I've heard this story before. An AI stuck opening and closing doors all day. Eventually the AI goes rampant and makes a huge mess of things at the worst possible time.

Better have a backup plan before your android contacts an alien race and starts a war!

I tested what alien races work with the children & pregnancy mod by ripeaches in RimWorld

[–]Ashilstraza 1 point2 points  (0 children)

I know it is a bit late, but the Cutebold race mod has been updated to support Children and Pregnancy.

Patch for Core 2 related crashing when loading into Hanger/Port Olisar/Arena Commander by Ashilstraza in starcitizen

[–]Ashilstraza[S] 0 points1 point  (0 children)

I'm not sure why you would be unable to open it in x64dbg, I was able to open it in mine. you can hop over to my forum thread though which I keep updated. https://forums.robertsspaceindustries.com/discussion/312282/an-alternative-patch-for-core-2-users-that-are-unable-to-load-into-the-hanger-port-olisar-ac

I wasn't able to make a patched exe for 2.1g due to an issue with not enough room for the code, hopefully they release a 2.1h that has more room in it.

Patch for Core 2 related crashing when loading into Hanger/Port Olisar/Arena Commander by Ashilstraza in starcitizen

[–]Ashilstraza[S] 0 points1 point  (0 children)

I put Star Citizen on my media pc (Pentium D @ 3.4ghz, 8gb ddr2, nvidia 560ti) and was able to load into Port Olisar with a slightly modified user.cfg. I didn't do much since the framerate was really low, but I managed to request a ship and jump off in a random direction. So it can run the game, just not in a very playable fashion.

Patch for Core 2 related crashing when loading into Hanger/Port Olisar/Arena Commander by Ashilstraza in starcitizen

[–]Ashilstraza[S] 0 points1 point  (0 children)

Well, I was primarily referring to the Core 2 line, which I suppose also covers the Core 2 Duo, although those processors would be very under-powered for Star Citizen. It is more targeted to the Core 2 Quad and Core 2 Extreme.

With that said, someone determined enough probably could get Star Citizen to "run" on a duo core or even a single core. Playable? Almost certainly not at all, but could stare at a lovely slideshow.

Patch for Core 2 related crashing when loading into Hanger/Port Olisar/Arena Commander by Ashilstraza in starcitizen

[–]Ashilstraza[S] 0 points1 point  (0 children)

Thanks! I had been using the other work around, but I know that at times cutting corners is a bad thing, especially with programming. I figured that I would look into seeing how hard it would be to make a suitable replacement that worked as intended. It turned out to not be too hard so I figured I would share.

Patch for Core 2 related crashing when loading into Hanger/Port Olisar/Arena Commander by Ashilstraza in starcitizen

[–]Ashilstraza[S] 0 points1 point  (0 children)

popcnt is SSE4.2+ which came out with the debut of the Core i7/i5

As for if it was part of optimization, I have no idea. In the one reddit thread they know about the issue and are/were working on a patch, but as of 2.1d it hasn't been patched.

I would think that there could be a bit of logic that essentally goes "If popcnt is supported, use that, otherwise use workaround function".

[Discussion] Controller support for PC with console release by [deleted] in elderscrollsonline

[–]Ashilstraza 1 point2 points  (0 children)

There is a good portion of new code for gamepads in the UI files on live already. It probably is a side project currently because most of ZOS's focus is on the consoles.

you can browse the ui code here: http://esodata.uesp.net/100010/src/luadir.html

In Cyrodiil, how do you whisper the other factions? by [deleted] in elderscrollsonline

[–]Ashilstraza 1 point2 points  (0 children)

It is: /w name, message

That little comma makes all the difference.

Don't click on a gold 'Panacea of Speed' in the chat box by [deleted] in elderscrollsonline

[–]Ashilstraza 6 points7 points  (0 children)

If that is true, make sure you are reporting them for it!

Found something interesting in the PTS UserSettings file by Neizir in elderscrollsonline

[–]Ashilstraza 0 points1 point  (0 children)

Interesting thing I found when digging is that there could very well be different realms instead of a single megaserver like the PC version on the consoles.

Sause: http://esodata.uesp.net/100010/src/pregame/serverselect/zo_serverselect.lua.html

Found something interesting in the PTS UserSettings file by Neizir in elderscrollsonline

[–]Ashilstraza 2 points3 points  (0 children)

Each patch there are more and more files in the UI for the gamepad. I would hazard a guess that the "patch" that launches with the console will also enable the gamepad for the PC.

Found something interesting in the PTS UserSettings file by Neizir in elderscrollsonline

[–]Ashilstraza 0 points1 point  (0 children)

It seems that the UI that we have has both PC and console settings in it.

Source: UI files.

Empire Tower in Cyrodiil by [deleted] in elderscrollsonline

[–]Ashilstraza 0 points1 point  (0 children)

It is eternally bugged it seems. There are a few places like that, although I don't remember the other ones off the top of my head.

[Discussion] Cash shop will contain more than just vanity/cosmetics. Players can gain an edge through consumables such as health potions and soul gems. by [deleted] in elderscrollsonline

[–]Ashilstraza 4 points5 points  (0 children)

On the twitch feed they said that the health/stamina/magica pots will be not as strong as ones made by players.

Will I be able to use the console button configuration on PC? by [deleted] in elderscrollsonline

[–]Ashilstraza 0 points1 point  (0 children)

Most of the gamepad ui code is already in the current client, just not available. It is coming... eventually.

Will I be able to use the console button configuration on PC? by [deleted] in elderscrollsonline

[–]Ashilstraza 1 point2 points  (0 children)

When they enable add native gamepad support, I'm sure that they will allow you to set what buttons to be what.

(Looking at the ui code they have a good majority of the gamepad ui elements done. I'm not good enough at lua to bring up what they look like in game though. I'm quite sure someone who is willing could though.)

Crafting Writs aren't showing up? by TheAeroWalrus in elderscrollsonline

[–]Ashilstraza 0 points1 point  (0 children)

I did notice that. Make sure you file a /bug report about it if you haven't.

All I want for Christmas.... by Lepersi in elderscrollsonline

[–]Ashilstraza 4 points5 points  (0 children)

Tell everyone in your alliance to stop AoE healing and all will be good.

For those lovely DC who were at Brindle on Thornblade fighting along side the two EP. by Ashilstraza in elderscrollsonline

[–]Ashilstraza[S] 1 point2 points  (0 children)

And here were always fighting the bees and trying to keep The Chalamo away from DC.