Guys can u make me a Loader/patcher for my Tantra Beast ??!![]()
Guys can u make me a Loader/patcher for my Tantra Beast ??!![]()
Use Thor Patcher. Google it.
Just some quick code for those who want to do a settings program.
This will query all the video modes the users computer supports and add them to a struct. You can then show them to the user and let them select whichever one they want. This guarentees the persons game will not stop working because they selected an incorrect size.Code:struct Resolution { DWORD X; DWORD Y; DWORD Bit; }; for( int iModeNum = 0; EnumDisplaySettings( NULL, iModeNum, &dm ) != 0; iModeNum++ ) { if(dm.dmDisplayFrequency == 60 && dm.dmDefaultSource == 0 && dm.dmBitsPerPel != 8) { resolutions[j].Bit = dm.dmBitsPerPel; resolutions[j].X = dm.dmPelsWidth; resolutions[j].Y = dm.dmPelsHeight; j++; } }
Can u make me loader patcher too for my Tantra Beast k4
- - - Updated - - -
Guys can u make some video how to make loader/patcher for tantra
What version of STTantra.exe did you use for that?
How about figure out how to run Tantra on MAC and LINUX? MySQL is way better than MSSQL in my opinion. So Patcher and Loader would be available in all kinds of Operating System... Anyone has this idea too?
i tried a bootcamp on MAC but the loaded/patcher isn't working. i also tried wine on linux (centos) but connection to mysql is a bit problem, due to odbc connection hard to locate in linux.
Please share this file to me ...
Figured I would share with you guys a bit of code for a launcher created in C# 2010. Just my way to contribute to everyone here. Enjoy! BTW I used my resolution tool here and have misplaced the source for it but, it will work for any K6 server
Resolution tool goes in folder with launcher - https://www.mediafire.com/?zk0wse95e1rd9t3
Source for the launcher - https://www.mediafire.com/?b34s0ileqhvzzq4
![]()
the link of the Source for the launcher is dead :"(