About Console Output

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

About Console Output

#1 Post by setsunaseiei »

Hello Developers,

Question 1: How do you obtain the strings that the console shows?

Question 2: How do you obtain string output of a certain command? For example, the command "whoami" was typed, I should be able to get the "Name:", "$IGN" "\n" and so on (not knowing how the text is formatted)

Big Question 3: Is there a manual or info on OpenKore modules and each files included in src? where to read .pl files or .pm files for certain commands, etc.?

Big thanks.
オペンコレ!

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: About Console Output

#2 Post by EternalHarvest »

setsunaseiei wrote:How do you obtain the strings that the console shows?
Why you need that?
How do you obtain string output of a certain command?
Data can be obtained the same way command handlers obtain it, without running the command itself.
Is there a manual or info on OpenKore modules and each files included in src?
Srcdoc can be generated using src/srcdoc/createdoc.pl, but may be not comprehensive. Grep is your best friend here.
where to read .pl files or .pm files for certain commands, etc.?
Almost all command handlers are in src/Commands.pm.

setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

Re: About Console Output

#3 Post by setsunaseiei »

Thanks. I appreciate your quick reply.
オペンコレ!

Locked