-
Content Count
713 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Neo-Mind
-
looks like these are packed exes. we need someone to unpack them first
-
oO BGM support?? uhh like BGM music playing in the background while logging in?
-
here's a thought can someone upload the pRO or idRO client here. maybe we can learn something from that.
-
i didn't see those files being referred in the 2013 clients . unknown did you make it work in a patched client? can you post the client here
-
well initially i thought md5 was required to be sent to the client as well but it is not. I kept the checkbox because i was planning to add a preliminary check with the server to avoid wrong username/password being sent to the client - still don't have much idea how to implement this. anyways currently the checkbox have no functionality
-
im curious about this part too since i didn't see any moonstar.str being referred in the client.
-
yes but looks like it is not there in kro right now. (atleast i didnt see any info that told me otherwise)
-
HPM / New Interfaces : pc.c/map.c/timer.c/party.c
Neo-Mind replied to Ind's topic in Development Discussion
hpm prefix sounds good to me -
umm you forgot the actual screenshot
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Neo-Mind replied to Shakto's topic in Client-Side Releases
I agree. But there are two things to consider for unpacked clients. 1) there is just enough room only for adding 1 section (there are 5 sections in the exe but only first 4 are used). unless we shift the raw data around 2) Looks like the file size is not an exact multiple of file alignment. When it tried using WeeDiff to insert a new section (diff without patches) it created the section but it failed to start. So i removed the section and section count from the diffed client and diffed it again (essentially a double diff). This time it started properly and the extra section was also there.- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
hmm effect files eh perhaps you are right maybe their client is using aura effects instead of sprite files for showing these costumes. did you open those bmp files?
-
2013 Ragexe and Diff (Up to date 2013-08-07)
Neo-Mind replied to Shakto's topic in Client-Side Releases
there is a proposed plan in motion to merge the grf patcher & client launcher. but in the mean time yes you will have to launch in that order GRF Patcher -> Client Launcher -> Client -
isn't rsu patcher closed source?
-
dont forget to check data folder also (unlikely scenario but still)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Neo-Mind replied to Shakto's topic in Client-Side Releases
ok great- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
i can see that the sprite name is specified in accname.lua so then it must be picking it up from somewhere. you searched for "*_´Þ°úº°ÀÇÀå½Ä.spr" right? are there other grfs used in pRO? check them all
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Neo-Mind replied to Shakto's topic in Client-Side Releases
@shakto do we have these two diffs in xDiffGen Translate Client into English (the one that reads from text file like in WeeDiff) Taekwon Jobname fix for Langtype 0 (I dont think this has been implemented in WeeDiff yet)- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
hmm can you extract accname.lub from pRO's grf and post it here. We might get a better idea from that.
-
1) umm.. do you mean like the text on the buttons to be made configurable? or the buttons themselves? 2) well i kept the title bar in case people wanted to maximize/minimize - but yes its possible to remove them.
-
yes atcommands are possible. there is a wiki entry for HPM - here is the section about @commands http://herc.ws/wiki/HPM#HPM_.40commands
-
Update: The "Lazy Version" has been added to the first post
-
I have updated the link with the recent build . Feature added as Shakto Requested - Launches the updater first (filename can be configured in ini) if the latest update was x days before (x is 1 by default or set in the ini file) if enabled (set in ini file). I am also working on creating an alternate version for the "lazy ones" which uses .NET 2.0 (the default in XP) although it might not end up looking the same way as this one. I am also considering a name change to the whole project (Ironically Rolex isn't as catchy as i initially thought ). I do have a different name in mind but suggestions are welcome.
-
Client crashes when i click on certains headgears (no customs)
Neo-Mind replied to Trilex's question in Client-Side Support
Usually it happens when either Drop Sprite or Headgear Equip Sprite is missing/corrupt. Update your RO folder. AFK hat is an official headgear you should not be having issues with it.