Fortress Forever

Go Back   Fortress Forever > Search Forums

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: Crazycarl
Forum: Mapping 11-03-2013, 09:09 PM
Replies: 10
Views: 3,995
Posted By Crazycarl
Take the grid down to 1-unit size and snap your...

Take the grid down to 1-unit size and snap your vertices to that. Floating point errors are rare but if your vertices are on an integer coordinates this should never happen.
Forum: Mapping 11-03-2013, 05:27 PM
Replies: 10
Views: 3,995
Posted By Crazycarl
Are the vertices themselves on the grid? It looks...

Are the vertices themselves on the grid? It looks like a floating point error.
Forum: General Discussion 06-27-2013, 05:22 PM
Replies: 64
Views: 29,388
Posted By Crazycarl
Sweet. If I wasn't busy helping to create a...

Sweet. If I wasn't busy helping to create a person I might get back into modding. Propper might get an update at some point so that it supports more games.
Forum: Mapping 01-30-2013, 01:56 AM
Replies: 5
Views: 3,263
Posted By Crazycarl
If you use a grate texture on your...

If you use a grate texture on your func_breakable, bullets will pass through it. That's likely the problem.
Forum: Mapping 10-12-2012, 11:09 AM
Replies: 34
Views: 7,267
Posted By Crazycarl
A unit is a unit is a unit. Valve didn't write...

A unit is a unit is a unit. Valve didn't write the wiki, so don't take anything on there as absolute truth. Whoever come up with the idea that 16 units = 1 foot is an idiot, imo. A more accurate...
Forum: Modding 10-01-2012, 03:02 AM
Replies: 12
Views: 5,566
Posted By Crazycarl
I bought it with a student discount, because I...

I bought it with a student discount, because I like paying for things that I use. I don't remember what I payed but I thought it was reasonable. No idea if GIMP is better than it used to be, but I...
Forum: Mapping 09-24-2012, 02:14 AM
Replies: 13
Views: 27,504
Posted By Crazycarl
Avanti is in progress (see ff beta), but I have...

Avanti is in progress (see ff beta), but I have little to no time for mapping nowadays. I may release the source files if anyone wants to pick up where I left off.
Forum: General Discussion 09-24-2012, 12:04 AM
Replies: 97
Views: 30,705
Posted By Crazycarl
Access to better shaders and particle effects...

Access to better shaders and particle effects only help if you take advantage of those things. As one of the main art creators in the mod I've often found myself wanting to use some of those things,...
Forum: Modding 09-23-2012, 11:27 PM
Replies: 12
Views: 5,566
Posted By Crazycarl
If you can't afford Photoshop get GIMP, it's...

If you can't afford Photoshop get GIMP, it's free. If you want to retexture an existing model you don't have to use any modeling programs, just replace the texture. If you have an existing model that...
Forum: Modding 09-23-2012, 01:49 PM
Replies: 12
Views: 5,566
Posted By Crazycarl
I use 3DSMax and recommend it. Whatever you use...

I use 3DSMax and recommend it. Whatever you use just remember that you need to stick with it and practice, just to learn the interface well enough to make simple objects.

Once you learn what menu...
Forum: General Discussion 09-18-2012, 02:26 PM
Replies: 97
Views: 30,705
Posted By Crazycarl
Because it doesn't work on servers and likes to...

Because it doesn't work on servers and likes to crash the game.
Forum: General Discussion 09-17-2012, 12:48 AM
Replies: 97
Views: 30,705
Posted By Crazycarl
The problem with team colored arms is that I'm...

The problem with team colored arms is that I'm lazy/busy and don't want to do it. To add skins to a model, you have to recompile it, and for the longest while we didn't have the model source files...
Forum: Mapping 09-14-2012, 06:10 AM
Replies: 53
Views: 13,664
Posted By Crazycarl
If you can bother to open Hammer and have it not...

If you can bother to open Hammer and have it not crash in the first 5 minutes, you win.
Forum: Mapping 09-12-2012, 01:03 AM
Replies: 7
Views: 4,024
Posted By Crazycarl
Always put your vertices on the grid (1-unit...

Always put your vertices on the grid (1-unit increments) if you can help it. That eliminates the chance of rounding errors.

Tips: if you use the clip tool to make sloped edges, try and clip at a...
Forum: Other Games 09-02-2012, 06:00 AM
Replies: 49
Views: 13,912
Posted By Crazycarl
Black Mesa coming out in 12 days

We never thought this day would come. The whole SP game except Xen will be in the first release. Can't wait.

http://forums.blackmesasource.com/showthread.php?p=480683#post480683

Aaaand the...
Forum: Lua 08-19-2012, 11:39 PM
Replies: 2
Views: 3,327
Posted By Crazycarl
The last two things might not be possible without...

The last two things might not be possible without a new bsp, since the gates are breakables instead of doors (you can't just close them), and because there are no detpack triggers at the side routes....
Forum: Mapping 08-19-2012, 11:17 PM
Replies: 64
Views: 23,021
Posted By Crazycarl
Protip: once you get gameconfig.txt working, make...

Protip: once you get gameconfig.txt working, make it read-only so that the SDK can't break it again (just remember to set it back before you try to change something).
Forum: Lua 08-19-2012, 11:13 PM
Replies: 112
Views: 41,778
Posted By Crazycarl
Just put IncludeScript("base_teamplay"); at...

Just put
IncludeScript("base_teamplay");
at the top and that gives you all the basic stuff like spawns and bags.

Then you need to set team limits:

SetPlayerLimit(Team.kBlue, 0)...
Forum: General Discussion 07-25-2012, 03:28 AM
Replies: 38
Views: 8,178
Posted By Crazycarl
We can set flag toss velocity to zero, so it's...

We can set flag toss velocity to zero, so it's literally a drop.
Forum: General Discussion 07-24-2012, 05:33 AM
Replies: 38
Views: 8,178
Posted By Crazycarl
This would be an easy thing to test in beta (or...

This would be an easy thing to test in beta (or in any server for that matter). I see absolutely no reason why flag dropping should be disallowed.

As for helping out D, we can give them some more...
Forum: General Discussion 07-13-2012, 05:28 PM
Replies: 164
Views: 29,002
Posted By Crazycarl
I think Valve already has a fortress game in...

I think Valve already has a fortress game in development; they don't need another one, made by amateurs, several years ago.
Forum: Fortress Media 07-03-2012, 11:02 PM
Replies: 260
Views: 201,504
Posted By Crazycarl
You can't get it through points; you need to buy...

You can't get it through points; you need to buy it with Fortress Gold. Major credit cards and Paypal accepted.
Forum: Mapping 07-03-2012, 10:47 PM
Replies: 34
Views: 7,267
Posted By Crazycarl
That's why we have playerclip brushes. You can...

That's why we have playerclip brushes. You can also make displacements non-solid to players.
Forum: General Discussion 06-27-2012, 01:32 AM
Replies: 17
Views: 6,933
Posted By Crazycarl
Don't we use NSIS for our installers currently?...

Don't we use NSIS for our installers currently? It should be possible to create a script that does about the same thing.
Forum: Maps 06-12-2012, 11:58 PM
Replies: 15
(Beta) ff_tiger_pl
Views: 5,152
Posted By Crazycarl
Want to thank everybody who came out, it was a...

Want to thank everybody who came out, it was a very successful test and I don't think I've seen that full of a server in a long time.

I'll put my list of suggestions here so I don't forget:
-bags...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 06:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.