Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Viathan

#76
Released Maps and Mods / Re: SWBF ChatRuler v.1.2
May 13, 2015, 06:43:35 AM
QuoteThis is an amazing invention, thanks for releasing this epic toggler! Now players can turn off chat whenever they want to in a server with the press of a button! I think BattleBelk would be proud of you if he was still around lol.

Thanks much!  :cheers:
But it was your Idea! :)
#77
Released Maps and Mods / SWBF ChatRuler v.1.2
May 12, 2015, 10:25:38 AM
SWBF ChatRuler v.1.2

First stable version. I'll add more features soon.
Let me know if you find bugs etc :)

http://www.swbfgamers.com/index.php?action=downloads;sa=view;down=1287


Edit:
Updated my thread (fixed links/dates/pics/..) and added ChatRuler :-)
#78
General / Re: Help German Needed !
April 12, 2015, 06:54:03 AM
Hi, if you want I can help you
xfire: 212revan
#79
Quote from: Anyder on January 12, 2015, 10:44:53 PM
Don't thinks so...
It worked on my old pc
Ok, so if your new computer is not capable to run the original zeroeditor, it will also not be able to run the cracked one
(apart from that I just patched the check->"BF installed" and not the runtime  :confused:)
#80
Quote from: Snake on January 12, 2015, 05:52:34 PM
If you have the nvidia graphics card ZE cannot work.
I use a nvidia card and it works perfect.

Shazam / Anyder. does the original zeroeditor work for you?
without runtime error?
#81
Ok, you could try this NoCheckCrack (NCC)

Here I haven't hijacked the jump but eliminated the problem where it get caused.

This should prevent the program (on some computers) to get a runtime error.
#82
Quote from: Anyder on January 11, 2015, 12:52:55 PM
Runtime error
well, a runtime error can caused by several things.

What OS do you use? (could be an issue with XP / Vista)
Did you put the patch in the corect folder (it doesnt need BF installed, but it needs to be in the BFbuilder <yourmapname> folder) => where the original zeroeditor.exe is located.

If you tell me what exactly happend and on which system you run it etc, I could try to make another version of the patch  :)


Quote from: Snake on January 11, 2015, 12:51:56 PM
Thanks, Viathan!
:cheers:
#83
Maybe a bit more detailed feedback?  :)

I made this for three guys who asked for another fix (instead of the .reg fix) and it worked for them. :cheers:
#84
Sorry that I push this topic, but I noticed that some ppl are still not able to run it.
Even with the .reg patch.
And I hope that the problem approves the push.

I cracked the zeroeditor simply by modifying the jump that is taken when the check is negative.
This should work on every computer (where an .exe can be executed)

Download from my DropBox acc (Could be added to SWBFgamers download section)

If you have any suggestions or wishes what I could add/remove, let me know.  :cheers:
#85
I thought Rage patched the 1.3 version?

I do not recommend it, cuz it's the windows host file and as far as I know, every gamespy application will try to connect to this server.

Even though I also edited my hostfile.. (I dont use any other gamespy application)
#86
Quote from: Phobos on January 09, 2015, 11:42:25 PM
But as Led says, the HOSTS method is simpler.
http://www.swbfgamers.com/index.php?topic=7975

But it's not recommended.

The GameShare/GameMaster guys who host the new masterserver and patched the game explained in their ReadMe file how to edit your own .exe file.
It's very simple. If you cant get this to work, contact me on xfire (212revan) and I'll patch it for you.
But try it before pls  :cheers:
#87
Requests / Re: [REQUEST] Select all maps button
March 03, 2014, 05:47:40 AM
Quote from: Dark_Phantom on March 03, 2014, 05:21:19 AM
This may help in your travels too.  I edit this one a lot in Mando Wars.
Code (lua) Select

498.function ifs_missionselect_fnSetMapAndTeam(this,Selection,Team1Str,Team2Str)
499.        local SelectedMap = Selection.mapluafile .. this.AttackerChar
500.        local Side = 1 -- 1 or 2
501.        local SideChar = this.CurButton -- 'a' 'c' 'i' or 'r'
502.


Seems helpful, thx for posting  :cheers:
#88
I've updated the SWBF ScreenControl tool.
- Improved functions / interface
- Added new function (its always enabled): Hide green half-screen of SPTEST.exe!
   - Problem : Tt kills the console! I'll try to fix it in next update

EDIT
I fixed the problem and created a toggler for it. So you can disable / enable the console (and green half-screen) ingame by hotkey or by the interface button  8)
#89
I just found this useful post and recreated a very simple trainer. it works!
I'll include that function into my screencontrol for sptest.

Edit:
Trainer/Hack is ready. Check my thread to see infos and download
#90
Requests / Re: [REQUEST] Select all maps button
March 03, 2014, 04:19:29 AM
Ok, sry for the long waiting time.

The function to add one map to the list:
Code (lua) Select

-- Adds the currently selected map to the maplist.
function ifs_missionselect_fnAddMap(this)
local Selection = missionselect_listbox_contents[missionselect_name_listboxL_layout.SelectedIdx]


So I think we have to write a completely new function to add all maps.
So it could be also possible to add all maps and modmaps if we can access the index of maps.

Im not as good as phobos or sleepkiller at lua, I'll post the scripts on pastebin so that we can develop together if you want.

ifs_missionselect.lua @ pastebin