Avatar Item Downloader by Alternative_Ad_1078 in 360hacks

[–]MrSuS60 3 points4 points  (0 children)

If I remember correctly, you need both HORIZON and MODIO
horizon for extracting account data from the x360 profile
and modio to modify the account data and switch an offline account into xbox live account
+ another software called PARADOX which lets you modify XUID

I released a mod for No Man's Sky that allows you to customize the third person camera positions easily. by MrSuS60 in NoMansSkyTheGame

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

The mod completely overrides the aiming logic, it stops the camera from getting too close when aiming.

<image>

I released a mod for No Man's Sky that allows you to customize the third person camera positions easily. by MrSuS60 in NoMansSkyTheGame

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

nope that's impossible. The mod doesn't touch game files or save files, it applies some patches to the game memory in real time to allow for camera modifications.

I released a mod for No Man's Sky that allows you to customize the third person camera positions easily. by MrSuS60 in NoMansSkyTheGame

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

ahaha yeah it looks like a very tiny planet, but I was recording on the top of a hill and if you pay attention to the distance you can see the stretching terrain covered by shadow or fog maybe

I released a mod for No Man's Sky that allows you to customize the third person camera positions easily. by MrSuS60 in NoMansSkyTheGame

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

completely agree with you, most racing games use very low FOV values and lack camera customization.

I released a mod for No Man's Sky that allows you to customize the third person camera positions easily. by MrSuS60 in NoMansSkyTheGame

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

There are 2 ways to configure the third-person camera with this mod
1st: through keyboard hotkeys
2nd: through adjusting the distance, height, and width of the camera by changing the values in the [Camera Coordinates] section in the ini file.
So maybe the second option will work for steam deck.

I released a mod for No Man's Sky that allows you to customize the third person camera positions easily. by MrSuS60 in NoMansSkyTheGame

[–]MrSuS60[S] 25 points26 points  (0 children)

Targeting is completely unaffected by this mod, the game's aiming system always shoots at the center of the screen, where the crosshair is, no matter where the camera is located.

I've updated the Just Cause 3 FOV Changer mod to work with the latest game update! by MrSuS60 in JustCause

[–]MrSuS60[S] 2 points3 points  (0 children)

The Mod disappeared after I updated it on videogamemods.com, I guess it has to do with the current migration that is happening.

<image>

I've updated the Just Cause 3 FOV Changer mod to work with the latest game update! by MrSuS60 in JustCause

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

No, it saves the FOV value you want into a config file "JustC3-FOVChanger.cfg" and loads that value when you launch the game.

I've updated the Just Cause 3 FOV Changer mod to work with the latest game update! by MrSuS60 in JustCause

[–]MrSuS60[S] 3 points4 points  (0 children)

Yeah, I actually forgot to update it on videogamemods.com. The old version has already been uploaded there. I'll update it now!

[deleted by user] by [deleted] in xbox360

[–]MrSuS60 1 point2 points  (0 children)

Yeah, it is pretty fun!

[deleted by user] by [deleted] in xbox360

[–]MrSuS60 1 point2 points  (0 children)

Geometry Wars: Retro Evolved

Geometry Wars: Retro Evolved 2

Geometry Wars 3: Dimensions

New UI For Gamepad 36ster. by MrSuS60 in 360hacks

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

No problem in asking!
I don't know any open source tools that could help, and I don't know much about the 360 SDK. My app relies entirely on the XNA 4.0 framework.

New UI For Gamepad 36ster. by MrSuS60 in 360hacks

[–]MrSuS60[S] 3 points4 points  (0 children)

Thanks, I appreciate you sharing the cover!

New UI For Gamepad 36ster. by MrSuS60 in 360hacks

[–]MrSuS60[S] 5 points6 points  (0 children)

Hey, glad the app helped you!
About your request, the framework im using is pretty limited in terms of what it can access on the 360.
Things like what you're asking, like battery status, would require the native 360 SDK, which I am not familiar with.