Brigandine Grand Edition... Translation! - Printable Version +- Sword of Moonlight Forums (https://forum.swordofmoonlight.com) +-- Forum: Lake Noel (https://forum.swordofmoonlight.com/Forum-Lake-Noel) +--- Forum: Game Chat (https://forum.swordofmoonlight.com/Forum-Game-Chat) +---- Forum: Brigandine: Grand Edition (https://forum.swordofmoonlight.com/Forum-Brigandine-Grand-Edition) +---- Thread: Brigandine Grand Edition... Translation! (/Thread-Brigandine-Grand-Edition-Translation) |
Re: Brigandine Grand Edition... - lubronbrons - 2017-01-09 (2017-01-09, 02:44 PM)chrisotaku link Wrote:I meant the patched mentioned and uploaded by samisc and not the original patch on the 1st page. samisc tweaked the gameplay a little so I would like to try it out. ah... I'm sorry I can't help you in that maybe googling may help or ask the right people not long ago user Tony0075 is still active and made several new thread he is one of many users that may interested in samisc patch (I read the old post in this thread) I suggest you try contacting him in here for example - https://www.swordofmoonlight.com/bbs/index.php?topic=974.0 you may not send him any PM because there is user said that Tony0075 PM inbox is full Re: Brigandine Grand Edition... - Dinar Yunus - 2017-02-05 Ah, it has been a long time since my last post in this forum By the way, what the hell is this? Can someone tell me how to fix this please? Re: Brigandine Grand Edition... - Jaak3L - 2017-02-06 need more information to help. It looks like a corrupt file or an issue with graphics(obviously). 1. Reset the game 2. Reinstall emulator 3. Use a different game version Post back if you've done this or none of these things work. Re: Brigandine Grand Edition... - serdtje - 2017-02-11 (2016-12-24, 09:47 PM)lubronbrons link Wrote:I want to share this code that I found while playing around with comparative search method, in case somebody need it : i have try this code, i start new almekia with squire level, YES it does changes level to king, BUT unfortunately the time is still running, when i reach 221 (in disc 2) the game is over . please anyone who have cheat codes for infinite time with king level share in this thread i dont wanna play infinite time in squire, since the AI enemy is so low Re: Brigandine Grand Edition... - Dinar Yunus - 2017-02-15 For my problem about game crash, it's because I'm still use a save state and when I loaded it on battle, the game will like a picture above Wait until battle is over then saving it via memory card, reset the game, and load it again will fix this problem Thanks everyone Re: Brigandine Grand Edition... - lubronbrons - 2017-02-24 (2017-02-11, 03:53 AM)serdtje link Wrote:i have try this code, i start new almekia with squire level, YES it does changes level to king, BUT unfortunately the time is still running, when i reach 221 (in disc 2) the game is over . ahh ... I see I never test that code until disc 2 thanks for reporting back here to let us know, serdtje right now am not playing BGE that much ... so I can't help much, sorry but maybe I can give some ideas for workaround like : try modify month to never reach 12, so every time month reach 11 reset it to 1 Re: Brigandine Grand Edition... - Malkoth - 2017-03-02 First of all, let me thank you for amazing Grand Battle mode. My bro and i have relived our childhood's favourite game because of it. THANK YOU SO MUCH! <3 I was wondering, and probably no one will answer, but does anyone maybe have a code/mod that adds lvl1 upgraded monsters to Legends of Forsena version, simmiliar how it does in Grand Battle patch? Just you know, every turn or so, add lvl 1 salamander/tiamath/seraph etc to enemy countries. Thanks in advance and THANK YOU for great mod! :D Re: Brigandine Grand Edition... - Nthanhdat - 2017-06-15 (2017-01-09, 12:17 AM)lubronbrons link Wrote:[quote author=Jaak3L link=topic=869.msg13095#msg13095 date=1483905786] @Jaak3L first of all, I'm just a mere newcomer in this forum that want to contribute. also I am not native english, So please pardon me if I can't give you an adequate answers I managed to find RNG address by pure luck when I did debugging & crawling for maximum stats potential for every level up, this is several tips that I can give to you regarding it : - there is SO MANY function in brigandine system that call function jal 0x0001fd94 (this 1fd94 is function to generate one random number for brigandine system to use) you would love to fix the RNG right ?? I believe this is your answer. If you familiar with assembly code, you can change its algorithm by yourself at first I don't know assembly coding at all if you don't know assembly too. I suggest you use tutorial from HwitVlf in this link and learn how to do it - https://www.swordofmoonlight.com/bbs/index.php?action=dlattach;topic=875.0;attach=2616 after I follow and learn HwitVlf tutorial, now I can write new function from scratch. the code about 'Always get best potential STR++ INT++ AGI++ when Lv up' is the prove of that because I know a thing or two about programming, I wrote the STR INT AGI calculation function from scratch with simple conditioning. so we can always get best STR INT AGI every level up (including enemies) - how did I change the RNG with that code? the method is pretty blunt I used comparative search method to find any numbers that always change numbers that always change means = set of numbers that never same value each frame I know that RNG in address 800A67FC will only changed when function jal 0x0001fd94 is called and I don't like that so my solution is very crude, by force address A67FC (RNG address) with address 9DC9C (contain number that always change every frame) this is my answer for your question. Neither I use any complicated method to determine percentage calculation nor make some function to make accurate percentages simply I just make brigandine RNG totally random ... since brigandine is relying address A67FC so much. by default address A67FC is just static 1 byte number that only changed, when function jal 0x0001fd94 is called by system - C209DC9C 0001 - let's study this line of code the format is like this C2XXXXXX YYYY 80ZZZZZZ 0000 Copy's YYYY bytes from location XXXXXX to location ZZZZZZ. in our case... copy 1 byte from location 9DC9C to location A67FC that's it ! that's how I fix the brigandine RNG for better good [/quote] Can u get better RNG code of game Tearing Saga? Thx. Re: Brigandine Grand Edition... - lubronbrons - 2017-06-17 (2017-06-15, 06:08 PM)Nthanhdat link Wrote:Can u get better RNG code of game Tearing Saga? Hi Nthanhdat ! I am afraid I can't help much, never played Tearing Saga myself but I did play Fire Emblem till ending on GBA and NDS FYI. I recalled Fire Emblem on GBA NDS have exploit for RNG here's the link for that -> https://www.youtube.com/watch?v=bh8VSmCVQOw I used that trick to always get stats level up that I want maybe you can try that Re: Brigandine Grand Edition... - Nthanhdat - 2017-06-17 (2017-06-17, 03:24 PM)lubronbrons link Wrote:Hi Nthanhdat !It does not work on PS1. Can u do a tutorial on how to get address RNG & frame of Bge? |