SlideShare a Scribd company logo
1 of 32
RPG: A Backend
Server Story
5/28/2016 EL ABQUINA | ASK@TECHOPS.PH | +639088772988 2
Name
Current Work/Role
Why Drupal?
Hello Drupal!
Technology Consultant @ HP
Web Dev/Design @ Tech Ops PH
Web Specialist Instructor @ CIIT PH
5/28/2016 EL ABQUINA | ASK@TECHOPS.PH | +639088772988 3
EL Abquina | ask@techops.ph | eabquina@gmail.com
Agenda
- Let’s talk about “RPGs”
- Client-Server in “Backend System”
- Creating your Drupal Site (in 3 mins.)
- Drupal as Web Application Service
- Drupal RPG Module
- Unity 3D Field Module
- Other Games with Drupal
My First RPG Game… (or I thought it was)
ZELDA – NES/Family Computer 199X
- Attack A + Attack B, - Keys
- Bombs - Gems/Crystals
- LIFE
- “Rooms”
“Actually an Action Adventure Game”
My Favorite RPG Game
Suikoden II – 1999
- Inventory
- 108 Stars of Destiny
- Runes
- Weapon Level
- Castle Building (Events)
My “I can’t stop playing” RPG
Diablo II – 2000
- “Action Role Playing Hack and Slash”
- Multiplayer RPG!
- Via LAN, VPN (HAMACHI!)
- Skills and Stats
I thought the last RPG game I’ll play…. ever
Suikoden II – 2000-2004
- Level, Jobs
- Skills (Spells)
- Stat Combos
- Forge and Crafting
- Auto-Blitz
…then OZ World, Tantra, RF Online, MU Online… FFXIV
Ragnarok Private Servers!!!
http://rathena.org or https://github.com/rathena/rathena
Recipe for a Ragnarok Private Server
Server
- rathena (or Hercules) Server
- MySQL Database (use XAMPP for localhost)
- Visual Studio Community Edition (For Compiling)
Administration
- FluxCP
- Web Server + PHP (XAMPP)
Client
- kRO Client (3 GB of assets..)
- Latest Executable Open Client
- NEMO (For Patching of Open Client)
- Ragnarok Translation
https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client
Ragnarok Server Running…
Running a Ragnarok Server in
Windows: Runserver.bat
mapserv.bat
logserv.bat
charserv.bat
Flux Control Panel
FluxCP (Control Panel)
Administration Site for your
Ragnarok Server
Client Now Working!!! – After 5 days!
Ragexe.exe
Backend System of an Online Game
Client - Server Architecture
The client process always initiates a connection to
the server, while the server process always waits
for requests from any client.
Your GAME = CLIENT
Your GAME = SERVER
Is there an
easy way
to build a
SERVER?
Let’s try
Drupal
- Drupal is a content management system which allows you to create and maintain many different types of
websites without needing to know any coding languages.
- Drupal is also an application framework to build web applications
How it works?
• Apache Server
• PHP (5.4 ++)
• MySQL Database
DEMONSTRATION
DRUPAL
Install Drupal in 3 mins
• Use Acquia Dev Desktop or Pantheon
• Click to install Drupal 7/8
• Wait..and Done!
http://pantheon.io
Drupal as a Web Application Service
• Use standard web service connection
towards your CMS or application to
communicate with your Drupal Site
• REST
• SOAP
• XML-RPC
• JSON
https://www.drupal.org/project/services
https://www.drupal.org/project/restws
Game Client + Web Service + Application Server
Drupal RPG (drpg)
https://www.drupal.org/project/drpg
Module created by Dan Ruscoe.
Game Client
https://github.com/ruscoe/DRPG-Unity-Client
Build using Unity 5.3.5f or Cloud
Example RPG Data
Modify DATA in your Drupal Site and the
Game Client will update automatically
Unity 3D Embed
Embed .unity3d files in your Web Players
https://www.drupal.org/project/unity3d_field
Web Services + Mobile game = Let's Find it on Drupal
https://www.drupal.org/node/2149445
https://itunes.apple.com/us/app/lets-find-it!/id750958028?ls=1&mt=8
Summary
Game Backend Development focus on game data storage
New Games or MMO games require real-time communication
Communicating with your server require Web Services
Good start for backend development is Drupal
Build a website in a few minutes
Drupal 8 has a built-in REST Web Service
What’s Next for Drupal?
Learn how to build Custom Content using Field and Services API
Create your own Custom Modules (api.drupal.org)
Any games that you want to create a backend system?
- Start with Leaderboard Scores and User Database
- Integrated News, Wiki and Update system
- Full-fledged Data Storage System
Thank you!
EL ABQUINA – EABQUINA@GMAIL.COM

More Related Content

What's hot

Cross-Platform Desktop Apps with Electron
Cross-Platform Desktop Apps with ElectronCross-Platform Desktop Apps with Electron
Cross-Platform Desktop Apps with ElectronDavid Neal
 
Building a Desktop Streaming console with Electron and ReactJS
Building a Desktop Streaming console with Electron and ReactJSBuilding a Desktop Streaming console with Electron and ReactJS
Building a Desktop Streaming console with Electron and ReactJSEmanuele Rampichini
 
Chef + AWS + CodeIgniter
Chef + AWS + CodeIgniterChef + AWS + CodeIgniter
Chef + AWS + CodeIgniterciconf
 
Cross-Platform Desktop Apps with Electron (CodeStock Edition)
Cross-Platform Desktop Apps with Electron (CodeStock Edition)Cross-Platform Desktop Apps with Electron (CodeStock Edition)
Cross-Platform Desktop Apps with Electron (CodeStock Edition)David Neal
 
Immutable Infrastructure with Packer Ansible and Terraform
Immutable Infrastructure with Packer Ansible and TerraformImmutable Infrastructure with Packer Ansible and Terraform
Immutable Infrastructure with Packer Ansible and TerraformMichael Peacock
 
Desktop server presentation
Desktop server presentationDesktop server presentation
Desktop server presentationKen Kramer
 
Introduction to ansible
Introduction to ansibleIntroduction to ansible
Introduction to ansibleDharmit Shah
 
Ansible Introduction - Ansible Brno #1 - David Karban
Ansible Introduction - Ansible Brno #1 - David KarbanAnsible Introduction - Ansible Brno #1 - David Karban
Ansible Introduction - Ansible Brno #1 - David Karbanansiblebrno
 
Building Native Experiences with Electron
Building Native Experiences with ElectronBuilding Native Experiences with Electron
Building Native Experiences with ElectronBen Gotow
 
Monitor-Driven Development Using Ansible
Monitor-Driven Development Using AnsibleMonitor-Driven Development Using Ansible
Monitor-Driven Development Using AnsibleItamar Hassin
 
Continuous Testing with Molecule, Ansible, and GitHub Actions
Continuous Testing with Molecule, Ansible, and GitHub ActionsContinuous Testing with Molecule, Ansible, and GitHub Actions
Continuous Testing with Molecule, Ansible, and GitHub ActionsJeff Geerling
 
Ansible for large scale deployment
Ansible for large scale deploymentAnsible for large scale deployment
Ansible for large scale deploymentKarthik .P.R
 
Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)
Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)
Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)Eddie Lau
 
PowerShell for sharepoint 2010 administrators
PowerShell for sharepoint 2010 administratorsPowerShell for sharepoint 2010 administrators
PowerShell for sharepoint 2010 administratorsRavikanth Chaganti
 

What's hot (20)

Cross-Platform Desktop Apps with Electron
Cross-Platform Desktop Apps with ElectronCross-Platform Desktop Apps with Electron
Cross-Platform Desktop Apps with Electron
 
Building a Desktop Streaming console with Electron and ReactJS
Building a Desktop Streaming console with Electron and ReactJSBuilding a Desktop Streaming console with Electron and ReactJS
Building a Desktop Streaming console with Electron and ReactJS
 
Chef + AWS + CodeIgniter
Chef + AWS + CodeIgniterChef + AWS + CodeIgniter
Chef + AWS + CodeIgniter
 
Automating with Ansible
Automating with AnsibleAutomating with Ansible
Automating with Ansible
 
Cross-Platform Desktop Apps with Electron (CodeStock Edition)
Cross-Platform Desktop Apps with Electron (CodeStock Edition)Cross-Platform Desktop Apps with Electron (CodeStock Edition)
Cross-Platform Desktop Apps with Electron (CodeStock Edition)
 
Azkaban
AzkabanAzkaban
Azkaban
 
Immutable Infrastructure with Packer Ansible and Terraform
Immutable Infrastructure with Packer Ansible and TerraformImmutable Infrastructure with Packer Ansible and Terraform
Immutable Infrastructure with Packer Ansible and Terraform
 
Ansible
AnsibleAnsible
Ansible
 
Desktop server presentation
Desktop server presentationDesktop server presentation
Desktop server presentation
 
Introduction to ansible
Introduction to ansibleIntroduction to ansible
Introduction to ansible
 
Ansible Introduction - Ansible Brno #1 - David Karban
Ansible Introduction - Ansible Brno #1 - David KarbanAnsible Introduction - Ansible Brno #1 - David Karban
Ansible Introduction - Ansible Brno #1 - David Karban
 
Building Native Experiences with Electron
Building Native Experiences with ElectronBuilding Native Experiences with Electron
Building Native Experiences with Electron
 
Ansible - Hands on Training
Ansible - Hands on TrainingAnsible - Hands on Training
Ansible - Hands on Training
 
Extending ansible
Extending ansibleExtending ansible
Extending ansible
 
Monitor-Driven Development Using Ansible
Monitor-Driven Development Using AnsibleMonitor-Driven Development Using Ansible
Monitor-Driven Development Using Ansible
 
Continuous Testing with Molecule, Ansible, and GitHub Actions
Continuous Testing with Molecule, Ansible, and GitHub ActionsContinuous Testing with Molecule, Ansible, and GitHub Actions
Continuous Testing with Molecule, Ansible, and GitHub Actions
 
Ansible for large scale deployment
Ansible for large scale deploymentAnsible for large scale deployment
Ansible for large scale deployment
 
Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)
Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)
Native Desktop App with Node.js Webkit (HTML, CSS & Javascript)
 
PowerShell for sharepoint 2010 administrators
PowerShell for sharepoint 2010 administratorsPowerShell for sharepoint 2010 administrators
PowerShell for sharepoint 2010 administrators
 
Azure Websites
Azure WebsitesAzure Websites
Azure Websites
 

Viewers also liked

Drupal 8. What's cooking (based on Angela Byron slides)
Drupal 8. What's cooking (based on Angela Byron slides)Drupal 8. What's cooking (based on Angela Byron slides)
Drupal 8. What's cooking (based on Angela Byron slides)Claudiu Cristea
 
The Drupal Community. Our Community
The Drupal Community. Our CommunityThe Drupal Community. Our Community
The Drupal Community. Our CommunityClaudiu Cristea
 
Ed psak 64 eksplorasi dan evaluasi sumber daya mineral
Ed psak 64 eksplorasi dan evaluasi sumber daya mineralEd psak 64 eksplorasi dan evaluasi sumber daya mineral
Ed psak 64 eksplorasi dan evaluasi sumber daya mineralsugeng2023
 
Формирование национальной культуры у детей дошкольного возраста посредством м...
Формирование национальной культуры у детей дошкольного возраста посредством м...Формирование национальной культуры у детей дошкольного возраста посредством м...
Формирование национальной культуры у детей дошкольного возраста посредством м...Елена Наумова
 
Мультимедийная программа для детей дошкольного возраста.
 Мультимедийная программа для детей дошкольного возраста. Мультимедийная программа для детей дошкольного возраста.
Мультимедийная программа для детей дошкольного возраста.Елена Наумова
 
Песочная терапия итоговая презентация 2016
Песочная терапия итоговая презентация 2016Песочная терапия итоговая презентация 2016
Песочная терапия итоговая презентация 2016Елена Наумова
 
Les attentats de paris
Les attentats de parisLes attentats de paris
Les attentats de parisRachel Shannon
 
Stage Lighting Technology and the Design Process
Stage Lighting Technology and the Design ProcessStage Lighting Technology and the Design Process
Stage Lighting Technology and the Design ProcessEladio Jose Abquina
 
Uso antipiréticos en Pediatría
Uso antipiréticos en PediatríaUso antipiréticos en Pediatría
Uso antipiréticos en Pediatríainsn
 
Analgesicos, antipireticos y antiinflamatorios
Analgesicos, antipireticos y antiinflamatoriosAnalgesicos, antipireticos y antiinflamatorios
Analgesicos, antipireticos y antiinflamatoriosLA Odiada Cupido
 

Viewers also liked (15)

Drupal 8. What's cooking (based on Angela Byron slides)
Drupal 8. What's cooking (based on Angela Byron slides)Drupal 8. What's cooking (based on Angela Byron slides)
Drupal 8. What's cooking (based on Angela Byron slides)
 
The Drupal Community. Our Community
The Drupal Community. Our CommunityThe Drupal Community. Our Community
The Drupal Community. Our Community
 
Migrate to Drupal 8
Migrate to Drupal 8Migrate to Drupal 8
Migrate to Drupal 8
 
P2 cat - Vers un nou model de desenvolupament territorial: el repte de reapre...
P2 cat - Vers un nou model de desenvolupament territorial: el repte de reapre...P2 cat - Vers un nou model de desenvolupament territorial: el repte de reapre...
P2 cat - Vers un nou model de desenvolupament territorial: el repte de reapre...
 
Smart_vita
Smart_vitaSmart_vita
Smart_vita
 
Ed psak 64 eksplorasi dan evaluasi sumber daya mineral
Ed psak 64 eksplorasi dan evaluasi sumber daya mineralEd psak 64 eksplorasi dan evaluasi sumber daya mineral
Ed psak 64 eksplorasi dan evaluasi sumber daya mineral
 
Формирование национальной культуры у детей дошкольного возраста посредством м...
Формирование национальной культуры у детей дошкольного возраста посредством м...Формирование национальной культуры у детей дошкольного возраста посредством м...
Формирование национальной культуры у детей дошкольного возраста посредством м...
 
Mueller_Martini_VSOP
Mueller_Martini_VSOPMueller_Martini_VSOP
Mueller_Martini_VSOP
 
Мультимедийная программа для детей дошкольного возраста.
 Мультимедийная программа для детей дошкольного возраста. Мультимедийная программа для детей дошкольного возраста.
Мультимедийная программа для детей дошкольного возраста.
 
Группа №7 "Улыбка"
Группа №7 "Улыбка"Группа №7 "Улыбка"
Группа №7 "Улыбка"
 
Песочная терапия итоговая презентация 2016
Песочная терапия итоговая презентация 2016Песочная терапия итоговая презентация 2016
Песочная терапия итоговая презентация 2016
 
Les attentats de paris
Les attentats de parisLes attentats de paris
Les attentats de paris
 
Stage Lighting Technology and the Design Process
Stage Lighting Technology and the Design ProcessStage Lighting Technology and the Design Process
Stage Lighting Technology and the Design Process
 
Uso antipiréticos en Pediatría
Uso antipiréticos en PediatríaUso antipiréticos en Pediatría
Uso antipiréticos en Pediatría
 
Analgesicos, antipireticos y antiinflamatorios
Analgesicos, antipireticos y antiinflamatoriosAnalgesicos, antipireticos y antiinflamatorios
Analgesicos, antipireticos y antiinflamatorios
 

Similar to Drupal RPG - A Backend Server Story

Deploying Perl apps on dotCloud
Deploying Perl apps on dotCloudDeploying Perl apps on dotCloud
Deploying Perl apps on dotClouddaoswald
 
Google App Engine Java, Groovy and Gaelyk
Google App Engine Java, Groovy and GaelykGoogle App Engine Java, Groovy and Gaelyk
Google App Engine Java, Groovy and GaelykGuillaume Laforge
 
Puppetpreso
PuppetpresoPuppetpreso
Puppetpresoke4qqq
 
Automating Complex Setups with Puppet
Automating Complex Setups with PuppetAutomating Complex Setups with Puppet
Automating Complex Setups with PuppetKris Buytaert
 
Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...
Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...
Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...Peter Martin
 
Simplicity - develop modern web apps with tiny frameworks and tools
Simplicity - develop modern web apps with tiny frameworks and toolsSimplicity - develop modern web apps with tiny frameworks and tools
Simplicity - develop modern web apps with tiny frameworks and toolsRui Carvalho
 
Cytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis ToolsCytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis ToolsKeiichiro Ono
 
Drupal PT Meetup Lisbon (December 2011)
Drupal PT Meetup Lisbon (December 2011)Drupal PT Meetup Lisbon (December 2011)
Drupal PT Meetup Lisbon (December 2011)Paulo Gomes
 
Puppet and CloudStack
Puppet and CloudStackPuppet and CloudStack
Puppet and CloudStackke4qqq
 
Cloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesCloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesRyan Koop
 
Cloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentationsCloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentationsCloudCamp Chicago
 
Drupal 8 preview_slideshow
Drupal 8 preview_slideshowDrupal 8 preview_slideshow
Drupal 8 preview_slideshowTee Malapela
 
Drupal in 30 Minutes
Drupal in 30 MinutesDrupal in 30 Minutes
Drupal in 30 MinutesRobert Carr
 
Puppet Camp Boston 2014: Keynote
Puppet Camp Boston 2014: Keynote Puppet Camp Boston 2014: Keynote
Puppet Camp Boston 2014: Keynote Puppet
 
Puppet and Apache CloudStack
Puppet and Apache CloudStackPuppet and Apache CloudStack
Puppet and Apache CloudStackPuppet
 
Infrastructure as code with Puppet and Apache CloudStack
Infrastructure as code with Puppet and Apache CloudStackInfrastructure as code with Puppet and Apache CloudStack
Infrastructure as code with Puppet and Apache CloudStackke4qqq
 
Midwest php 2013 deploying php on paas- why & how
Midwest php 2013   deploying php on paas- why & howMidwest php 2013   deploying php on paas- why & how
Midwest php 2013 deploying php on paas- why & howdotCloud
 

Similar to Drupal RPG - A Backend Server Story (20)

Beyond Puppet
Beyond PuppetBeyond Puppet
Beyond Puppet
 
R in Minecraft
R in Minecraft R in Minecraft
R in Minecraft
 
Node azure
Node azureNode azure
Node azure
 
Deploying Perl apps on dotCloud
Deploying Perl apps on dotCloudDeploying Perl apps on dotCloud
Deploying Perl apps on dotCloud
 
Google App Engine Java, Groovy and Gaelyk
Google App Engine Java, Groovy and GaelykGoogle App Engine Java, Groovy and Gaelyk
Google App Engine Java, Groovy and Gaelyk
 
Puppetpreso
PuppetpresoPuppetpreso
Puppetpreso
 
Automating Complex Setups with Puppet
Automating Complex Setups with PuppetAutomating Complex Setups with Puppet
Automating Complex Setups with Puppet
 
Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...
Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...
Joomla on Raspberry Pi using Nginx - Nederlandse Linux Gebruikers Group novem...
 
Simplicity - develop modern web apps with tiny frameworks and tools
Simplicity - develop modern web apps with tiny frameworks and toolsSimplicity - develop modern web apps with tiny frameworks and tools
Simplicity - develop modern web apps with tiny frameworks and tools
 
Cytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis ToolsCytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis Tools
 
Drupal PT Meetup Lisbon (December 2011)
Drupal PT Meetup Lisbon (December 2011)Drupal PT Meetup Lisbon (December 2011)
Drupal PT Meetup Lisbon (December 2011)
 
Puppet and CloudStack
Puppet and CloudStackPuppet and CloudStack
Puppet and CloudStack
 
Cloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesCloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 Slides
 
Cloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentationsCloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentations
 
Drupal 8 preview_slideshow
Drupal 8 preview_slideshowDrupal 8 preview_slideshow
Drupal 8 preview_slideshow
 
Drupal in 30 Minutes
Drupal in 30 MinutesDrupal in 30 Minutes
Drupal in 30 Minutes
 
Puppet Camp Boston 2014: Keynote
Puppet Camp Boston 2014: Keynote Puppet Camp Boston 2014: Keynote
Puppet Camp Boston 2014: Keynote
 
Puppet and Apache CloudStack
Puppet and Apache CloudStackPuppet and Apache CloudStack
Puppet and Apache CloudStack
 
Infrastructure as code with Puppet and Apache CloudStack
Infrastructure as code with Puppet and Apache CloudStackInfrastructure as code with Puppet and Apache CloudStack
Infrastructure as code with Puppet and Apache CloudStack
 
Midwest php 2013 deploying php on paas- why & how
Midwest php 2013   deploying php on paas- why & howMidwest php 2013   deploying php on paas- why & how
Midwest php 2013 deploying php on paas- why & how
 

More from Eladio Jose Abquina

Amazon Web Services Marketplace with Drupal Distributions
Amazon Web Services Marketplace with Drupal DistributionsAmazon Web Services Marketplace with Drupal Distributions
Amazon Web Services Marketplace with Drupal DistributionsEladio Jose Abquina
 
Featured Modules for your Projects!
Featured Modules for your Projects!Featured Modules for your Projects!
Featured Modules for your Projects!Eladio Jose Abquina
 

More from Eladio Jose Abquina (6)

Faster WordPress Workflows
Faster WordPress WorkflowsFaster WordPress Workflows
Faster WordPress Workflows
 
Amazon Web Services Marketplace with Drupal Distributions
Amazon Web Services Marketplace with Drupal DistributionsAmazon Web Services Marketplace with Drupal Distributions
Amazon Web Services Marketplace with Drupal Distributions
 
Microsoft Excel - Macros
Microsoft Excel - MacrosMicrosoft Excel - Macros
Microsoft Excel - Macros
 
Featured Modules for your Projects!
Featured Modules for your Projects!Featured Modules for your Projects!
Featured Modules for your Projects!
 
The Technical Director
The Technical DirectorThe Technical Director
The Technical Director
 
OCC Portal - A Dashboards Story
OCC Portal - A Dashboards StoryOCC Portal - A Dashboards Story
OCC Portal - A Dashboards Story
 

Recently uploaded

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 

Recently uploaded (20)

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 

Drupal RPG - A Backend Server Story

  • 2. 5/28/2016 EL ABQUINA | ASK@TECHOPS.PH | +639088772988 2 Name Current Work/Role Why Drupal? Hello Drupal!
  • 3. Technology Consultant @ HP Web Dev/Design @ Tech Ops PH Web Specialist Instructor @ CIIT PH 5/28/2016 EL ABQUINA | ASK@TECHOPS.PH | +639088772988 3 EL Abquina | ask@techops.ph | eabquina@gmail.com
  • 4.
  • 5.
  • 6. Agenda - Let’s talk about “RPGs” - Client-Server in “Backend System” - Creating your Drupal Site (in 3 mins.) - Drupal as Web Application Service - Drupal RPG Module - Unity 3D Field Module - Other Games with Drupal
  • 7. My First RPG Game… (or I thought it was) ZELDA – NES/Family Computer 199X - Attack A + Attack B, - Keys - Bombs - Gems/Crystals - LIFE - “Rooms” “Actually an Action Adventure Game”
  • 8. My Favorite RPG Game Suikoden II – 1999 - Inventory - 108 Stars of Destiny - Runes - Weapon Level - Castle Building (Events)
  • 9. My “I can’t stop playing” RPG Diablo II – 2000 - “Action Role Playing Hack and Slash” - Multiplayer RPG! - Via LAN, VPN (HAMACHI!) - Skills and Stats
  • 10. I thought the last RPG game I’ll play…. ever Suikoden II – 2000-2004 - Level, Jobs - Skills (Spells) - Stat Combos - Forge and Crafting - Auto-Blitz …then OZ World, Tantra, RF Online, MU Online… FFXIV
  • 11. Ragnarok Private Servers!!! http://rathena.org or https://github.com/rathena/rathena
  • 12. Recipe for a Ragnarok Private Server Server - rathena (or Hercules) Server - MySQL Database (use XAMPP for localhost) - Visual Studio Community Edition (For Compiling) Administration - FluxCP - Web Server + PHP (XAMPP) Client - kRO Client (3 GB of assets..) - Latest Executable Open Client - NEMO (For Patching of Open Client) - Ragnarok Translation https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client
  • 13. Ragnarok Server Running… Running a Ragnarok Server in Windows: Runserver.bat mapserv.bat logserv.bat charserv.bat
  • 14. Flux Control Panel FluxCP (Control Panel) Administration Site for your Ragnarok Server
  • 15. Client Now Working!!! – After 5 days! Ragexe.exe
  • 16. Backend System of an Online Game Client - Server Architecture The client process always initiates a connection to the server, while the server process always waits for requests from any client. Your GAME = CLIENT Your GAME = SERVER
  • 17. Is there an easy way to build a SERVER?
  • 19. Drupal - Drupal is a content management system which allows you to create and maintain many different types of websites without needing to know any coding languages. - Drupal is also an application framework to build web applications
  • 20. How it works? • Apache Server • PHP (5.4 ++) • MySQL Database
  • 22. Install Drupal in 3 mins • Use Acquia Dev Desktop or Pantheon • Click to install Drupal 7/8 • Wait..and Done! http://pantheon.io
  • 23. Drupal as a Web Application Service • Use standard web service connection towards your CMS or application to communicate with your Drupal Site • REST • SOAP • XML-RPC • JSON https://www.drupal.org/project/services https://www.drupal.org/project/restws
  • 24. Game Client + Web Service + Application Server
  • 27. Example RPG Data Modify DATA in your Drupal Site and the Game Client will update automatically
  • 28. Unity 3D Embed Embed .unity3d files in your Web Players https://www.drupal.org/project/unity3d_field
  • 29. Web Services + Mobile game = Let's Find it on Drupal https://www.drupal.org/node/2149445 https://itunes.apple.com/us/app/lets-find-it!/id750958028?ls=1&mt=8
  • 30. Summary Game Backend Development focus on game data storage New Games or MMO games require real-time communication Communicating with your server require Web Services Good start for backend development is Drupal Build a website in a few minutes Drupal 8 has a built-in REST Web Service
  • 31. What’s Next for Drupal? Learn how to build Custom Content using Field and Services API Create your own Custom Modules (api.drupal.org) Any games that you want to create a backend system? - Start with Leaderboard Scores and User Database - Integrated News, Wiki and Update system - Full-fledged Data Storage System
  • 32. Thank you! EL ABQUINA – EABQUINA@GMAIL.COM

Editor's Notes

  1. 5mins per participant max 20 participants