lakovic Posted July 10, 2022 Posted July 10, 2022 2 hours ago, amorrow28 said: My latest project, learning cheat engine. Wow, is it difficult! Hajimari no Kiseki Camera.CT 32.85 kB · 9 downloads It mostly works, although I've only been able to implement a few of the features from CS4. Basically, I'm digging through the assembly code for Hajimari and comparing it with CS4, and where I can find a match, I port over the code that Cyber wrote in the original script. I have not been able to isolate a lot of the HUD code, or the code that disables dialogue. If anyone can help me, I would really really appreciate it. I started a thread here as well. And if anyone wants to try it out (cough @Whayameen cough haha), feel free to post a screenshot or two! Wonderful work, finally able to have various perspectives? 1
amorrow28 Posted July 10, 2022 Posted July 10, 2022 4 hours ago, Whayameen said: @amorrow28 Oh shiiiiiiiiiiiiiiiiit! I wasn't expecting you to come up with a camera script! The power of horny truly knows no bounds. ? I wish I could play with it right away, but unfortunately I had to uninstall Hajimari temporarily to open up space on my hard drive for some other games that took my interest (thank god Kuro is only going to be 20GB instead of 50). I will resume my playthrough soon though! If this ends up as robust as Cyber's script you can definetely expect another set of screens. ? It’s maybe 70% of the way there. I managed to get free cam with both unlocks, increased tilt on field, disabled tilt lock in battle, freeze frame and half of the field HUD (mini map is still there) - all using Cyber’s incredible code. I still need to get rid of the mini map, battle HUD and add the option to hide dialogue. I can’t figure how to do any of the things I haven’t managed yet, but I haven’t given up. I still have a lot to learn. And seriously, again, if anyone can help or knows what to do, please help me / guide me! 1
amorrow28 Posted July 11, 2022 Posted July 11, 2022 (edited) Fully working camera script!!! Hajimari no Kiseki Camera.CT How to use: Quote Taken from Cyber's description. Force Pause Animation Must be activated first. In-game press F5 to pause the animation and F6 to resume the animation. Hide HUD Hide the user interface (both field and battle). Hotkey: F7. Disable Dialogue No text or speech bubble will appear in cutscenes or when talking. Activates at the start of dialogue - if turned on in the middle of dialogue, you can turn off dialogue by changing the attached value from 1 to 0 (advance dialogue one time to get the 1 to appear). Increase Tilt Limit (Field) Increase tilt limit to min -89 degrees and max 89 degrees. Disable Tilt Limit (Battle) Disable camera tilt movement restriction during battle. Free Camera Hotkey : Num 0 (Toggle On/Off) After activating the script player can use the following hotkeys Num 8 : Forward Num 5 : Backward Num 4 : Left Num 6 : Right Num 8/Num 4 : Forward/Left Num 8/Num 6 : Forward/Right Num 5/Num 4 : Backward/Left Num 5/Num 6 : Backward/Right Num - : Up Num + : Down Arrow Up : Tilt Up Arrow Down : Tilt Down Arrow Right : Pan Right Arrow Left : Pan Left Num 9 : Roll Right Num 7 : Roll Left Num 3 : Set Roll to 0 F1 : Decrease Camera Speed (Press and Hold) F2 : Double Camera Speed (Press and Hold) F3 : Quadruple Camera Speed (Press and Hold) Unlock Rotation - Battle (Optional) Activate ONLY when mouse/pad can't be used to do rotation during certain animations in battle. Allow player to do rotation using Arrow Keys. Unlock Rotation - Cutscene (Optional) Activate ONLY when mouse/pad can't be used to do rotation during cutscene. Allow player to do rotation using Arrow Keys. Note: Disable Free Camera and Unlock Rotation (Num 0) to restore camera coordinates and movements to the character. Ok, clearly I uploaded too early. I had a mental breakthrough today and figured out a way to track down the final functions. My script can now do pretty much everything Cyber's script can do in CS4! It's a little janky to be sure, but it gets the job done. Two issues (that I won't be resolving) are: Quote 1. Turning off the HUD results in some strange visual artifacts in battle (due to graphical underlayers) when the menu is supposed to be showing. If you go into free cam mode, the artifacts disappear immediately. Also, if it's not your turn (e.g. animations, S-crafts, etc), the artifacts aren't there. So I don't think it needs to be fixed. 2. Disabling dialogue works fine, but I only managed to get it to work by making the game ignore the command to turn ON dialogue. Therefore if you're already in the middle of dialogue, it won't automatically turn off. I put in an extra value that shows up when you disable dialogue, and it will be set to 1. Change it to 0, and the dialogue will instantly disappear. BUT it takes advancing to the next statement for the pointer to refresh, which means you have to advance the dialogue at least once before you can manually turn dialogue off (sorry please plan in advance). Edited July 11, 2022 by amorrow28 8
amorrow28 Posted July 12, 2022 Posted July 12, 2022 13 hours ago, Whayameen said: @amorrow28 Bro, your speed is TREMENDOUS. I wasn't expecting the full thing so soon! That made me excited so I decided to torrent Hajimari again (I will properly pay for it when it releases on the West), but sadly there's only 1 or 2 people seeding. It'll take a while to download but that's what I get for sailing the seas. Anyway, good work! You always come through for the community. ?? Haha yeah, dunno about speed. It took me dozens of hours over several weeks to even get to the point where I could manipulate the camera at all, and I was still in the wrong part of memory to implement the free cam. I even posted over at the fearless revolution board asking for help, but got zero responses. I think it was another week before I had several mental breakthroughs and I figured out how to get a lock on XYZ values and then how to track down two critical coordinates (pan/tilt) so I could find the true XYZ values. This has to be one of the more frustrating things I've done, there were so many times I would manipulate memory and the game would just crash, forcing me to start over (all the memory addresses change every time the game starts over). Finding the insertion points to adapt Cyber's code was hell on earth too, that was very slow going, probably another dozen hours over a week. Funny thing is, the last two functions I couldn't find at all. I finally gave up, posted my half-done script, and then had an idea on how to push forward the next day (irony). The way I hide the HUD and dialogue are with my own code inserts; I didn't use Cyber's code in the end for those two because I literally couldn't find the insertion points. But my versions work, so I guess it's ok!
Renne Bright Posted July 13, 2022 Posted July 13, 2022 On 7/11/2022 at 8:47 AM, amorrow28 said: Fully working camera script!!! Hajimari no Kiseki Camera.CT 38.08 kB · 57 downloads How to use: Ok, clearly I uploaded too early. I had a mental breakthrough today and figured out a way to track down the final functions. My script can now do pretty much everything Cyber's script can do in CS4! It's a little janky to be sure, but it gets the job done. Two issues (that I won't be resolving) are: It's good. But when I use it,the game will be stopped and exit.I choose CHI and JP,but both can't use.I know this game don't have ENG,so you use which language to make it?
Renne Bright Posted July 13, 2022 Posted July 13, 2022 On 7/11/2022 at 8:47 AM, amorrow28 said: Fully working camera script!!! Hajimari no Kiseki Camera.CT 38.08 kB · 57 downloads How to use: Ok, clearly I uploaded too early. I had a mental breakthrough today and figured out a way to track down the final functions. My script can now do pretty much everything Cyber's script can do in CS4! It's a little janky to be sure, but it gets the job done. Two issues (that I won't be resolving) are: I'm Chinese,I can't find the ENG mod.If it is existence.
Renne Bright Posted July 13, 2022 Posted July 13, 2022 On 7/11/2022 at 8:47 AM, amorrow28 said: Fully working camera script!!! Hajimari no Kiseki Camera.CT 38.08 kB · 57 downloads How to use: Ok, clearly I uploaded too early. I had a mental breakthrough today and figured out a way to track down the final functions. My script can now do pretty much everything Cyber's script can do in CS4! It's a little janky to be sure, but it gets the job done. Two issues (that I won't be resolving) are: My problem:I can use all other functions without free camera in CHI and JAP.When I use 0 to activate the camera,the game will stop and exit.
amorrow28 Posted July 13, 2022 Posted July 13, 2022 10 hours ago, Whayameen said: Reveal hidden contents It's time. @amorrow28 Well, I will certainly try to make this worth all your effort. I can't say when it will be done or even if it'll be as good as the previous ones, but either way I thank you for providing a way to take more screens. You gotta love them Kiseki girls. Any cheesy name ideas for the new album btw? No worries at all! Take your time and enjoy, I’d hate for it to feel like work. But I do look forward to seeing what you do with it!
amorrow28 Posted July 13, 2022 Posted July 13, 2022 1 hour ago, Renne Bright said: My problem:I can use all other functions without free camera in CHI and JAP.When I use 0 to activate the camera,the game will stop and exit. Are you first activating the script by checking the box next to “Camera Status”? Can you see the camera coordinates (check the box next to “Camera Coordinates”? If you try to activate the free camera before activating the script itself, cheat engine will go crazy. If you are not able to see the camera coordinates, then you probably have a different version of the game. Also, F5/F6 won’t do anything if you don’t activate the “Force Pause Animation” feature (again by checking the box). When I get a chance, I’ll try to take some screenshots on how to use it.
Renne Bright Posted July 13, 2022 Posted July 13, 2022 6 minutes ago, Whayameen said: @Renne Bright I was also having similar issues and I solved them by downloading these updates: https://mega.nz/folder/FVQglRyZ#Ko2ORdPVz6MEXx_hx3aKFQ/folder/kU4iyb4L Download and extract them, then move the files to your Hajimari no Kiseki folder in order (3>4>5>6). If your PC says you don't have access to move the files, disable "Read only" on the Properties of your Hajimari folder. I'm not sure if this will solve your problem, but it worked for me. Thank you!I will try tomorrow
Renne Bright Posted July 13, 2022 Posted July 13, 2022 30 minutes ago, amorrow28 said: Are you first activating the script by checking the box next to “Camera Status”? Can you see the camera coordinates (check the box next to “Camera Coordinates”? If you try to activate the free camera before activating the script itself, cheat engine will go crazy. If you are not able to see the camera coordinates, then you probably have a different version of the game. Also, F5/F6 won’t do anything if you don’t activate the “Force Pause Animation” feature (again by checking the box). When I get a chance, I’ll try to take some screenshots on how to use it. Are you means that:I should activate “Camera Coordinates” at first,then use Num0 to activate “free camera”?Im not sure,but I have activate all othet functions,then use Num0,but the game still stop and exit
Renne Bright Posted July 13, 2022 Posted July 13, 2022 19 minutes ago, Whayameen said: @Renne Bright I was also having similar issues and I solved them by downloading these updates: https://mega.nz/folder/FVQglRyZ#Ko2ORdPVz6MEXx_hx3aKFQ/folder/kU4iyb4L Download and extract them, then move the files to your Hajimari no Kiseki folder in order (3>4>5>6). If your PC says you don't have access to move the files, disable "Read only" on the Properties of your Hajimari folder. I'm not sure if this will solve your problem, but it worked for me. my game is buy from steam.Is this use for the old edition to update?
amorrow28 Posted July 13, 2022 Posted July 13, 2022 1 hour ago, Renne Bright said: my game is buy from steam.Is this use for the old edition to update? No, I bought from steam and then applied the updates that came with the fan translation, so I’m using the updated version. If those updates change the executable (ed8_ps5_D3D11.exe or something like that), then you would need that. Cheat engine is very specific to the version because it is changing the machine code itself at runtime. If it changes the wrong section of code, it will likely crash the game or even the computer itself. You should not need to apply the translation, just the updates that come with it. Use the link @Whayameen provided, or try the updates on page 2 of the thread here: https://www.loverslab.com/topic/175040-hajimari-no-kiseki-mods/?do=findComment&comment=3711649 1
Renne Bright Posted July 14, 2022 Posted July 14, 2022 8 hours ago, Whayameen said: @Renne Bright I was also having similar issues and I solved them by downloading these updates: https://mega.nz/folder/FVQglRyZ#Ko2ORdPVz6MEXx_hx3aKFQ/folder/kU4iyb4L Download and extract them, then move the files to your Hajimari no Kiseki folder in order (3>4>5>6). If your PC says you don't have access to move the files, disable "Read only" on the Properties of your Hajimari folder. I'm not sure if this will solve your problem, but it worked for me. Ohh!!!Its useful!Thank you very much
Renne Bright Posted July 14, 2022 Posted July 14, 2022 7 hours ago, amorrow28 said: No, I bought from steam and then applied the updates that came with the fan translation, so I’m using the updated version. If those updates change the executable (ed8_ps5_D3D11.exe or something like that), then you would need that. Cheat engine is very specific to the version because it is changing the machine code itself at runtime. If it changes the wrong section of code, it will likely crash the game or even the computer itself. You should not need to apply the translation, just the updates that come with it. Use the link @Whayameen provided, or try the updates on page 2 of the thread here: https://www.loverslab.com/topic/175040-hajimari-no-kiseki-mods/?do=findComment&comment=3711649 This problem have been solved. Its editions problem 1
amorrow28 Posted July 14, 2022 Posted July 14, 2022 37 minutes ago, Renne Bright said: This problem have been solved. Its editions problem Great, enjoy!
woofhat Posted July 16, 2022 Posted July 16, 2022 On 7/11/2022 at 8:47 AM, amorrow28 said: Fully working camera script!!! Hajimari no Kiseki Camera.CT 38.08 kB · 79 downloads How to use: Ok, clearly I uploaded too early. I had a mental breakthrough today and figured out a way to track down the final functions. My script can now do pretty much everything Cyber's script can do in CS4! It's a little janky to be sure, but it gets the job done. Two issues (that I won't be resolving) are: Very good, thank you for sharing. I would like to ask if there is a way to dynamically adjust the FOV?
amorrow28 Posted July 16, 2022 Posted July 16, 2022 2 hours ago, woofhat said: Very good, thank you for sharing. I would like to ask if there is a way to dynamically adjust the FOV? Not that I’m aware of. I think Durante’s team did that specifically for the NISA ports. 1
lakovic Posted July 16, 2022 Posted July 16, 2022 (edited) hi guys, I'm bringing you a huge integration mod. https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=3812225 CS4 updated content, Hajimari no kiseki also has. Where Hajimari no kiseki has been updated differently: Fixed shadows under bath towel nudes, as shown fix elie arm issue Added 2 new outfits to Elie, her shortcut is F4+8 You may notice why Elie does not own VOFAN clothing. In fact, the problem of transplanting clothing is that the structure of the clothing should be the same. First, under the VOFAN clothing, there is fabric on the arms, while Elie's CBQueen clothing has no fabric on the arms. In this way, even if the VOFAN clothing is transplanted, there is no possibility of fabric on the arm, which will look incomplete. In the end, I decided not to transplant. Of course, if there are many people who like it, I can always VOFAN to Elie.? Alisa's VOFAN costume, press F4+4, there will be an extra set of sexy upturned skirt costume, under the default costume, 4 sets of costumes are still reserved. Rixia's dancer costume becomes more sexy, if you press F6 you get a naked dancer Hajimari no kiseki has a lot of new clothes that I haven't discovered yet. In fact, I haven't played this game yet. If there are any new clothes on someone, you can send me the archive and let me intercept the person's clothes, and transplanted to other people. Like, guess whose clothes this is? Maybe, we can transplant this costume to a favorite character The last is the attachment, remember, the usage method is similar to the previous UnskirtMod, delete all mod files under the source file, unzip my attachment, and overwrite it to the original directory of the game Hajimari_nude&sexy_Mod_1.0.zip 7/17:Fix a bug, a mistake of mine, which caused Estelle to switch between VOFAN and black and white outfits, but no Killer outfit. Download the attachment, replace \bin\Win64\d3dx.ini, enter the game and press F10 to reload d3dx.ini There are too many female characters in Hajimari no kiseki, especially Loli. More characters will be added in the future Edited July 17, 2022 by lakovic 15
sangp1889 Posted July 17, 2022 Posted July 17, 2022 8 hours ago, lakovic said: 大家好,我给你们带来了一个巨大的集成模组。 https://www.loverslab.com/topic/166239-trails-of-cold-steel-4-mod-request/?do=findComment&comment=3812225 CS4更新内容,Hajimari no kiseki也有。 Hajimari no kiseki 的更新有所不同: 固定浴巾裸体下的阴影,如图所示 修复elie手臂问题 为 Elie 增加了 2 套新衣服,她的快捷键是 F4+8 您可能会注意到为什么 Elie 不拥有 VOFAN 服装。其实移植衣服的问题就是衣服的结构要一样。首先,VOFAN 服装下,手臂上有面料,而 Elie 的 CBQueen 服装手臂上没有面料。这样一来,即使移植了VOFAN服装,手臂上也没有面料的可能,会显得残缺不全。最后,我决定不移植。当然,如果喜欢的人多,我可以随时VOFAN to Elie。? Alisa的VOFAN服装,按F4+4,会多出一套性感上翘裙服装,默认服装下,4套服装依然保留。 日夏的舞者装更性感,按F6是裸体舞者 Hajimari no kiseki 有很多我还没发现的新衣服。事实上,我还没有玩过这个游戏。如果有人身上有新衣服,你可以把档案发给我,让我截取那个人的衣服,移植到其他人身上。 比如,猜猜这是谁的衣服?也许,我们可以把这套服装移植到喜欢的角色身上 最后是附件,记住,使用方法和之前的UnskirtMod类似,删除源文件下的所有mod文件,解压我的附件,覆盖到游戏原目录 Hajimari_nude&sexy_Mod_1.0.zip 149.75 MB · 45 次下载 Hajimari no kiseki中有太多女性角色,尤其是萝莉。未来将添加更多角色 大佬,牛逼!
amorrow28 Posted July 17, 2022 Posted July 17, 2022 (edited) In celebration of @lakovic releasing a gigantic mod with tons of costumes, I made an item editor in Cheat Engine! EDIT: Download my item purchase override table here, it is MUCH easier to use: https://www.loverslab.com/topic/175040-hajimari-no-kiseki-mods/?do=findComment&comment=3845027 Hajimari Item Editor.CT EDIT: This version has the item names in Chinese: Hajimari Item Editor Chinese.CT This lets you replace any item with any other item (give or take). Now you can finally get any of the costumes you want without jumping through a bunch of hoops! How to use: Quote 1. Make sure you have Cheat Engine, and you have the updated Hajimari no Kiseki (see here). 2. Load your saved game in Hajimari, of course. 3. Open Cheat Engine, and click the Open Process icon (first icon), then select Hajimari no Kiseki and press open. Spoiler 4. Click the open cheat table icon (second icon), and open the cheat table "Hajimari Item Editor.CT" (see box 4 above). 5. Activate "Item Editor" by clicking the box, there should be a red X. Spoiler 6. Activate "Current Item" by clicking the box, there should be a red X. 7. Double click the "1" at the end of the row "Item Slot" and change it to the item you want to change. I suggest putting the number "0" which the first item in your inventory - usually "Tear Balm" if you just loaded your game (it sorts the items every time you save). 8. Change the quantity by double clicking the number at the end of the row "Current Item Quantity" - for costumes you usually only need 1. Spoiler 9. Change the "Current Item ID" to the item you want. Spoiler 10. You will see that the item you changed has disappeared from your inventory, if you were in the inventory screen. Spoiler 11. The new item will NOT be in your inventory screen until you exit the screen and open it again! Quit out of the screen and go back in, and you will see your item! Spoiler Falcom’s idea of a swimsuit for a 23-year-old instructor? ? Spoiler 12. Be sure to uncheck all the boxes (or quit Cheat Engine) before saving! (Also, don't forget to buy more Tear Balms!) Enjoy! FAQ: Spoiler 1. DrummerIX's CS4 table lets me override the item upon acquiring, which is much easier! Why didn't you do that instead? Answer: I tried. I tried for several hours. I gave up. (I'm pretty sure I found the correct insertion point though - so if you want to try, go for it! The AOB is 48 89 84 24 50 04 00 00 48 8B FA 44. I think the item is in R8 or R11 and the quantity is in RBX, but I'm not sure.) 2. It seems like some items are missing or don't work. Answer: I developed this on the fan translation. There are some items that are broken because the English-translated table has issues. 3. Can you make a full-feature table like DrummerIX? Answer: DrummerIX already made it, please support him(?) by using it here. If you're wondering why I would bother to make this at all, it is because his table is locked behind a subscription, so I can't just tell people to use his table if they want a certain costume. And I want you to be able to get costumes, because I made an UnSkirt mod! Edited August 17, 2022 by amorrow28 4
amorrow28 Posted July 17, 2022 Posted July 17, 2022 Updated the item editor (I just replaced the upload in the post above). Now it defaults to slot 0, and I fixed all the crazy unicode errors. The item names should match the game, even items like "Magical ☆ Alisa", "◆Olivert: Body (Unused)" and "HP1". If you're just using for costumes, no need to update. 2
YSLXT Posted July 18, 2022 Posted July 18, 2022 18 小时前,amorrow28 说: 为了庆祝@lakovic发布了一个包含大量服装的巨型模组,我在 Cheat Engine 中制作了一个项目编辑器! Hajimari 项目编辑器.CT 48.29 KB · 5 次下载 这使您可以用任何其他项目(给予或接受)替换任何项目。现在你终于可以得到你想要的任何服装,而无需跳过一堆箍! 如何使用: 享受! 常问问题: 揭示隐藏内容 1. DrummerIX 的 CS4 表让我在获取时覆盖项目,这更容易!你为什么不这样做呢? 答:我试过了。我试了几个小时。我放弃。(我很确定我找到了正确的插入点 - 所以如果你想尝试,那就去吧!AOB 是 48 89 84 24 50 04 00 00 48 8B FA 44。我认为该项目在 R8 或 R11数量以RBX为单位,但我不确定。) 2. 似乎有些项目丢失或不起作用。 答:我在粉丝翻译上开发了这个。由于英文翻译的表格有问题,有些项目已损坏。 3. 你能做一个像 DrummerIX 一样的全功能表吗? 答: DrummerIX 已经成功了,请支持他(?)在这里使用它。如果你想知道我为什么要费心做这个,那是因为他的桌子被锁定在订阅后面,所以我不能告诉人们如果他们想要某种服装就使用他的桌子。我希望你能够获得服装,因为我制作了 UnSkirt 模组! Where can download the latest cheat engine?
amorrow28 Posted July 18, 2022 Posted July 18, 2022 (edited) 6 minutes ago, YSLXT said: Where can download the latest cheat engine? https://www.cheatengine.org please be careful not to install the extra garbage apps that come with it. Edited July 18, 2022 by amorrow28
YSLXT Posted July 18, 2022 Posted July 18, 2022 2 hours ago, amorrow28 said: https://www.cheatengine.org please be careful not to install the extra garbage apps that come with it. Thx!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now