QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

[UPDATE] LuMM v0.5

This is a discussion on [UPDATE] LuMM v0.5 within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I've just uploaded an updated version of my map editor: LuMM v0.5 Code: Lua Map Maker v0.5 By Merick 3/15/2007 ...

Reply
 
LinkBack Thread Tools
Old 03-15-2007, 07:05 PM   #1
 

 
Join Date: Feb 2007
Posts: 246
Trader Feedback: 0
Default [UPDATE] LuMM v0.5

I've just uploaded an updated version of my map editor:

LuMM v0.5

Code:
Lua Map Maker v0.5
By Merick
3/15/2007

changes for version 0.5

-- LuMM is now a stand-alone app, using Soulkiller's mod of Cool's mod 3
 
    http://forums.evilmana.com/index.php?topic=526.0
    
quote:
	Image.startBlit()

	Call this function to begin blitting, you MUST do this in order to make fastBlit calls	

	Image:fastBlit( x, y, image [subX, subY, width, height,] alpha)

	This is the function that you call in between Image.startBlit and Image.endBlit, Its pretty much exactly 
	the same thing as a normal Image:blit call and the arguments are for it are the same

	Image.endBlit()

	Call this function to end blitting. Image:fastBlit functions may not be after this unless a new call to Image.startBlit() is made
end quote

  this function can increase the speed of blitting images for tile maps, but there is a bug which prevents transparencies so I'm currently only using it only for the
  base map layer

-- small change in control layout for menus - all menus now use start button to accept selection

-- my previous method of refrencing tile image was inadequate, any changes to the files in the tile folder
    would completely alter the order in which the images were refrenced. To fix this, I've now made it so that 
    the tile images are refrenced by the image filenames.

-- I've also made the tile loading function more intelligent,  it will now only attempt to load files that acutally are images
   only .jpg and .png are

-- Added a view checking function to the map base layer so that it only blits the tiles that are actually inside the current viewing area

-- added a description of the map table format to the readme
*edit*

Forgot to put it in the readme, but because of the limitations in the current versions of the lua player, I've decided to scrap the tile rotation functions for now
Merick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-15-2007, 07:25 PM   #2

Developer
 
KleptoOne's Avatar
 
Join Date: Oct 2006
Location: San Diego
Posts: 177
Trader Feedback: 0
Default

nice, looks like your project is coming along fine.
__________________
Code & Concept Studio Releases:
KleptoOne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 02:39 AM   #3
 
Join Date: Oct 2005
Location: Limerick, Ireland
Posts: 40
Trader Feedback: 0
Default

Any chance you could throw up a version for 1.5 please?
Would be much appreciated.
Hopper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 04:20 AM   #4
 

 
Join Date: Feb 2007
Posts: 246
Trader Feedback: 0
Default

eventually, maybe, but there's still a few things I want to add/change before I even call it v1.0
Merick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 06:21 AM   #5
 
Join Date: Sep 2006
Location: Cape Town, South Africa
Posts: 717
Trader Feedback: 0
Default

Quote:
Originally Posted by Hopper
Any chance you could throw up a version for 1.5 please?
Would be much appreciated.
I think he means firmware 1.5 or something...

(stupid site didn't have the right smiley for my expression - the one I need is used in this one - but the original smiley isn't there )
coolguy5678 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 08:58 AM   #6
 
Join Date: Oct 2005
Location: Limerick, Ireland
Posts: 40
Trader Feedback: 0
Default

Yeah, sorry. I meant for firmware 1.5.
Hopper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 02:31 PM   #7
 

 
Join Date: Feb 2007
Posts: 246
Trader Feedback: 0
Default

oh lol, sorry about that. Here, this archive has the eboot redone for 1.50 with pspbrew. Just use it to replace the eboot in the original archive. Please note, I haven't done this before so I'm not sure if I did it right.

http://www.mediafire.com/?2wmqw3nz2mj
Merick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 03:01 PM   #8

Developer in Making...
 
BlackShark's Avatar
 
Join Date: Oct 2006
Location: Pimp'en in the US F#cking A!!!
Posts: 1,254
Trader Feedback: 0
Default

Quote:
Originally Posted by coolguy5678
I think he means firmware 1.5 or something...

(stupid site didn't have the right smiley for my expression - the one I need is used in this one - but the original smiley isn't there )


Then simply use another sites smiley
__________________
The Wentire Worls in two Sectors....
When did I get dev statz?
Spoiler for my PSP homebrewReleases:
Ace of Space V1|PvP Pong Online|PvP Pong v3 | 3.03 BlackShark Custom Firmware
(PvP Pong DL'ed well over 2403 times combined! get yours now!)
Spoiler for Great Quotes:

"No Snowflake in an Avalanche ever feels responsible....." - Fortune Cookie.
BlackShark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
lumm , update , v05

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 08:45 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us