|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Having trouble accessing "Pipmak Resources"
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
|
|
|
Re: Having trouble accessing "Pipmak Resources"James Wilson wrote:
> I'm having trouble accessing the "Pipmak Resources.zip" file. When I > double click on it, it doesn't recingnize it as a ZIP file for some > reason Have you added the ".zip" filename extension? Windows only recognizes file types by extension, and since the "Pipmak Resources" file, as shipped, doesn't have an extension (deliberately), Windows doesn't know what to do with it. > and so I specify a ZIP utility to open it(I've tried Win-ZIP, > 7-ZIP, and UltimateZip). When I do, the computer spontanusly reboots. That sounds like a bug in your ZIP utilities (they shouldn't crash even when you throw invalid files at them), or possibly the way Windows launches them, or some general Windows confusion (file system corruption maybe?). Have you tried opening the file from within the program, instead of double-clicking in Windows Explorer? I have no trouble opening the Pipmak Resources file shipped in pipmak-0.2.7-windows.zip using Archive Utility, The Unarchiver, and Info-ZIP unzip here, so the file seems to be OK. If Pipmak can still use it, it can't be too severely damaged anyway, but have you tried re-downloading it? Have any other Windows users tried the utilities James lists? -Christian ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
|
|
|
Re: Having trouble accessing "Pipmak Resources"
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
|
|
|
Re: Having trouble accessing "Pipmak Resources"< Have any
other Windows users tried the utilities James lists? -Christian> Not those, but I've tried in Enzip (after adding a .zip extension); It works fine with that. |
|
|
|
Re: Having trouble accessing "Pipmak Resources"WinRar and 7zip work fine for me, winrar you don't even need to add the zip extension, just right click and extract to.. |
|
|
|
Re: Having trouble accessing "Pipmak Resources"
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
|
|
|
Re: Having trouble accessing "Pipmak Resources"To see the extension...
on the top bar of the window click tools/ folder options.. under "view" theres a box to hide file extensions, un check that I haven't managed to re archive the resource folder yet, 7zip won't do it :/
|
|
|
|
Re: Having trouble accessing "Pipmak Resources"James, you got in the pipmak wiki on the page : http://pipmak.sourceforge.net/wiki/index.php/MSVC8_Build#Deployment:_Prepare_package_for_pipmak Pipmak Resources zip the contents of D:\Projects\pipmak-SVN\resources (go inside the folder, select all and select add to resources.zip) rename resources.zip into "Pipmak Resources" Val |
|
|
|
Re: Having trouble accessing "Pipmak Resources"
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
|
|
|
Re: Having trouble accessing "Pipmak Resources"James Wilson wrote:
> I wanted to access pipmak resources..zip > so that I could edit defaults.lua(to be exact, I wanted to remove or > comment the onkeydown function concerned with the esc key, so that I > could define it in my own game files as going to my own main menu.) You don't need to edit Pipmak Resources for that. If your project defines its own global onkeydown handler (in main.lua), it will override the default one. If all you want to do is disabling the default keys, an empty one will do: onkeydown(function() end). In general, Pipmak is designed to give you all functionality without requiring you to modify Pipmak itself (if only because modifying Pipmak places the burden of supplying the source code to your modified version on you). If that should turn out not to be the case in some respect, that is a design bug that needs to be reported and fixed. -Christian ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
|
|
|
Re: Having trouble accessing "Pipmak Resources"
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Pipmak-Users mailing list Pipmak-Users@... news://news.gmane.org/gmane.games.devel.pipmak.user https://lists.sourceforge.net/lists/listinfo/pipmak-users |
| Free embeddable forum powered by Nabble | Forum Help |