The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Play By Post Gaming Core Details »» | |||||||||||||||||||||||||||||||||||
What does this do?
On its own this mod does NOTHING. It provides the Admin CP interface and common code for Play by post games. What can I use it for? There are two reasons why you might want to isntall this mod. The first and most common is that you wish to install one or more Play by post games for your forums. The second is that you want to develop your own play by post game. What exactly IS play by post gaming/games? The idea of a play by post game is that it is a game played by one or more of your forum members within a thread of your forum. A player makes a move by making a post containing the details of the move that they wish to make. As an example, take the chess plugin; this allows two members to play a game of chess beween them, each player in turn posts the piece they wish to move and where they want it to move to. The thread output gets turned into a chess board so that other members can see the game. Features
Installation 1. Upload contents of upload folder. 2. Import product. 3. Find, download and install at least one PBPG compatible game. 4. Configure game and assign it to at least 1 forum. 5. I recomend turning off bbcode, smilies, images and post count in the forums you assign games to. Uninstallation 1. Edit any forum with a configuration assigned; remove all the configurations. 2. Use the clear threads option (beta 2+) against each configuration to remove the config from threads. (the threads will revert to being normal forum threads) 3. Delete all configurations. 4. Uninstall all pbpg plugins. 5. Uninstall this product. Changelog
Notes
Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
you can ctrl+click to disable the last config enabled on a forum
|
#23
|
|||
|
|||
Made a few changes to make it easier to remove unwanted pbpg plugins.
- Checkboxes instead of multi select field in forum manager - Clear threads option to reset threads to normal threads - Changed error when deleting a configuration to assist with where it needs to be removed from. (forums or threads) |
#24
|
|||
|
|||
I would like to see an addon that adds an RPG to the system. Like a Dungeons and Dragons game or something of that nature. How easy is it to create a game for this?
|
#25
|
|||
|
|||
Writing a dungeons and dragons mod would take a long time. D&D is also very copywrited so i'd not be able to release a direct copy.
My 3.8 forum uses a rpg mod based on the 3.0 rpg integration hack; I'm considering creating something based around that as an addon but thats not likely to happen for some time. I've uploaded a skeleton plugin file. Things you need to do: 1. rename the directory they are in to your plugin name eg rpgsystem 2. open the two files and change the classnames to match the directory name eg rpgsystemPlugin and rpgsystemAdmin 3. insert a db row into pbpg_plugins containing rpgsystem as the dir and a friendly name for title eg RPG System. 4. Create a new product to go with the plugin for the purpose of holding templates phrases etc The admin file is fairly simple to understand, I suggest you just take a look at one of my mods for how to make that work. The plugin file contains three functions: A constructor which is passed in the config settings saved by the admin. The default constructor will work but you may want to set defaults for values that haven't been set and setup the state of the game (eg the chess mod initiallises the board with the pieces in their starting places) A public function parsePost it takes one argument the post array as fetched by vbulletin from the db, its called once for each post in the thread. It should essentially behaive as a state machine, changing the object state based on the contents of the post; you can again look at my mods on for examples of how I do this. An output function, this function is called at the end of processing and its return value is used to replace the postbits part of a thread display. (this means you don't need to worry about navbar, footer etc) I used a template based on the postbit template for my UI's but this is totally upto you. If instead you want to stick a flash video in there showing the two combattants mauling each other, thats upto you. I am tidying up the interfaces so the above information may change in a next release; the only change i'm considering at the moment is adding an ajaxOutput function or a parameter to the output function for returning content for ajax display but there may be other things based on bugs that need changing. |
#26
|
|||
|
|||
Quote:
|
#27
|
|||
|
|||
post count is a simple one; playing a game of chess or similar requires in the order of 35 posts per player they may be made fairly rapidly over say half an hour, for any board that holds any value to the post count (eg usergroup promotions) will have things skewed by members playing lots of games.
bbcode, smilies and images aren't parsed by the comments display and may confuse the parsers in some of the games. The comments aren't supposed to be huge essays, a sentance or two perhaps but no more, bbcode and smilies aren't really required for them. |
#28
|
|||
|
|||
do you have a live demo instead of just screenshots?
|
#29
|
|||
|
|||
you can take a look at vb4.giveupalready.com if you want a live demo this thread is a chess game http://vb4.giveupalready.com/forums/...?p=230#post230 bear in mind thou, this is my development area and there may be bugs and features in there that aren't in released versions as they are still under development.
|
#30
|
|||
|
|||
can you show an example of this? https://vborg.vbsupport.ru/showthread.php?t=234160
edit: nvm, i see it |
#31
|
||||
|
||||
well ive allready made a RPG core for vbulletin 4.0
dice roll, character creation, combat system with xp, level system and a PVE combat simulator, next step is user vs user.. But this core would also be something interesting to incoorperate.. license info ? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|