<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Archives des Lua Player Plus MOD - Custom Protocol</title>
	<atom:link href="https://www.customprotocol.com/tags/lua-player-plus-mod/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.customprotocol.com/tags/lua-player-plus-mod/</link>
	<description>Site d&#039;hack-tualité et de tutoriels sur la customisation de consoles et appareils (homebrews, plugins, émulation...)</description>
	<lastBuildDate>Tue, 19 Apr 2016 08:39:33 +0000</lastBuildDate>
	<language>fr-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>[Vita] Applelo met en ligne un MOD du Lua Player Plus</title>
		<link>https://www.customprotocol.com/programmation/vita-applelo-met-ligne-lua-player-plus-mod/</link>
					<comments>https://www.customprotocol.com/programmation/vita-applelo-met-ligne-lua-player-plus-mod/#respond</comments>
		
		<dc:creator><![CDATA[Wirus]]></dc:creator>
		<pubDate>Tue, 19 Apr 2016 08:39:33 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[News Programmation]]></category>
		<category><![CDATA[Outils]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Lua Player Plus]]></category>
		<category><![CDATA[Lua Player Plus MOD]]></category>
		<guid isPermaLink="false">https://www.customprotocol.com/?post_type=it_programmation&#038;p=9954</guid>
					<description><![CDATA[<p>Qu'apporte ce Lua Player Plus MOD de "plus"&#8239;? (ahah quel subtil jeu de mot&#160;:p)</p>
<p>L’article <a rel="nofollow" href="https://www.customprotocol.com/programmation/vita-applelo-met-ligne-lua-player-plus-mod/">[Vita] Applelo met en ligne un MOD du Lua Player Plus</a> est apparu en premier sur <a rel="nofollow" href="https://www.customprotocol.com">Custom Protocol</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><em>Applelo</em>, administrateur de votre cher site <strong>Custom Protocol</strong>, a mis en ligne hier soir la version 0.1 de son <strong>Lua Player Plus MOD</strong>, reprenant le <a href="https://www.customprotocol.com/underground/vita-pstv-lua-player-plus-beta/" target="_blank" rel="noopener noreferrer"><em>Lua Player Plus</em> de <em>Rinnegatamante</em></a> pour PS Vita publié dans le cadre de la <em><a href="https://www.customprotocol.com/underground/vita-revitalize-homebrew-competition-ouvert/" target="_blank" rel="noopener noreferrer">Revitalize Competition</a></em>. Ce <em>MOD</em> a été crée dans le simple objectif de relancer l'intérêt des programmeurs amateurs auprès de la Vita, suite au <em>tweet</em> de <em>Rinnegatamante</em> annonçant l'abandon de son projet pour le moment.</p>
<div align="center">
<blockquote class="twitter-tweet" data-lang="fr">
<p dir="ltr" lang="und">:O <a href="https://t.co/TnODrx3tWR">pic.twitter.com/TnODrx3tWR</a></p>
<p>— Æ∏∏|Ê|Œ (@Applelo1) <a href="https://twitter.com/Applelo1/status/719605220607717376">11 avril 2016</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" async="" charset="utf-8"></script></div>
<hr />
<h4 style="text-align: justify;"><span style="text-decoration: underline;"><strong>Changelog</strong></span></h4>
<p style="text-align: justify;">La principale nouveauté de ce <em>MOD</em> est le passage du projet au <em>VitaSDK</em>, bien plus complet que le <em>PSP2SDK</em> utilisé autrefois. De nouvelles fonctions voient également le jour&nbsp;:</p>
<ul>
<li style="text-align: justify;">System.getLanguage()</li>
</ul>
<p style="text-align: justify;">Retourne (en chaîne de caractères) la langue du système.</p>
<pre class="lang:lua decode:true">lang&nbsp;=&nbsp;System.getLanguage()</pre>
<ul>
<li style="text-align: justify;">System.getSize()</li>
</ul>
<p style="text-align: justify;">Retourne (en chaîne de caractères) l'espace de stockage minimales et maximales.</p>
<pre class="lang:lua decode:true">max, min&nbsp;=&nbsp;System.getSize()</pre>
<ul>
<li style="text-align: justify;">System.getMacAddress()</li>
</ul>
<p style="text-align: justify;">Retourne (en chaîne de caractères) l'adresse MAC de la console.</p>
<pre class="lang:lua decode:true">mac&nbsp;=&nbsp;System.getMacAddress()</pre>
<ul>
<li>System.getTime()</li>
</ul>
<p style="text-align: justify;">Retourne (sous forme de tableau) le "temps" actuel. Le tableau comprend, dans l'ordre, les éléments suivants&nbsp;: l'heure, les minutes, les secondes, les microsecondes, l'année, le mois et le jour.</p>
<pre class="lang:lua decode:true ">time&nbsp;=&nbsp;System.getTime()</pre>
<ul>
<li>System.exit()</li>
</ul>
<p>Permet de retourner au menu principal ou de quitter le <em>Lua Player </em>.</p>
<ul>
<li>Controls.readTouch() supporte désormais le <em>multi-touch</em></li>
<li>Le menu peut désormais directement lancer le <em>script.lua</em> d'un dossier s'il est présent</li>
</ul>
<figure id="attachment_5235" aria-describedby="caption-attachment-5235" style="width: 528px" class="wp-caption aligncenter"><a href="https://github.com/Applelo/lpp-vita-mod/releases/" target="_blank" rel="attachment wp-att-5235 noopener noreferrer"><img fetchpriority="high" decoding="async" class="wp-image-5235 size-full" src="https://www.customprotocol.com/medias/2015/06/bouton-telecharger-v2.png" alt="Bouton télécharger" width="528" height="160" srcset="https://www.customprotocol.com/medias/2015/06/bouton-telecharger-v2.png 528w, https://www.customprotocol.com/medias/2015/06/bouton-telecharger-v2-300x91.png 300w, https://www.customprotocol.com/medias/2015/06/bouton-telecharger-v2-370x112.png 370w, https://www.customprotocol.com/medias/2015/06/bouton-telecharger-v2-270x82.png 270w" sizes="(max-width: 528px) 100vw, 528px" /></a><figcaption id="caption-attachment-5235" class="wp-caption-text"><b>Lua Player Plus MOD</b> version 0.1 (fichier .velf), par <em>Applelo</em><br /> <em><a href="https://mega.nz/#!WQNSRJKL!A3HiQUGOsVqBkXMgB-O4qpj9-tOXIjdfY9qP7jn_CqA" target="_blank" rel="noopener noreferrer">Lien miroir</a></em></figcaption></figure>
<h4><span style="text-decoration: underline;"><strong>Crédits</strong></span></h4>
<ul>
<li><em>Rinnegatamante </em>pour le code source du <em>Lua Player Plus Vita </em>&#8239;;</li>
<li><em>xerpi</em> pour ses<em> Vita2DLib</em> et <em>FTPVita</em>&#8239;;</li>
<li>Tous les développeurs ayant contribué au<em> VitaSDK</em>.</li>
</ul>
<hr />
<p>N'hésitez pas à proposer à Applelo de nouvelles fonctions en laissant un commentaire à cette <em>news</em> ou en postant directement sur le <a href="https://www.customprotocol.com/forum/underground-vita/lua-player-plus-mod-t554.html" target="_blank" rel="noopener noreferrer">topic de son projet</a>&#8239;!&nbsp;<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>L’article <a rel="nofollow" href="https://www.customprotocol.com/programmation/vita-applelo-met-ligne-lua-player-plus-mod/">[Vita] Applelo met en ligne un MOD du Lua Player Plus</a> est apparu en premier sur <a rel="nofollow" href="https://www.customprotocol.com">Custom Protocol</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.customprotocol.com/programmation/vita-applelo-met-ligne-lua-player-plus-mod/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

