SIM-control
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

plugin rbr

4 participantes

Ir abajo

plugin rbr Empty plugin rbr

Mensaje  Gus Pérez Dom 6 Ene - 6:04

Hola gente, curioseando por ahí a estás horas encontre esto... lo dejo por aquí por si alguien le interesa o quiere comentar...

Plugin interface for RBR
========================

Authors
=======
Per Dervall & Tobias Johansson
Warthog Studio, Sweden

Please note that there is no official support for this unofficial plugin.

Description
===========

This archive contains the source code needed to create plugins for RBR. The main purpose is to
provide players with functionality to conduct online championships and other custom modes of play.
Also provided is an example plugin that enables players to choose a stage and drive it, logging the
results to a text file.

How to use the compiled plugin
==============================

When compiling the solution you will end up with a dll file called RBRTestPlugin.dll. This file
needs to be placed in a folder called Plugins which needs to be created under the game root
folder ( e.g. C:\Program Files\SCi Games\Richard Burns Rally\Plugins ). The game should load
the plugin into memory at startup.

Gameflow when using a plugin
============================
The plugins that are found under the are listed under Options\Plugins menu in RBR. The
plugin will, when selected, display its own menu page, from which a stage can be started. After the
stage is completed the plugin may display a results page. Once the user skips this he is returned
to the front-end page displayed by the plugin.

Making a plugin
===============

This archive should contain the following files:

- IPlugin.h : The plugin interface use by RBR
- IRBRGame.h : Game interface that the plugin
- PluginHelpers.h/cpp : Some helper functions for the plugin
- Gendef.h : A list of defines for the stock graphics, use for drawing.
- TestPlugin.h : Implementation of the rbr test plugin
- RBRTestPlugin.cpp : Contains DllMain and RBR_CreatePlugin
- RBRTestPlugin.def : Export definitions
- RBRTestPlugin.sln/vcproj : Visual Studio solution files for VC2003
- stdafx.h/cpp : Precomplied header files
- ReadMe.txt : This file

Making a plugin consists of building a DLL exporting a single function (RBR_CreatePlugin)
which should return a pointer to a C++ class implementing the interface IPlugin. Examples of
this can be found in RBRTestPlugin.def and RBRTestPlugin.cpp.

The actual plugin in this example is contained in TestPlugin.h. Plugins are based on a callback
architecture, in which the plugin receives callbacks from the game at various points in the
race, and in the frontend/results screen. Only the currently active plugin (the one selected
from within the options screen) receives callbacks.

Each class is documented in more detail in the source code. Don't change the IPlugin.h, IRBRGame.h
or Gendef.h files or your plugin will not work as intended or even at all.
Gus Pérez
Gus Pérez

Mensajes : 2524
Fecha de inscripción : 05/01/2011
Edad : 47
Localización : Canarias

Volver arriba Ir abajo

plugin rbr Empty Re: plugin rbr

Mensaje  Eus-Thor Dom 6 Ene - 13:09

Tienes la descarga de los archivos?
Eus-Thor
Eus-Thor

Mensajes : 108
Fecha de inscripción : 27/05/2010
Edad : 47
Localización : Lugo

https://nitramracing.wordpress.com

Volver arriba Ir abajo

plugin rbr Empty Re: plugin rbr

Mensaje  cobi Dom 6 Ene - 13:24

Eus-Thor escribió:Tienes la descarga de los archivos?
aqui la tienes http://www.mediafire.com/?79t5pesjjwd31de
pero som basicamente lo archivos de la carpeta RBRTestPlugin
cobi
cobi
Admin

Mensajes : 1726
Fecha de inscripción : 26/05/2010
Edad : 47
Localización : Lugo

Volver arriba Ir abajo

plugin rbr Empty Re: plugin rbr

Mensaje  VCA Dom 6 Ene - 14:22

no tengo claro que funciones hace esto, lo e instalado i no veo nada diferente.
VCA
VCA

Mensajes : 1554
Fecha de inscripción : 28/05/2010
Localización : BCN

Volver arriba Ir abajo

plugin rbr Empty Re: plugin rbr

Mensaje  cobi Dom 6 Ene - 14:34

es mas o menos lo que instalas con el parche 1.02
cobi
cobi
Admin

Mensajes : 1726
Fecha de inscripción : 26/05/2010
Edad : 47
Localización : Lugo

Volver arriba Ir abajo

plugin rbr Empty Re: plugin rbr

Mensaje  Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.