Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 9 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Latest Posts by olip123
These topics are the latest to have been updated with new posts.
Show me more: 50 100 150
MODSonline.com Forums
Latest Posts
Subscribed Posts
Search
  Topic Replies Views Last Post
Loop animation on AI?
Call of Duty 4 : CoD4 Scripting
wow, thank you guys! and jeannot - you seem to be very helpful on my posts, thanks! ... [more]
4 1550 Nov 27, 2009 10:34 pm
by olip123
Loop animation on AI?
Call of Duty 4 : CoD4 Scripting
Hellooooo Does anyone know how I loop an animation on an AI player? I use the below code but it says there's a potential loop. If I do it as a single animation, it works. So the loop isn't working :( Code:#include common_scripts\utility; #incl... [more]
4 1550 Nov 27, 2009 06:39 pm
by olip123
XANIM Force Animate?
Call of Duty 4 : CoD4 Scripting
Thank you everyone, and thank you zeroy! I'll try this out when I get home.... [more]
6 992 Nov 23, 2009 02:58 pm
by olip123
XANIM Force Animate?
Call of Duty 4 : CoD4 Scripting
It's for MP, but I've been told it won't work on MP and only SP! And thank you jeannot I will have a look... [more]
6 992 Nov 23, 2009 01:38 pm
by olip123
XANIM Force Animate?
Call of Duty 4 : CoD4 Scripting
Hi all. I wanted to know how you would go about forcing an animation on a player! I've tried but seem to fail epicly.. Could someone please help? I want to force someone into an animation. I have the below but get unknown function on body setAnim... [more]
6 992 Nov 23, 2009 12:05 am
by olip123
playFX is layering the effect over and over... to quickly.
Call of Duty 4 : CoD4 MP Mapping
Fixed, The effect was a loop class, therefore it played the fx but also left the loop running every time it was executed.... [more]
2 911 Aug 18, 2009 07:20 pm
by olip123
playFX is layering the effect over and over... to quickly.
Call of Duty 4 : CoD4 MP Mapping
Hi I'm trying to spawn an effect and run it whilst the boolean is defined as true (level.effectable). How level.effectable is defined is irrelevant as it works. The problem is, that the effect plays but it's like it's looping too fast. Therefore la... [more]
2 911 Aug 18, 2009 06:48 pm
by olip123
IWD downloads in a loop!
Call of Duty 4 : CoD4 MP Mapping
Hi hippster the iwd file has sounds, images and a custom minigun for multiplayer - sounds - images - weapons - mp the map worked when switched with rcon, but after that the server just asks the client to download over and over!!! ... [more]
4 2513 Jun 24, 2009 09:07 pm
by olip123
IWD downloads in a loop!
Call of Duty 4 : CoD4 MP Mapping
Hi all! I have a problem with my map.. its on the server and it worked when the server was switched to the map using admin, but when the rotation gets around to the map it just downloads the IWD file over and over and over. Even when the server is ... [more]
4 2513 Jun 24, 2009 06:42 pm
by olip123
loop fx on tag?
Call of Duty 4 : CoD4 MP Mapping
Thanks for that, but it's completely different to what I've been trying :( the targetname of the origin is 'fxp' and the fx is 'misc/flare'... [more]
7 1208 Jun 21, 2009 03:54 pm
by olip123
loop fx on tag?
Call of Duty 4 : CoD4 MP Mapping
Hi all This has been driving me crazy! Could someone please show me how to loop an fx on a tag? I basically need to loop an fx on a moving script origin The tag needs to be spawned and linked to a script origin? :( please help... [more]
7 1208 Jun 21, 2009 10:46 am
by olip123
Custom Weapon in a map?
Call of Duty 4 : CoD4 MP Mapping
Fixed. Add it to your IWD :)... [more]
2 591 Jun 20, 2009 06:15 pm
by olip123
Custom Weapon in a map?
Call of Duty 4 : CoD4 MP Mapping
Hi all Im trying to add my custom turret in my multiplay map.. its in the map as a turret but when I come to run it it crashes and gives me this error: Code:G_SpawnTurret: weapon 'test_turret_mp' isn't a turret. This usually indicates that the weapo... [more]
2 591 Jun 20, 2009 06:07 pm
by olip123
Custom Sound (volume soooo quiet)!
Call of Duty 4 : CoD4 MP Mapping
It's a normal music track, not quiet at all :(... [more]
4 1059 Jun 18, 2009 07:08 pm
by olip123
Custom Sound (volume soooo quiet)!
Call of Duty 4 : CoD4 MP Mapping
hi everyone can someone please help me with my sound problem? i added a custom sound to loop but its very low in volume! the soundaliases file is set so that the volume is at max (1) Code:name,sequence,file,vol_min,vol_max,vol_mod,pitch_min,pitch... [more]
4 1059 Jun 18, 2009 06:31 pm
by olip123
Custom textures not showing up.
Call of Duty: World at War : CoDWW MP Mapping
Hmm, I compiled my map with custom textures and then ran it in the Launcher tool. The Custom textures showed up fine. Then I went for a drink, came back.. did that same thing and now the textures don't show up. Regardless of whether I try bottong... [more]
1 451 Nov 23, 2008 12:10 am
by olip123
Kill3r's K3 MOD is DANGEROUS TO YOU AND YOUR SERVER.....
Call of Duty 4 : CoD4 General
"those scripts"... lmao They aren't hard to write. It's basic code. Also this thread is getting old, close it.... [more]
68 4602 May 17, 2008 08:50 pm
by olip123
Custom MP weapon...
Call of Duty 4 : CoD4 Scripting
Thankyou dobby! ... [more]
3 822 May 16, 2008 03:56 pm
by olip123
Custom MP weapon...
Call of Duty 4 : CoD4 Scripting
So I tried just making a test weapon... Basically I followed this tutorial: here I put the stock weapon files in where they were told to go, but the only difference is, I renamed the weapon file to pt_mp (to test if it worked). I followed the tut... [more]
3 822 May 16, 2008 03:52 pm
by olip123
Mountain Dew: Game Fuel
MODSonline : General
http://www.youtube.com/watch?v=IWuOWS2VcMk... [more]
4 667 Sep 1, 2007 04:06 am
by olip123
ERROR WITH RADIANT!!!!!!!(PLEASE HELP!!!)
Call of Duty 2 : CoD2 General
Go to your images folder in your main folder.. make sure the file: "bunker_01.iwi" is there.. if not, open up your asset manager, open the bunker_01.gdt and recompile the texture.. if it doesn't work from that, then delete the .gdt edited on ... [more]
9 910 Aug 28, 2007 07:20 pm
by olip123
gametype objective
Call of Duty : CoD+UO General
I can't find the string files =/... [more]
5 802 Aug 23, 2007 10:27 pm
by olip123
gametype objective
Call of Duty : CoD+UO General
ok thankyou =] ... [more]
5 802 Aug 23, 2007 04:07 pm
by olip123
gametype objective
Call of Duty : CoD+UO General
I remember changing the objectives for a gametype a while back.. When I go into the tdm.gsc, i can't find the objectives e.g "kill allied players" can someone tell me how to change the objectives? i can't find the text =/ And if you have time,... [more]
5 802 Aug 23, 2007 03:22 pm
by olip123
Server colors..
Call of Duty : CoD+UO General
that sucks :P ... [more]
3 2237 Aug 23, 2007 01:54 pm
by olip123
MODSonline.com Forums

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»