This has been mine for the past 5 years or so
1245
This has been mine for the past 5 years or so
1245
Ms. Google says no, but you should go create it yourself, she said. :D
inb4 start scripting/modding and get disappointed again about all old weapon limits, brush limits etc. ^^
TALLY WAS ALWAYS RIGHT
994
PARTY HARD
What do you all plan to mod? ATM I think I...
Hey all,
in next time I hope to put all stuff from the tracker on GitHub.
https://github.com/KILLTUBE/gametracker_node
That's the nodejs part till now, still missing (aka todo list):
-...
http://www.gog.com/game/age_of_wonders
Grab Age of Wonders for free if you visit the homepage of gog.com
18500 copies left.
Just check out http://www.origin.com and grab your free copy to play!
Maybe we can start a KillTube Group on there!?
+1 from me for that
steam/origin: the_serth
Cheers
Not sure if this can be done easier, but I generated a small list of a website which had the shortcodes and full names.
get_country_full() {
if(!isdefined(level.countries)) {
list = [];...
HTML and Decimal support:
setHtmlColor(code)
{
if(!isDefined(code) || isDefined(code) && (code[0]=="#" && code.size!=7 || code[0]!="#" && code.size!=6))
return (1,1,1);
if(code[0]=="#")...
yeah, there has been a stock function since the very first COD:
int( string );
FYI - the function in COD1 and UO took this form:
(int)( string);
http://znation.nl/cod4script/int.htm
I got a Full HD resolution now :D
http://znation.nl/files/desktop.png
I am gonna try to port libcod to windows. In the newer windows it is made harder to inject DLL's. But it is possible.
I tested the solution below and it works on windows 8.1. ...
Such a tool might work: http://www.bioscentral.com/misc/downloads.htm#
Never tested though :D
http://www.youtube.com/watch?v=3Jy_m5cH-WE&feature=c4-overview&list=UUeyj4INEl5IHrqOb6xhQBwA
Well, this is a Cathedral which I built to this server. Shame that noone seems to be playing on the...
.
CoD2 Tanks
» » » YouTube preview « « «
» » » Download Link « « «
Current version: 001
.
►►► http://www.youtube.com/watch?v=UOOqMKkkc8o ◄◄◄
You can create 2 kinds of hud elements: a global one, or a client-based one.
Global:
hud = newHudElem();
Client:
This monitors a grenade after a grenade is thrown:
// Called from Callback_StartGametype
{
level thread TrackGrenades()
}
/************************************
This function is snaffled...
iznogod made a working one. he checked every frame the players current offhand item against a custom grenade item.
do you need a isThrowingGrenade() function or is a hasThrownANade() already enough?
A lot of people do it. Even Infinity Ward developers. Here is the stock maps\mp\gametypes\_healthoverlay.gsc:
playerBreathingSound(healthcap)
{
self endon("end_healthregen");
wait (2);...
Hello Rocky!
Please look up as first if there is already a thread about that.
If there are not a tutorial about that, ask the question.
Here the tutorial (Read comment from Jeplaa)...
Ask your hoster for a new server. In the new server you should but there the files of b3.
Surely your b3 must be connected, so you can find in a script on which server it should be connected.
...
My serwer has offer:
- The unique atmosphere of the game.
- Only 9MB download (can download from the internet)
- Weapons can be bought, are placed on the walls.
- The rank that will allow you...
Hello Guys!
Here is a new Thread about Modelling.
I want to show you how you can make your own models in Call of Duty 2!
For that tutorial, you will need some specially programs.
1. CoD2...
For all wanted real airstrike. Full customizable airstreak standalone script.
_airstrike.gsc
/////////////////////////
// scripted by: BlancO //
/////////////////////////
Setup()