Quantcast
Channel: ToCA EDIT
Viewing all 45 articles
Browse latest View live

Sleeping Dogs: Gymkhana

$
0
0


Saw this on YouTube today and had to share it.  Very cool to see all the creative ways my tools are used for making videos.  Especially given the limited time I was able to put into this mod.  It's like GoPro for video games!  Amazing.

I've been following Barth3z for a while. I'm sure he put a lot of time into this so check out more of his videos below (most of them using camera control mod) and like+sub.
https://www.youtube.com/user/barth3z?feature=watch


NFSMW2012 Realistic Plugin Updated to v4.0

$
0
0

Finally got around to updating this.  Sorry about the wait. (5 months!)

What's new in v4.01 on 5/4/2013?
  •  Added Inject Method as possible fix for those with crash issues.
What's new in v4.00 on 5/3/2013?
  •  Fixed support for v1.5 patch
  •  Added some crash catching routines
  • Support files (tir.dll, views.cam, etc..)  have been moved and are automatically extracted to 
    [MY DOCUMENTS]\Criterion Games\Need For Speed(TM) Most Wanted\Plugin\ 
    on first run.  

    If you want to use your old cam file you can copy it to this folder. 
    If you have old version, you can safely remove these old files from the game directory.
  •  Added cinematic camera (use change mode key while in Free-Look)

    There is three modes in Free-Look now.
    1. normal free look
    2. cinematic with manual FOV
    3. cinematic with auto FOV

TODO: better fix for windshield, mouse-controlled panning, waypoints for cinematic camera

Download NFSMW2012 Realistic Plugin v4.01


Enjoy!

Gran Turismo Gauges for RBR v1.2 Update

$
0
0




A bit of an oldie, but still worth updating.

Originally this was based on GT5 Prologue, but after GT5 was released the layout was changed so this one tries to reflect those changes.  Also I lost the Font I used for some of the text so I had to use the best I could find (water + kmh text).

1.2 5/8/2013
  • g meter now correctly converted from m/s
  • added water gauge
  • increased km/h update rate slighly
  • lowered turbo gauge position
  • fixed shiftlight blink
  • shiftlight back to 5500 rpm
 Download RBR GTGauges 1.2

NFSMW2012 Realistic Plugin updated to v4.02

Downloads Link Updated

$
0
0
Updated the link on the sidebar for the Google Drive, the old link was producing error 500 for some strange reason.

This is not my fault, apparently Google Drive has made some changes, the new link seems to work although it is still a bit slow.

XBOX Controller Emulator

PCSX2 DIwheel mod

$
0
0


This is a little project I've been working on the past few days. Its a plugin originally written by jackun (based on qemu) on PCSX2 forums, but I have extended its features to allow multiple controller input and converted to DirectInput to allow more wheel support on windows 32.

It allows proper use of steering wheel with force feedback on the PS2 emulator PCSX2.

Games that I've have tested and confirmed working are Gran Turismo 4 and Enthusia Professional Racing.

Wheels I've tested:  G25, DFP, Fanatec, Thrustmaster T500

Known Bugs:
Some have reported slowdowns (hit or miss)
You may need to restart PCSX2 after configuration

Have a good Christmas!

v1.1 12/26/2013
-fixed crash bug on reboot CDVD

Download QEMU-USB-DIwheel 1.1 plugin

Discussion:
http://forums.pcsx2.net/Thread-Qemu-USB-Wheel-mod

PCSX2 Triplewide Fixes

$
0
0
Added triplewide support to 3 games on PCSX2.  The pnach files are designed for 5040x1050 but it should work ok for most triplewide resolutions.  If you are really picky you could edit it yourself or I can upload more versions.

These require the latest version of PCSX2 (SVN 1.1).  Put the pnach files in /cheats_ws/ folder, check the "Enable Widescreen Fixes" feature in the system menu, then enable "Fit To Screen"  in GSdx window options.  Enjoy!

Gran Turismo 4 (US)
.pnach file: Download

Enthusia Professional Racing (US)
.pnach file: Download

WRC Rally Evolved (older version)
.pnach file: Download

DIWheel Plugin updated to v1.2

$
0
0
v1.2.1 1/3/2014
 -fixes to calibration bypass

v1.2 1/3/2014
-added diagonal hat button detection
-negative deadzone now possible (fixes games with huge deadzone)
-fixed axis dropdown list
-fixed force stuck ON in some games
-now using correct descriptors
-suspend/resume fixed
-added PS2 calibration bypass (fixes non-center problem)

Download

Note: if you are currently using old version, you should reset filters to defaults by selecting 200* from dropdown list before using, otherwise you may have some issues with steering.

Minor Site Updates

$
0
0
Due to Google drive being slow or non-working, I've added an alternate download page with direct links.

Also, I have limited the main page to 5 posts per page to speed up loading.

Fan Video

$
0
0
Sorry for the lack of updates recently, there just hasn't been a whole lot going on here.

I did spot this neat fan video.

It features usage of the last three Need For Speed Camera Hack tools that were released here all in one big video montage. (NFS:Hot Pursuit 2010, NFS:The Run, NFS:Most Wanted 2012)

See if you can spot the different titles!

PCSX2 Wheel Mod Update

$
0
0


Jackun has updated the PCSX2 wheel mod with ability to switch between raw api and DX mode among other updates.

Latest binary from Jackun can be found on GitHub

Kinect2TIR 2.0 Beta Released

$
0
0
A beta version of Kinect2TIR 2.0 is now available for download.

Kinect2TIR is a standalone software application that enables real-time head pose tracking with TrackIR supported PC video games.

Utilizing the Kinect's infrared depth data, Kinect2TIR allows accurate tracking in low-light conditions with no headgear or additional equipment required.



This isn't particularly anything new (older video) and has been sitting on my hard drive for some months.

It is using the now-deprecated KinectSDK v1. (v2 avalable but not backward compatible)

Still, it may be useful for those who could not get the earlier OpenNI version working.

Download Kinect2TIR v2.0b, (Sites Mirror)

Download KinectSDK v1

For some games with encrypted TrackIR compatibility, a small 3rd party utility called TrackIRFixer may be required.

Download TrackIR Fixer

Custom GSdx Plugin Released

$
0
0
Before and After
I've released a plugin that fixes the vertical lines with Konami games (Enthusia, etc) on the PCSX2 Emulator.

I was disappointed to find that the problem still hasn't been fixed for the latest 1.2 release.  Tried this one which I made for 1.0 release and it still works.  So now I am releasing it to you.

How it works is using a different method to copy the offscreen surface to the backbuffer, bypassing some (broken) post-processing.   There is no noticable glitches.

Update 1/2/2015:  Full source is now included.  The actual fix is in GSRendererHW::Draw()  the function DrawPrims() is causing the black lines, this is what is bypassed when FBP is 0.

Download ToCAEDIT GSdx Plugin for Enthusia (Sites Mirror)

The plugin was also used in the making of the video below.


Sebastien Loeb Rally Evo RFPE Plugin v1.1b

$
0
0




Just in time for Easter Weekend!

This plugin allows you to use multiple controller input and raw input.

v1.1b 3/25/2016
-fixed axis detection bug
-adjusted smoothing slider scale

Download

Old ToCAEDIT

$
0
0

As a bit of nostalgia, here is a screenshot of a newspost I made 10 years ago.

The old site is still archived thanks to archive.org here:
http://web.archive.org/web/20031015162941/http://toca.game-editing.net/

I have heard of rumors of it shutting down which will mean this may be lost forever? Let's not let this happen.

P.S. Some of you may not know there was a proto-tocaedit called Rally Championship ONLINE more than 20 years ago.
http://web.archive.org/web/19991109015458/http://www.geocities.com/SiliconValley/Way/5460/whatsnew.html

Some of my earliest presence on the internet with this machine.

Thanks for your support and hope you enjoy the holidays, yet again, and have another safe year!

black f./jharro 10 year tribute

$
0
0


Collection of Richard Burns Rally stuff black f./jharro shared with me during 2006-2007.
Includes development of
night mod
rx loader
shader graphics hacks
engine tuners
multiplayer tests
need for speed/coln mcrae rally tracks ripped to RBR
various other things that were never released
As not only a friend, but also as a fan of your work, thanks and I hope you don't mind I share these impossible to recreate images!
Some of it is still over my head.
BTW, I found these on an old CD, they were almost lost forever!

Imagine what could have been...

DIRT Rally RFPE Project

Need For Speed THE RUN Camera Control 1.2

$
0
0
- What's new in v1.2 on 1/7/17?
*Fixed some hotkey bugs
*Speed is now adjustable 13 levels in-game with Page Up and Page Down
*Base speed is set in config.ini as SENSSLOW

- What's new in v1.0 on 8/10/12?
*First version

Interesting User Video

Viewing all 45 articles
Browse latest View live