/r/tf2developers
A subreddit to discuss the development of tools and software related to the activities of playing, trading, idling and scripting Team Fortress 2.
A subreddit to discuss the development of tools and software related to the activities of playing, trading, idling and scripting Team Fortress 2.
Every player and developer from every programming language is welcome!
/r/tf2developers
r/beardedexpenseisgod
Hello guys!
My name is Arach, and after seven hours of programming, i'm finally done with a very useful program called "EasyScripts"
DIRECT DOWNLOAD FROM MEDIAFIRE: here!
There's still tons of things to do in TF2. Why did this sub die?
Was wondering if there was any open-source steam and/or Team Fortress 2 item managers.
I had some spare time lately, so I decided to rewrite my tf2 config generator. It's a program you can use you customize your tf2, it will create tf2 scripts for you. Download here. This is the release candidate. As far as I can see, there are no significant bugs. If there any encountered, I'll fix them before making a final 1.0 release. I am rather interested if this works well for mac and linux users.
Weapon and crosshair configuration
Try the following things:
- Make sure you unzip your program before running it, otherwise it won't be able to find any of the files it needs
- Upgrade java to its latest version, earlier java version don't work very well with this program
- Try to generate the scripts locally, and copying them manually the the tf/cfg directory in the team fortress installation directory
- Post an explanation + screenshot (if applicable) with the crash/issue on my github page: github.com/logophobia/YetAnotherTF2ConfigGenerator or add me at steamcommunity.com/id/logophobia
It indicates when the viewmodel is turned off if that is set for the weapon slot:
- Immediately after switching weapons
- After firing a weapon
- After switching strafe directions
- After either firing or strafing
Post any suggestions on the github page or in the thread where you found the program
It toggles medic autocall to 150%, so each of your teammates has a medic symbol above their heads, which you can see through walls. As soon as you let go of the button, it will go back to its original autocall level
You could try editing the original templates, in the template directory. First, delete the cache directory. Then edit the templates, the language used is ssp: http://scalate.fusesource.org/documentation/ssp-reference.html. After that, the program will use your editted version of the templates.
You can install custom huds, skins, hitsounds or customize/make your own scripts
For some reason, the crosshair after shooting is about half the default size. Increasing the size of the spy primary crosshair should fix this.
The scripts that were installed now regulate most of your settings inside tf2. Change stuff through the program, and then reinstall the scripts, or uninstall the scripts and be free to change things inside tf2 again.
Yes. Drag the settings.xml file from your old program into the profile folder of the new program. Now you should be able to load your settings from the profile menu.
Hey Redd-ites,
I have been making TF2 models for a while now but have never been able to fully understand how to get them rigged and into the game for testing. I have followed many tutorials but to no avail. Here is my pipeline:
I get to step 6 and the compiler says that it can't find that bone. However, I re-import the SMD and Voilà, there is the bone with the correct name. I feel so freakin' stupid because I consider myself a pretty good trouble shooter but this is crazy frustrating. Any help would be awesome.
Also, I wouldn't be against sending you my stuff for a Skype meeting so you could guide me through it, if you would be so kinda. I'm a visual kind of guy. Thanks all!
Does anyone else have experience with that? I tried implement the login as descripted here, but I think I'm doing something wrong with the RSA key - I don't have much experience with cryptography.
Here's my code -- it's a mess, but I got kinda frustrated with it and uploaded it the way I left it.
Does anyone have any idea what I'm doing wrong? Specifically about the private key generation, I'm not sure if the way I'm doing is the correct one.