Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Night

Pages: [1] 2 3 ... 13
1
Modding / Re: Cheat a "permanent" companion?
« on: December 29, 2023, 06:47:35 PM »
You've got good intuition. Nice find :)

2
Modding / Re: Generated map image
« on: January 12, 2023, 02:30:00 PM »
Heres the gist of it
<snip>
Fantastic! Once again thank you for a fully detailed response.
I will look into the memory method at first chance and will keep an eye out for your potential next utility release.


Some progress:




working out an issue with size constraints (which is why the tiles are scaled to 6x7 currently)
Ignore gimp file size, actual file size is 25.2mb

3
Modding / Re: Generated map image
« on: January 10, 2023, 10:53:13 AM »
Just wanted to share this, was able to generate an image of the game map from data and save it to file, kind of neat to look at.
Thanks for sharing this. Agreed, pretty neat. Opens up a lot of external possibilities.

In your embedded screenshot, it appears, this completely bypasses the fog of war (FoW), is that bypass, mandatory by nature or optional?
Did you create any open source code on this or alternatively is there any public information/writing on your experiment?

Heres the gist of it;


here I'm using memory to read/write the bitmap data.
but you could alternatively pull similar data from the files described here:


According to URW Fandom Wiki - [Playing With UrW Files], WORLD.PLM contains the map with fog of war included.

Possibly in memory somewhere as well.


Also note, completely possible to render the full map tiles (hence storing the file paths). Was working on a prototype in the old URWCharacterMenu, which was more or less a successful proof of concept. -- tried to find an old picture of it, but couldn't :(.



edit: Oh also something i forgot to mention; I get the tile ID's/Path info from debug_ter-tiles.txt, located in the URW folder while you're playing.




edit2: saw your post in suggestions, working on something for it...

4
Modding / Re: Hex editing stats
« on: December 13, 2022, 06:49:48 AM »
Thanks for the reply but I am not referring to the memory addresses of a running process.  The file I mentioned is the save game file for a my character and the offsets in the file will not change between Linux and Windows systems as it is a binary file.  Also, the test edit that I made to a skill worked and I was able to verify it by looking at the skills window while I was dying after reloading the game.

The file and memory addresses are formatted very similarly, however the linux version does have some slight variations to some of the addresses.

cheat engine is probably the easiest way to filter which bytes you're looking for (works for both running process and opening a raw file) as you'll be able to leverage the search and filter function, however you can probably use whatever application you want to read the bytes, and then compare them next to each other across acouple of different characters. that's how I'd do it anyways  :)


As for you other symptoms from editing the file (bleeding out, dying instantly, etc) usually doesn't occur 'naturally' from editing a skill. More likely you're accidently overflowing some of the other bytes out of place into the wrong spot.

5
Modding / Re: Hex editing stats
« on: December 12, 2022, 10:26:43 PM »
I am referring to editing your NAME.URS file with a hex editor to modify stats and skills.  I am a Linux user so cheat engine is not an option for me.  I am using v3.63 and the link to the exploit is https://www.unrealworld.fi/wiki/index.php?title=Exploits#Hex_Editing_Your_Stats

All of the addresses you'll find publicly available are windows based.

Frostbit had luck with finding addresses on linux awhile back by using WINE and cheat engine together; although I'm not sure what kind of setup was involved.



I can send you that file if its still available, its for version 3.70b though.

6
Mod Releases / Re: [3.71][3.63][3.62] URWCharacterMenu v1.0.4b
« on: August 30, 2022, 10:27:29 AM »
When I used this program an injury of my character turned into a permanent "vague ailment" which I'm not able to heal in-game, nor remove with the program because it keeps giving error messages whenever I mouse over it.  :-[

If you wanna send me your character's save file, I can take a shot at fixing it.
you can contact me on discord @ Night#9736, or attempt to send it here on the forums through pm.

7
Modding / Re: Change color of non-visible area?
« on: August 03, 2022, 12:08:48 AM »
I think the area behind you (or where you cant see) is too dark/grey. In my opinion it could be just slightly less colorful than the rest.

Is there a mod that allows you to change this?

All I know is some cheat that gives players 360 degree vision but I don't wanna cheat.

This was posted in suggestions awhile ago.

http://www.unrealworld.fi/forums/index.php?topic=5396

8
Mod Releases / Re: [3.71][3.63][3.62] URWCharacterMenu v1.0.4b
« on: April 06, 2022, 03:25:11 AM »
Hey,
Is this mod still in development? Does it work with current Unreal World? When I downloaded it, it gives me an error message when trying to run it. When I do run it and try to add an item to my characters inventory, it just randomly adds an item, not the one I selected. Is this supposed to happen, or am I doing something wrong? Any help would be greatly appreciated.

Make sure the version you're using is the same version as your game version - there are some bugs in the current version I haven't patched here, and the inventory editor isnt too great in its current state, to add a new item you need to gather the item ID you want to add from the list on the right side, and then input that into the item ID slot after adding a new item to your inventory. (if i remember right.)

9
Mod Releases / Re: [3.71][3.63][3.62] URWCharacterMenu v1.0.4b
« on: March 27, 2022, 07:33:51 AM »
This message pops up every time you run a program.
I'm running with latest version.

"InvalidArgument=Value of '7' is not valid for 'SelectedIndex'"

If I ignore it and proceed, the game says the character files has been corrupted.

Its a bug with one of the combo box's not having an index for some of the new ranges for values in the old physique and phobia addresses. If you use it on a different character, it should work. I started porting this over to URWME, been gaming alot with friends so havent done much coding recently. Eventually I'll get around to updating/releasing my new stuff.

10
Gameplay questions / Re: Animal spawn mechanics, behaviors
« on: February 26, 2022, 11:23:28 AM »
From the development page, bold print is implemented, normal print is planned for the future.


From what I've read on others experiences, and partially my own, animals mostly frequent around sources of water, within their regions of the map, generally in their preferred terrains. trap fences are generally used for predators or migratory animals such as elk or deer. You can also have more success by baiting your traps with different foods to attract certain animals.

The game populates a lot of things automatically overtime, so I wouldn't be surprised if there are respawn mechanics in one form or another.

The ingame encyclopedia also has excellent information on the animals in the game, and their behaviors. (F1 Key)



11
Mod Releases / Re: [3.71] [3.63] URWSSSelector v1.0.3
« on: December 17, 2021, 04:06:13 AM »
When I try to use it in the world location menu it just tells me "Unreal world not found running. Closing URWSSSelector."

Just tested and it works fine on my end, If you'd be up for more extensive testing, we can try to pin point the problem over discord:

Night#9736

The try catch statement where you're getting that message from has a couple of different spots that can cause it to throw an error, two things you can check for right now are:

• Running as administrator
• in task manager, under details, confirm that unreal world is running as 'urw.exe'

12
Mod Releases / Re: [3.71] [3.63] URWSSSelector v1.0.3
« on: November 25, 2021, 12:44:37 PM »
~Updated, same version checking issue.

13
Mod Releases / Re: [3.71][3.63][3.62] URWCharacterMenu v1.0.4b
« on: November 25, 2021, 04:20:43 AM »
Updated to 3.71; No address changes (as far as i can tell) just a problem with version checking. I'll be migrating features from this project over to URWME when I update that project for the current patch, mostly to centralize all my projects into one area, and also to hopefully to gain more traction with using the mod extenders features.

Made a small whoopsie and forgot to check the code patches, which did indeed change in location so I updated those real quick and reuploaded.

14
Mod Releases / Re: [3.70][3.63][3.62] URWCharacterMenu v1.0.4b
« on: November 25, 2021, 04:00:59 AM »
@Atarantir It's possible, we could talk more in depth about what you want to do over discord. I've got a lot of other projects I need to finish though, so I don't know how much time I'd be able to put into it until other stuff gets finished.

discord (Night#9736) or skype (xxvnightvxx)

15
Mod Releases / Re: [3.70][3.63][3.62] URWCharacterMenu v1.0.4b
« on: November 22, 2021, 10:09:51 PM »
3.71 is a small patch but it seems to be not compatible anymore. It refuses to open now stating mismatched versions, unless I am doing something wrong?

No I haven't made the update to 3.71 yet. I'll likely do it today.

Pages: [1] 2 3 ... 13