html5-img
1 / 18

VISUAL NOVEL ON ANDROID DEVICE

VISUAL NOVEL ON ANDROID DEVICE. By : Mutia annisa dewi [7411030018] Dimas jabbar karim [7411030025]. Topics :. Pengenalan tentang visual novel Pengenalan visual novel engine Membuat visual novel sederhana Menginstall visual novel kedalam android. Apa itu visual novel ?.

geordi
Download Presentation

VISUAL NOVEL ON ANDROID DEVICE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. VISUAL NOVEL ON ANDROID DEVICE By : Mutiaannisadewi [7411030018] Dimas jabbar karim [7411030025]

  2. Topics : • Pengenalantentang visual novel • Pengenalan visual novel engine • Membuat visual novel sederhana • Menginstall visual novel kedalam android

  3. Apaitu visual novel ? Novel visual ( ビジュアルノベル bijuarunoberu?) atau yang terkadangdisebut Sound Novel adalahsebuahjenispermainaninteraksifiksi yang dapatdimainkan di PC (komputerpribadi) dansebagiandirilis di game console seperti PSP. Game iniberbasisfiksiinteraktif yang menampilkancerita novel dalambentukgambar-gambarstatis (yang digambardengangaya anime), dandilengkapidengankotakpercakapanuntukmenyampaikannarasidanucapansetiapkarakter, danterkadangsetiapkaraktermemiliki sound effect sehinggasetiapkarakter yang adadalam novel visual seolahhidupdandapatberbicara.

  4. Novel visual termasuksalahsatujenispermainanpetualangan, yang difokuskan di bagianpenceritaan, sehinggapemainseringkalihanyamembaca novel di komputerpribadi yang menampilkangambarbesertateksdansuara. Seringkalipemaindiharuskanuntukmemilih di antarapilihan-pilihan yang adauntukmelanjutkankejalanceritaselanjutnya, dansetiappilihan yang diambildapatmemengaruhijalanceritadari Visual Novel yang sedangdimainkan. Istilah lain untuk novel visual adalah novel game atau sound novel (novel bersuara).

  5. Visual novel engine : Ren’ Py NOVELTY Nscripter Om3ga

  6. Membuat visual novel sederhanadenganren’py • Sebelumnyaberikutadalahhal yang sebelumnyaharusdipersiapkan : • Download software ren’py : http://www.renpy.org/latest.html • Download Editrasebagaieditornya : http://www.renpy.org/latest.html • Download ren’py for android apk : http://www.renpy.org/dl/android/0old/ • Karakterdalam game ( Image ) • Jalanceritadari game

  7. Extract ren’pysdk yang telahdidownloadtadi. • Jalankan renpy.exe • Pilih Create new project

  8. Pilihtemadariaplikasi yang nantinyaakandibuat, lalupilih Continue • Makasecaraotomatisakandibuatkan file filebarupada project tersebut

  9. Diantaranyaterdapat file : • Script.rpy => File untukjalanya game • Options.rpy => File hasil generate daritema yang dipilihtadi • Screens.rpy => File yang berisitentang menu menu yang adapada game • Dll. • Selanjutnya, kopikankarakter yang akandigunakankedalam Folder project kita • Buka File script.rpy, makatampilanpertama kali akansepertiini :

  10. Padapercobaan kali inisayamencobamembuatceritasederhanayaitusayaberangkatkekampuspagi – pagidanbertemudenganseorangcewekbernamaLoli. • Maka yang perludilakukanadalahmengedit file script.rpy, dancopykan script berikut : label start: #background scene bgkampus with dissolve #narator "Pagi-pagisekalisayaberangkatkesekolahdantidaksengajabertemudengan Emi" #dialog n "SelamatPagi Emi" show emi: zoom 2 ypos 0 with dissolve #dialog pr "Haii Dije, selamatpagi" #menampilkankarakter di sebelahkananlayar show emi: xpos 100 with dissolve pr "kokdatangpagi-pagisekali? adaapa ?" return # You can place the script of your game in this file. # Declare images below this line, using the image statement. # eg. image eileen happy = "eileen_happy.png" # Declare characters used by this game. init: #gambarkarakter image emi = "char_emi.png" #background image bgkampus = "kampus.jpeg" define n = Character("Dije",color="#00ff00") define pr = Character("Emi",color="#0000ff")

  11. Makahasilnyaakansepertiberikut :

  12. Menjalankan di android device : • Sambungkan android device kitake laptop atau PC kita • Install renpy for android apk yang telah di download tadiipada device androidnya • Lalukopikan file project kedalam folder /renpypadasdcard android kita • Buat File android.txt pada project kita • Isikansepertiberikut : Title = [isisesuaikeinginan]author = [isisesuaikeinginan]api = 61200orientation = landscape

  13. Contoh visual novel pada android • Yume mirukusuri • Summer In FairbrookDemo • Winter In FairbrookDemo • Nice Day:Again • Shall we date?:Ninja Love • Dll.

  14. Daftarpustaka • http://www.visualnovelty.com/ • http://visuallyneko.wordpress.com/2012/10/06/renpy-visual-novels-on-android/ • http://www.renpy.org/ • http://theoutbreakseries.wordpress.com/ • http://visualnovelaer.fuwanovel.org/tag/visual-novel-engine/ • http://www.nscripter.com/index.html#contents • http://www.kaorinusantara.web.id/forum/showthread.php?s=f07dee103adeaab1c8f5c639cd8fc1b1&t=4145

More Related