Search found 55 matches

by Danny769
Thu May 04, 2006 12:25 pm
Forum: PSP Lua Player Development
Topic: LuaPlayer Bug
Replies: 6
Views: 3870

Shine wrote:
Teggles wrote:I can't get it right. How can I fix this?
You could iterate through each pixel and change the color to transparent, if black, or you could wait until weekend when I have some time to release a new Lua Player version with the bug fixed :-)
Can you fix the extra memory usage issue as well please
by Danny769
Thu May 04, 2006 11:56 am
Forum: PSP Development
Topic: wolfenstein enemy-territory (Portable?)
Replies: 3
Views: 2015

wolfenstein enemy-territory (Portable?)

Would it be possable to port wolfenstein enemy-territory the code is open sorce, but requires C++ and .Net

The game is almost exactly the same as CounterStrike

Doubtful? or posiable?

http://enemy-territory.4players.de:1041 ... name=files
by Danny769
Wed May 03, 2006 10:52 am
Forum: PSP Lua Player Development
Topic: Help (Image Collision in an Array)
Replies: 5
Views: 3252

Thanks ill try this, seem like alot of extra work though,
by Danny769
Wed May 03, 2006 10:49 am
Forum: PSP Development
Topic: totally new to all this
Replies: 4
Views: 1632

O he doesnt want to code, my mistake.

Go over to Psp-hacks, they have beginer homebrew pacages.
I recomend the 2.0 packs

The 1.5 pack contains programs i do not approve of
by Danny769
Wed May 03, 2006 2:19 am
Forum: PSP Lua Player Development
Topic: Help (Image Collision in an Array)
Replies: 5
Views: 3252

J = 1
I = 2

How would you do it?
by Danny769
Wed May 03, 2006 2:17 am
Forum: PSP Lua Player Development
Topic: Help with Lua Web Browser
Replies: 20
Views: 7777

Raf wont give me the sorce.
adio is killing the thing
by Danny769
Wed May 03, 2006 12:30 am
Forum: PSP Lua Player Development
Topic: Help with Lua Web Browser
Replies: 20
Views: 7777

If you can get the lua one going using th memstick as ram you will supass links2.

Keep it up.

But links2 may be able to have flask if the flash program can be ported.
In my real oppion PSP~Radio is cripling Link2 and visversa
by Danny769
Wed May 03, 2006 12:22 am
Forum: PSP Development
Topic: totally new to all this
Replies: 4
Views: 1632

http://www.scriptscribbler.com/psp/tuto ... sson01.htm

Try this, a book on C wouldnt kill you.


And yo may want to start in lua also.
But if your up for a chalange go for it. More possabilits in C.
by Danny769
Wed May 03, 2006 12:04 am
Forum: The Incredible Hall Of Shame
Topic: Open Source Menu Creator!
Replies: 7
Views: 10322

Heroux you know me by another name, I was origional assigned with writing the origional menu. Ifound then stole my menu cleaned the code so that is was shorter, and then when i complained about it, he told me to get lost. Heroux you and Ifound, are code stealing creaps. And this is the longest proje...
by Danny769
Tue May 02, 2006 11:04 pm
Forum: PSP Development
Topic: Someone Please help me
Replies: 6
Views: 2262

Thank You all very much i owe you all greatly

I installed to Win32 Tool Chain, How do i get in to the Develpment eviroment, or do i need to use my own?
by Danny769
Tue May 02, 2006 8:17 pm
Forum: The Incredible Hall Of Shame
Topic: Open Source Menu Creator!
Replies: 7
Views: 10322

romero i told you that they are nothing but problematic to work with.

Come work with me, id love if you did, your one of the best coder i know.
You deffinity put me to shame
by Danny769
Tue May 02, 2006 8:14 pm
Forum: PSP Lua Player Development
Topic: Help (Image Collision in an Array)
Replies: 5
Views: 3252

Would compairing the images in a double do loop do the job

Code: Select all

for i = 0, 20 do
   for j = 0, 20 do
      -- Colision for Array1.[i]Vs Array2.[j]
   end
end
What you think?
by Danny769
Tue May 02, 2006 8:10 pm
Forum: PSP Development
Topic: Someone Please help me
Replies: 6
Views: 2262

Please, You all Decate Hours of your time to making programs for the sceen, can one of you please take a moment of your time to please package your Cygwin eviroment.

Im realy not trying to be a problem, i just want to start coding my game
by Danny769
Tue May 02, 2006 11:27 am
Forum: PSP Development
Topic: Someone Please help me
Replies: 6
Views: 2262

Someone Please help me

Lission iv done every thing i can think of to try and install the dev eviroment. Can some one please zip their Cygwin folder and either e-mail it to me, or host it on megauploads. I want to start coding, and im sick of having to play with an eviromnt that wont install for me, None of the bash shell ...
by Danny769
Sun Apr 30, 2006 11:50 am
Forum: PSP Lua Player Development
Topic: moving and shooting AI
Replies: 2
Views: 2131

Sounds Like the Java Battle Tank App.

Whish i knew how


Best of luck to you on your shooter
by Danny769
Sun Apr 30, 2006 11:48 am
Forum: PSP Lua Player Development
Topic: Object Problem
Replies: 0
Views: 1381

Object Problem

How would i unselect the TownCenter by clicking a part of the background, and by clicking on another object Its a Port of AOE2 if &#40; &#40;TownCenter&#91;1&#93;.X+TownCent&#58;width&#40;&#41; >= cursorX&#41; and &#40;TownCenter&#91;1&#93;.X <= cursorX+cu...
by Danny769
Sun Apr 30, 2006 11:45 am
Forum: PSP Lua Player Development
Topic: Help (Image Collision in an Array)
Replies: 5
Views: 3252

Help (Image Collision in an Array)

How Do I do an image Collision check for X,Y Controled Objects In an Array?


Yes i know leave it for me to come up with the fun problems
by Danny769
Fri Apr 28, 2006 11:09 am
Forum: PSP Lua Player Development
Topic: Array? Extraction
Replies: 1
Views: 1673

http://www.evilmana.com/tutorials/lua_tutorial_05.php sorry about that but i found what i wanted Cit = {} Cit[1] = { HP = DefaultHP, Wood = 1, Gold = 0, Stone = 0, Food = 0, Qunity = 100} Cit[2] = { HP = DefaultHP, Wood = 1, Gold = 0, Stone = 0, Food = 0, Qunity = 100} Cit[3] = { HP = DefaultHP, Woo...
by Danny769
Fri Apr 28, 2006 10:40 am
Forum: PSP Lua Player Development
Topic: Array? Extraction
Replies: 1
Views: 1673

Array? Extraction

Ok here it the deal im making an array for a class cits Cits need (HP,Wood,Food,Gold,Stone,Qunity,X,Y) Ok now my question is, what is the code to extract a single cell, and to write to a single cell in an array The Folling Is an Example of my Array a, b, c, d, e, f, g, h = 0 Cit = &#123;&#12...
by Danny769
Thu Apr 27, 2006 9:19 pm
Forum: PSP Development
Topic: Memorystick switching "device" question ?
Replies: 2
Views: 2135

If your idea is to use the updates as your guinepig it will never work.

They check to make sure the eboot is the same several times.
Also, how would this differ from the swap exploite?
by Danny769
Thu Apr 27, 2006 9:16 pm
Forum: PSP Development
Topic: PSP Multi Firmware Mod
Replies: 27
Views: 60863

This could have some implications: - The ability to have two firmwares (FM) on the same machine (best of both worlds: One for homebrew, One for $ony updates). - The ability to recover bricked PSP ($$$) - The ability to create custom OS (Linux) -- even ones that do not support game play - The abilit...
by Danny769
Thu Apr 27, 2006 11:18 am
Forum: PSP Lua Player Development
Topic: Image rendering
Replies: 20
Views: 12163

How do i unasign a pic.

All i have been doing is loding a new on to replace it
by Danny769
Wed Apr 26, 2006 8:57 pm
Forum: PSP Lua Player Development
Topic: Image rendering
Replies: 20
Views: 12163

Do you have an example as for the code for avi?

And will it look like a vid?
by Danny769
Wed Apr 26, 2006 1:14 pm
Forum: PSP Lua Player Development
Topic: Image rendering
Replies: 20
Views: 12163

Image rendering

I need to load several images in sequence to imatate a movie. All it does is crash I currently load a picture in place for background, and then bliz it and flip it. It does about 9 and then crashes. Any ideas? I need closer to 200 images to load, and yes i relize that is asking alot of lua, but how ...
by Danny769
Sun Feb 12, 2006 12:46 pm
Forum: General Discussion
Topic: Free WebHosting (For Developers)
Replies: 6
Views: 4248

ya ya, so im an idiot and scrued up, lets keep on topic ok we can start a stupid lets flame shark topic on psp-hacks or some thing but this is a dev form, lets stick to bussness. how was i spoese to know it wasn't a key im a psp noob, i program in lua for goodness sake. Im still learning all the dif...
by Danny769
Sun Feb 12, 2006 9:16 am
Forum: General Discussion
Topic: Free WebHosting (For Developers)
Replies: 6
Views: 4248

doesnt any one need webspace?
by Danny769
Sat Feb 11, 2006 11:55 am
Forum: PSP Development
Topic: A Question
Replies: 5
Views: 3257

O ya, for sure

theise piriots, dont they know this is a develpment site.

go to psp-hacks, or pspupdates, if you want to dicuss tranqule stuff
by Danny769
Sat Feb 11, 2006 11:40 am
Forum: General Discussion
Topic: Free WebHosting (For Developers)
Replies: 6
Views: 4248

Free WebHosting (For Developers)

This is off topic, and i didnt know where to put it but, if any developers are looking here it is If any of you develpopers are looking for free web hosting I am offering up to 5gb of bandwith per month and up to 200mb of file storage. Site admin, interface is bassed on FTP protocall and we have up...
by Danny769
Fri Feb 10, 2006 4:18 am
Forum: PSP Development
Topic: PSP Overclock scePowerSetClockFrequency(366,366,183);break;
Replies: 8
Views: 7568

you could try incressing the bus.

I just dont recomend touching the processer.


How high does the psp bus run?

becouse overclocking the bus will generate, much less heat
by Danny769
Thu Feb 09, 2006 11:04 am
Forum: PSP Development
Topic: RedHat PSP Linux Port
Replies: 35
Views: 7678

Linux will never run nativly thats exactly my point. That is why i am tring to move for an alternet OS I have a x86 emu, but it is a wast of resorces to emulate a system. That is why i am moving to use a OS that is still fairly early in its develpment, as well as small in size. we will have to see h...