Modding Downloads

Discussion in 'Modding' started by 88mphTim, Jan 9, 2012.

  1. SPASKIS

    SPASKIS Registered

    Joined:
    Sep 7, 2011
    Messages:
    3,155
    Likes Received:
    1,426
    View attachment 8350

    The images to the left are from B198 and the ones to the right from B228 (B218 the same problem).

    Whats going on?
     
  2. Extremosa

    Extremosa Registered

    Joined:
    Aug 28, 2013
    Messages:
    2
    Likes Received:
    0
    Soon... New User Interface
    [​IMG]
     
  3. lordpantsington

    lordpantsington Registered

    Joined:
    Oct 5, 2010
    Messages:
    849
    Likes Received:
    79
    Any info on the new constraint system would be greatly appreciated.
     
  4. 88mphTim

    88mphTim racesimcentral.net

    Joined:
    Sep 23, 2010
    Messages:
    10,840
    Likes Received:
    314
    Still getting some code in for it at the moment. I am told its NOTHING like trying to learn to make rF2 tires difficulty to learn. :)


    Sent from a mobile device using Tapatalk
     
  5. zonder

    zonder Registered

    Joined:
    May 21, 2013
    Messages:
    116
    Likes Received:
    1
    YES, THANKS

    Looking Good
     
  6. Extremosa

    Extremosa Registered

    Joined:
    Aug 28, 2013
    Messages:
    2
    Likes Received:
    0
    Page Customize...
    [​IMG]
     
  7. FuNK!

    FuNK! Registered

    Joined:
    May 26, 2013
    Messages:
    626
    Likes Received:
    491
    Any tools/help/tutorial/guides for UI editing scheduled?

    Really want to improve the UI but currently the support on the UI topic is...hm..."bad" would be too nice to be honest ;)
    Maybe one could enhance the support by reading and posting in this thread?!
     
  8. Pelukas

    Pelukas Registered

    Joined:
    Nov 13, 2012
    Messages:
    41
    Likes Received:
    4
    hola soy español perdon por no traducir quisiera comprarme el 3dSimer 3 ,mereze la pena verdad ?? la cosa esque muy entendido no soy aprendo pronto controlo las .dds y esas cosas BTB ,etc pero no me gustaria dejarlo por no echarle horas y valor
    estoy haciendo con mis pocos conocimientos el Karting de motorland soy de ARAGON hasta ahora llevo esto ,pero por no hazer nada con scketchup ,me gustaria estraer cosas de circuitos con 3DSimer 3
    View attachment 12293
     
  9. SPASKIS

    SPASKIS Registered

    Joined:
    Sep 7, 2011
    Messages:
    3,155
    Likes Received:
    1,426
    Yo no sabría vivir sin él. Es el único programa que puede leer y escribir en ambos formatos (rf1 y rf2) además de 3ds que viene genial para hacer xpack de btb con objetos de cualquier circuito. Es un excelente complemento que te servirá aunque luego necesites de otros programas para otras cosas.

    enviado mediante tapatalk
     
  10. Pelukas

    Pelukas Registered

    Joined:
    Nov 13, 2012
    Messages:
    41
    Likes Received:
    4
    gracias SPASKIS asi lo e echo ya lo e comprado ,haber ahora como voy pillando cacho
    mil graciasl y un saludo
     
  11. magicfr

    magicfr Registered

    Joined:
    Jan 4, 2012
    Messages:
    332
    Likes Received:
    27
    Hi,
    Any doc , sample, for internal plugin with x64? or it's same headers, only need to add x64 target to my project?

    Cheers,
    Seb
     
  12. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    Hello,
    It is the same internal plugin.

    - Just add an x64 target to your project.
    - if you have #pragma pack(push, 4) and #pragma pop, in the provided InternalPlugin, just comment the two lines (or if you really need it, change it to #pragma pack(push, 8)).
    - Be sure to have all variable well initialized at constructor
     
    Last edited by a moderator: Jul 4, 2014
  13. magicfr

    magicfr Registered

    Joined:
    Jan 4, 2012
    Messages:
    332
    Likes Received:
    27
    hmm I doubt I just have to rename my plug adding _x64, function's pointer are not same size in win32 compare to x64 target.
     
  14. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    i did not said to rename the exe, i said you need to add the x64 compiler target to your project, to be able to compile it in 64 bit also.
     
  15. magicfr

    magicfr Registered

    Joined:
    Jan 4, 2012
    Messages:
    332
    Likes Received:
    27
    Sorry, my bad, I tottally misread :) ok, thanks for the info :)
     
  16. magicfr

    magicfr Registered

    Joined:
    Jan 4, 2012
    Messages:
    332
    Likes Received:
    27
    So, that's almost 1year I didn't touch rF2 plugin SDK... and still the same error in the sample , I just download V6

    Code:
    class ExampleInternalsPlugin : public InternalsPluginV01
    {
     void UpdateHardware( const float fDT ) { mET += fDT; } // update the hardware with the time between frames
     
    Code:
    class InternalsPlugin : public PluginObject
    {
     virtual void UpdateHardware( const double fDT ) {}           // update the hardware with the time between frames
      
    same for CheckHWControl..

    a bit disapointed...
     
  17. Jim Beam

    Jim Beam Registered

    Joined:
    Oct 5, 2010
    Messages:
    824
    Likes Received:
    10
    @ ISI...are you going to update your tutorials anytime soon?...some of them are so old the files listed don't exist anymore
     
  18. Kristoff Rand

    Kristoff Rand Registered

    Joined:
    Dec 23, 2011
    Messages:
    1,055
    Likes Received:
    10
    What are you looking for Jim?
     
  19. Jim Beam

    Jim Beam Registered

    Joined:
    Oct 5, 2010
    Messages:
    824
    Likes Received:
    10
    its not for me...its for my mates who want to learn and the tutes should be a little more up to date than early 2012
     
  20. Kristoff Rand

    Kristoff Rand Registered

    Joined:
    Dec 23, 2011
    Messages:
    1,055
    Likes Received:
    10
    I agree... I got it all if there's something missing that they want. I have other stuff I've written for myself and still others I've found over time.
     

Share This Page