Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MyCode] vNES BB Code for Java NES emulator
Author Message
Mdkcheatz
Junior Member


Posts: 36
Joined: Oct 2009
Reputation: 0
Post: #1
[MyCode] vNES BB Code for Java NES emulator
vNES BB Code for Java NES emulator


This code parses the vNES emulator into the post.


Code:
\[vnes\](.*?)\[/vnes\]

Place the location of the NES game name (NOT THE WHOLE URL) within the [vnes]?[vnes]

Code:
<applet name="vNES" code="vNES.class" archive="http://www.emucraze.com/vnes/vNES_207.jar" width="512" height="480">
<param name="sound" value="on" />
<param name="timeemulation" value="on"/ >
<param name="fps" value="off" />
<param name="stereo" value="off" />
<param name="rom" value="REPLACE CAPITALIZED TEXT WITH URL OF THE LOCATION OF UPLOADED GAMES DIRECTORY$1.nes" />
<param name="showsoundbuffer" value="off" />
<param name="scale" value="on" />
<param name="scanlines" value="off" />
<param name="nicesound" value="on" />
<param name="romsize" value="131088" />
</applet>

Make sure you replace the capitalized text above, where it says: REPLACE CAPITALIZED TEXT WITH URL OF THE LOCATION OF UPLOADED GAMES DIRECTORY, with your game directory....

for example: http://www.yourdomain.com/games/nes/$1.nes

where "$1" will be the game description for the name of the rom file to play, so your code will look like this:

Example: [vnes]duckhunt[/vnes]

LEGAL:

Keep in mind, you are discouraged from uploading any ROM images unless you own the actual game. There is a loophole (just as if you were to invite your friends over to play on your personal console) where it makes it legal as long as people are playing it and not downloading the actualy game...

If you are still not convinced, here is all the proof of legal terms regarding this SPECIFIC case: http://www.virtualnes.com/help/legal.html

[Image: 20pbkoj.jpg]
[adult swim]
This poor hobo needs MyBux :'(
10-27-2009, 06:39 AM




User(s) browsing this thread: 1 Guest(s)