Login Register






[Question] Decompiling d2p file filter_list
Author
Message
[Question] Decompiling d2p file #1
Hello,
Although I'm planning to begin learning python soon, I have zero experience in this language
and I need help with this.. "script" that's used in decompiling some files of a particular game (Dofus)
The script
I have no idea where to begin using it..
I'd very much appreciate any help I could get, Thank you!

Reply

RE: [Question] Decompiling d2p file #2
It shows the usage in the README...
whoami

Reply

RE: [Question] Decompiling d2p file #3
Well, ermm, I'm not sure how to say this, but you're going to have to have a decent understanding of python in order to use this.

You know, seeing as it's a python module.

Reply

RE: [Question] Decompiling d2p file #4
(07-06-2015, 11:54 PM)blackhatcat Wrote: It shows the usage in the README...

I specified in my original post that I have no experience with python, so the README isn't that helpful to me. But Thank you anyways.

(07-07-2015, 12:22 AM)Eclipse Wrote: Well, ermm, I'm not sure how to say this, but you're going to have to have a decent understanding of python in order to use this.

You know, seeing as it's a python module.

I know, I was looking for someone who knows "python" and could guide me directly, without having to learn a whole language in a hurry just to use a module. But Thank you anyways.

Reply

RE: [Question] Decompiling d2p file #5
Yup, let me just try to use a python module with absolutely 0 understanding of the actual language itself.
XMPP - wrath@xmpp.jp

Reply

RE: [Question] Decompiling d2p file #6
(07-07-2015, 01:16 AM)nothing.nobody Wrote: Yup, let me just try to use a python module with absolutely 0 understanding of the actual language itself.

You say it like it's an impossible thing. Do you understand every mechanisme and every detail of every thing (Tool,Script,Program..) you use ? I don't think so, so if you don't have anything useful to add. Thank you for passing by.

Reply

RE: [Question] Decompiling d2p file #7
(07-07-2015, 01:45 AM)Simplex Wrote: You say it like it's an impossible thing. Do you understand every mechanisme and every detail of every thing (Tool,Script,Program..) you use ? I don't think so, so if you don't have anything useful to add. Thank you for passing by.

Let me put it this way: a module is a package that you can import into programs that you write so that you can use the programming functions contained within as a part of your program.

I'm sorry but you just won't be able to use a python module without understanding python.

Reply

RE: [Question] Decompiling d2p file #8
(07-07-2015, 02:41 AM)Eclipse Wrote: Let me put it this way: a module is a package that you can import into programs that you write so that you can use the programming functions contained within as a part of your program.

I'm sorry but you just won't be able to use a python module without understanding python.

Finally someone civilized, Now I understand Thank you ^_^
It only cost me 1 neg rep

Reply

RE: [Question] Decompiling d2p file #9
(07-07-2015, 01:45 AM)Simplex Wrote: You say it like it's an impossible thing. Do you understand every mechanisme and every detail of every thing (Tool,Script,Program..) you use ? I don't think so, so if you don't have anything useful to add. Thank you for passing by.

I never use it unless I get to look at the source myself and figure out what is going on. There really isn't any point in using a magical black box. So, to answer your question, yes. I understand every byte of code being executed on my machines (all the way down to the PROM init code).

Don't expect somebody to do everything for you, that's just fucking retarded. If you have no experience with Python and need help with a Python program, I suggest you learn a little Python. Once you have a base, then ask a more specific question and somebody will help you.

Please, stop being a skid.

Reply

RE: [Question] Decompiling d2p file #10
(07-07-2015, 03:50 AM)phyrrus9 Wrote: I never use it unless I get to look at the source myself and figure out what is going on. There really isn't any point in using a magical black box. So, to answer your question, yes. I understand every byte of code being executed on my machines (all the way down to the PROM init code).

Don't expect somebody to do everything for you, that's just fucking retarded. If you have no experience with Python and need help with a Python program, I suggest you learn a little Python. Once you have a base, then ask a more specific question and somebody will help you.

Please, stop being a skid.

Point taken, Thank you.

Reply