See likes given/taken
Post info | No. of Likes |
---|---|
[Fixed - persists in 3.60] Infinite Skill Points Glitch
Hovering over the F1 to launch encyclopedia button while pressing - on the number pad increases skill points, pressing + does not decrease skill points, also increases the black transparent overlay with each keypress until focus over the button is lost. Screenshot: http://prntscr.com/pvorld November 12, 2019, 04:56:34 AM |
1 |
[3.71][3.63][3.62] URWCharacterMenu v1.0.4b
[3.71][3.63][3.62] URWCharacterMenu v1.0.4b Ancient cheat menu I've been working on for the past couple of year's, noticed a lot more people playing since steam release and decided to create something more user-friendly than manually using cheat engine. Warning: When using the injury editor, make sure your injuries are valid when adding new ones (type, severity, location, damage, side) as I have not added error checking for incomplete injuries, and they do cause a game crash when viewed. Menu: ![]() Inventory: ![]() Injury Editor: ![]() Map tab: ![]() Console: ![]() Console commands:
Please report any bugs to me via this thread, my PMs, or contact me directly on steam: https://steamcommunity.com/id/Nightipoo/ Download attached to thread. Credits: Night - Creator/Programming. Jiggie - Item ID assistance, assembly injection. Boomer/Jagsy - Game save files for referencing. Strix - Trigonometry for changing directions w/ mouse. Enormous Elk - Unreal world. Stefan - Testing. thefinn777 - Identifying and mapping cultural & tile map addresses and data. Requires Microsoft .NET Version 4.6 or later. (Usually already installed) November 12, 2019, 06:49:07 AM |
1 |
Re: Any active modders?
Quote from: aat I think that's great that you are delving into memory editing of URW. I can access a bunch of these, its just a matter of documenting them and then combining them properly w/ or w/o an official mod, possibly making some sort of interpreter to read the mod files for custom script to apply could be a project. Quote from: aat Ingredient matching is based on names or object property inheritance. If you inherit from "Club", your object will match the "Beater" ingredient; or if you inherit from "Northern spear" you will be able to use the object as a ski stick. Some of these are directly tied to other areas of code/data within the game, in particular I noticed I wasn't able to find some herb effects while documenting herb addresses in the item struct, I noticed that they changed when i edited some of the strings to a different base herb, probably indicating the default values are hardcoded or stored elseware, currently I've just been looking at CharacterName.OBJ file which contains the data for objects the game has generated over play time, the default object list is CONSTANT.OBJ, which could contain the data, but I haven't gotten around to looking at this in more detail as I'm mostly still documenting other objects generated by the game, some of which aren't included in CONSTANT.OBJ such as corpse's and different states of hides/meat cuts from cooked to uncooked, soaked hides, tanning hides, etc. There are some flags for weapons, but I haven't identified them with certainty, my best guess is some sort of identifier as to weather the weapon damages hides or not when used, but I haven't verified this, only a conclusion based on a comparison of weapons which lacked the value seemed to be non-edge based weapons. I don't have a Northern spear in my characters data so I'm not able to compare that currently, but if anyone would like to donate game files for research purposes I could certainly use them, as I want to have multiple comparisons of data files for the best estimate as to what data is what, additionally many people have far more progress than me in the game and generally have more save data to work with. I can also provide modified versions of files for testing purposes if someone would like to help me in documenting the effects of the data changes. Lot's to talk about on the subject of data and files, would be better to talk about it over IM. Quote from: aat A concrete example would need having a [TAG:property1] syntax, to assign to a object, and then being able to require such type of ingredient with the {[TAG:property1]}. Much more diversified and streamlined recipes. You'll have to explain what you mean here better, I'm not sure what kind of limitations I have when it comes to recipes yet, I could possibly learn more by tracking a mod's recipe data (if i can find it), but I'm not familiar with the actual official modding syntax yet so I'd be shooting in the dark for a little while (not even sure how to install an official mod yet aside from copying over the main files? lol). Quote from: aat Some other limitations are intrinsic to the recipe system. For example, you can make only one type of object at a time (no multiple products from a single recipe). This is probably possible to do with relative ease. Quote from: aat Another limitation is that we can't add new buildings. This along with NPCs, terrain, possibly some other types of data may be possible to manipulate (in theory, likely) its only a matter of documenting the data and the addresses in memory. What this means to me is, A. I need to know what I'm looking for in terms of what numbers I'm trying to find (for example, an item on the ground has an X Y location in memory). B. The data needs to be editable, and the edit needs to create the desired effect to be a feasible modification (I edit the X Y location of an item on the ground, it teleports to the edited location, I now have the power to use this as an "action" for a mod, or as a "condition", such as determining if a particular item is at a particular location to trigger some other "action") Usually, when I'm looking for a particular piece of data, other data relating to the object is also close by in memory, so finding one thing can lead to indications of other things within the data (hence documenting the item struct) This is the main limitation of what I can do, I am nowhere near close to the best memory-editor's out there, as there are many other people who can manipulate sections of assembly code to change the way the game functions entirely, most of what I do is reliant on changing data that the code interacts with to produce the desired effects. I can do other hacky workarounds with C# and manipulation of the data and using C# code to create some hacky effects, but this can be hard to get stable (for example, I have created a feature for my next update of URWCharacterMenu that allows you to click on a tile, and teleport to it. I was unable to add support for zoomed-out views however, though it is probably possible the math required to do it is beyond what I'm willing to figure out to fix a minor inconvenience). Quote from: aat Finally, if memory editing really enables more modding possibilities, they would be limited only to the windows platform, right? My app in particular would be limited to windows yes. I'm not familiar enough with other operating systems to say yes or no on their limitations, I do know their op-codes tend to be different, so it would be a matter of weather they have memory editing support for their operating system + a matter of re-documenting the data for that particular operating system, I think anyways. The data itself should be similar, so the methods for finding and documenting the data should be similar, I think. If anyone using linux or ios (if that's even supported, gosh I'm so ignorant!) wants to experiment on their side with this, I would be happy to provide the methods in which I have found my addresses, but they would be starting nearly from the ground up as far as creating an app that can read/write to memory, and the actual design of the app (be it a standalone mod or something that can interpret custom mod files to enable a richer scripting environment for that particular OS) Just my thoughts, I could be completely wrong. Quote from: aat Anyway, I'm currently working on a mod, which is an evolution of caethan self sufficiency mod. Funny I was just looking at caethan's mod files the other day, admiring his work and efforts. I would defiantly be up for this, if you wanna chat more about it we can hookup on IM and get a workflow going on my side. I'll be updating the main thread with some contact info, and I'm considering opening up a group chat on discord or somewhere else to get at least some connections/conversations started, forums are great for long, clear, thoughtful thinking but this is closer to sending a letter than having a conversation where our ideas can evolve at a more rapid pace. edit: Also just wanted to throw it out there, the more things we can get documented in memory, the higher the chances are someone (maybe myself, maybe someone else) can make things like map editors and tools not currently available, however the line is drawn where-ever the Enormous elk team decides to draw it, making mods to enhance the game is one thing but we need to respect the creators wishes as to what they want made publicly available, being that the game isn't inherently pay to play (protection wise, I believe), I don't want to be the guy creating tools that will create a run away effect where the game is effectively used as an engine, rather than enjoying and expanding its original content. It would be a dishonor to this games development history and DECADES of continuous passion from the developers, and for most of you this probably doesn't seem like it's a big deal, but I've developed and been apart of communities of developers and modders for several different games over many years, and I can tell you from experience, modifying memory can be fun, creative, innovative, and an overall enjoyable experience for everyone, but it can also ultimately, destroy an app from its core, for its developers and users. Most people are familiar with this experience in the form of multiplayer game cheats, such as aimbot and ESP in the case of FPS games, but there are many dangerous ideas that can be executed using reverse engineering processes which can have a longer lasting negative impact, It's only a matter of imagination and code. Just my two cents on it. edit2: Spent a good amount of hours starting a guide on using cheat engine, should give anyone who wants a swing at it a good chance to succeed. I'll be posting it when I have completed it. December 03, 2019, 12:55:09 PM |
3 |
Re: Question about Combat and Accuracy
I would also like to second this description, playing in the past as someone who experimented with stat cheats and the like, you can still be eliminated with double the maximum attribute values and double the maximum skill values if you make foolish mistakes, which may not all seem to obvious but this game's combat mechanics are scary accurate to what would happen in a real situation, using default values. Even characters with a mastered skill have a high chance of dying, the difference is they also have a higher chance of killing their enemy. My advice is to think of the game as if your character was a realistic thing, there's only so much you can do with the knowledge your character has, and it may not be enough to effectively fight an enemy with a weapon and armor. In my experience, dogs are your best friend when it comes to combat. (which obviously makes sense in a realistic situation as well). December 04, 2019, 02:20:27 PM |
1 |
[Info] [3.71] Cheat Engine Addresses
Documenting my addresses here, I'll be updating and posting new ones as I have time to do so. Feel free to suggest additions or correct mistakes. Key: (?) - Needs more documentation, partial confirmation. [3.71] Attached 3.70 addresses. 3.70 cheat table works on 3.71, so no updating needed. Outdated Versions: Spoiler: show December 14, 2019, 01:18:52 PM |
6 |
Re: Unlocking apparel quality's maximum limit
I'll post something on it since you're interested (the memory editing). Working on updating my mod to 3.61 and fixing bugs, then I gotta update another thread or two. After that I should be able to do it. As far as standard modding, I think you could just make craftable versions of the cloths but I'm not sure how/if you could control quality. December 19, 2019, 04:48:12 PM |
1 |
URW Modding Discord
Made this a little while ago, feel free to join. Just a little place for people to chat about modding and maybe coordinating on some collaborative efforts. https://discord.gg/R9rq4DV December 19, 2019, 05:56:35 PM |
2 |
[Suggestion] Metric measurements
https://steamcommunity.com/app/351700/discussions/2/2646361461404033348/ Quote from: Porgnar Measurement System January 08, 2020, 05:54:58 AM |
2 |
Re: [Info] [3.61] Cheat Engine Addresses
Quick question. What are these: During character creation, these represent where your character will be placed in the world prior to entering the world. Afterwards they are set to 1024 and are unused as far as I can tell. January 26, 2020, 03:38:04 PM |
1 |
[WIP] Night's GFX Overhaul
Started doing a GFX overhaul, just thought I'd share a screenshot of my progress (maybe more later) and get some feedback ^^.![]() ![]() January 29, 2020, 10:59:29 AM |
4 |