Help the PSP 3D community grow! Vote for us below:


| | Homebrew/Hacking - Discuss the latest available homebrew applications and games. |
Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!
You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.
Registration is fast, simple, and absolutely free so join our community today!
| 
03-13-2006, 10:50 PM
| | Senior Member | | Join Date: Mar 2006 Location: in da flash0 (MEX.)
Posts: 135
Points: 0.11 Donate | | | Well if you continue on that is OK but I don't know if you could do It in LUA. I don't know if it is possible.
__________________ +METAL UP YOUR ASS+
MeXiCaN PRiDE! 
+EET FUK+
+GIBSON X-PLORER PROUD OWNER+
1.52 > 2.50 > 2.60 > 1.50 
PSPMex member  | 
03-13-2006, 10:50 PM
| | Senior Member | | Join Date: Feb 2006 Location: Illinois
Posts: 173
Points: 0.78 Donate | | | i second that motion grwalther
__________________ [center]
Pain is temporary, Pride is forever. | 
03-14-2006, 08:22 AM
| | | | what did ap do? im new to this forum so i dont know. anyway, you guys made soo much progress for 4 days. i cant wait | 
03-14-2006, 09:19 AM
| | Senior Member | | Join Date: Dec 2005
Posts: 636
Points: 898,010.18 Donate | | Quote: |
Originally Posted by MetalMarKsman close this thread please, now it's pointless. | Please do not. THe aguments need to stop but This project is in good hands and will progress. I is all right everybody. No more fighting. Please..... Have some respect
As for you flaming people, do not disrespect APGunner. He is actually a smart person(I have been working with him for four days). Ok so what. He said some things and said Fanjita had a Downgrader. You should be happy we are actually getting somwhere with this.
Admin. This thread is important to the creation of this project. Please do not close.
Last edited by Idkfawin32 : 03-14-2006 at 09:26 AM.
| 
03-14-2006, 01:55 PM
| | Senior Member | | Join Date: Dec 2005
Posts: 636
Points: 898,010.18 Donate | | | OK... This remote is actually making progress... And I promise once I get it to copy and send I will release the public Beta. I need help in lua. I want to open A file and write a new line then a new line. Because if the Ir sends line by line It will simulate th IR. Anybody? | 
03-14-2006, 02:03 PM
| | Senior Member | | Join Date: Jan 2006
Posts: 346
Points: 3.07 Donate | | | optionsFile = "scan-codes.txt"
function saveOptions()
file = io.open(optionsFile, "w")
if file then
for key, value in options do
file:write(key .. "=" .. value .. "\n")
end
file:close()
end
end
__________________ HTML Code: <I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) >
Last edited by Zianna123 : 03-14-2006 at 02:07 PM.
| 
03-14-2006, 02:08 PM
| | Senior Member
My Mood: | | Join Date: Feb 2006 Location: Flowermound, Tekas Age: 19
Posts: 492
Points: 18.88 Donate | | Quote: |
Originally Posted by Idkfawin32 Admin doesn't make people mods because of thier flashy ads or cool sigs. He makes them mods because they have the skill and the patience to show what a mod can really be. So admin. I ask you to make me a mod but not because I want to be known but because if I was a mod I would be a great asset to this site. What I mean is. I am the perfect moderator. | That made me start to think...where the hell are all the mods? I havent seen em in weeks. also, ASKING TO BE A MOD DOESN'T MAKE YOU ONE. Sure, I wanna be one because I like this site, but until late April, I won't have computer access very much because money is tight right now. So I couldn't be a mod anyways. Am I gonna ask admin to be a mod? No. If he asks me to be a mod will I say yes? No.
Oh yea, and good luck with everything.
__________________ I don't believe in signatures... | 
03-14-2006, 02:08 PM
| | Senior Member | | Join Date: Jan 2006
Posts: 346
Points: 3.07 Donate | | | just incase you want to read it back.....
function loadOptions()
file = io.open(optionsFile, "r")
if file then
for line in file:lines() do
equal = string.find(line, "=")
if equal then
key = string.sub(line, 1, equal - 1)
value = string.sub(line, equal + 1)
options[key] = value
end
end
file:close()
end
end
__________________ HTML Code: <I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) > | 
03-14-2006, 02:10 PM
| | Banned | | Join Date: Jan 2006
Posts: 477
Points: 0.81 Donate | | | ok thanks for that zianna. Idkfawin32 is the leader of this project. I am kinda the co-leader, mostly the editor. | 
03-14-2006, 02:35 PM
| | Senior Member
My Mood: | | Join Date: Feb 2006 Location: Flowermound, Tekas Age: 19
Posts: 492
Points: 18.88 Donate | | | lol APGunner is unbanned?!?! When did this happen?
__________________ I don't believe in signatures... | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off Points Per Thread View: 0.00 Points Per Thread: 1.00 Points Per Reply: 0.10 | | | | |