MODSonline
  Welcome Guest to MODSonline Home | Forums | Register | Login
Main-Menu
Home
Login
Register
Add Download
Add News
Add Tutorial *
Forums

Advertise
Affiliate Store US *
Affiliate Store UK *
Affiliate Store CA *
Angry Letter Generator
Avatar Upload
Calendar of Games
Contact
Downloads
FAQs
Forums
Member List
Member Projects
News
News Grabber *
Policy
Polls
Private Messages
Reviews
Screenshot Gallery
Search
Servers - Game
Store - Shirts *
Subscribe
Topics
Tutorials
Weblinks
Wiki *
Tutorials
CoD Mapping
CoDUO Mapping
CoD2 Mapping
CoD4 Mapping
CoDWW Mapping
CoD FAQs
HL2 Mapping
HL2 FAQs
SOF1 Mapping
Crysis Mapping
Q4 Mapping
Doom 3 Mapping
Doom 3 FAQs
UT2K3 Mapping
SOF2 Mapping
SOF2 FAQs

Lightray Modeling
General Modeling
General Modding
Adobe Photoshop
Common Mapping Errors

Readme.txt Generator
Members-Online
MIB666 [Downl]
godsfist [Forum]
P.C.Invasion [Tutor]
Papik [Downl]

4 Members and 10 Guests
Chat MODSonline
0 People Now Chatting
MODSOnline TeamSpeak

download TeamSpeak

In-The-News
Sunday, Jan. 4th
MODSonair 161 Live
Friday, Jan. 2nd
MODSonair Episode 160
Thursday, Jan. 1st
HAPPY NEW YEAR MODSONLINE AND ALL
Sunday, Dec. 28th
MODSonair 160 Live
Saturday, Dec. 27th
MODSonline Holiday Pwnage
Latest Poll
Modsonair audio or video?
Video from here on. 48.57%
Sticking with audio. 2.86%
Either is good. 17.14%
What is modsonair? 31.43%
Read More...
4 comments

Newsletter
Name:
Email:
Newsletter Archives
Your Membership
User Name:
Password:
Register.
In The Forums
Patch disappears when copying.
CoD:WW Multiplay.. Posts: (2) Views: (11) by LynxVice
vision script
CoD2 Scripting.. Posts: (17) Views: (68) by tomalla
Destructable Doors
CoD:WW Multiplay.. Posts: (13) Views: (155) by techno2sl
pk3 making?
CoDUO Level Desi.. Posts: (2) Views: (18) by oppdelta
Google 468 Banner Half-Life 2 Mods for Dummies
CoDWW Download
Forums
MODSonline.com 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 Arkule~rb
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
How to call sounds?
Soldier of Fortune : SoFII Editing, Gaming, and Design
Well, it looks like the function G_SoundIndex will return the index of a sound, and it takes a char* as a parameter.  It also looks like if the sound file that is refered to isn't already registered, that it will register it for you.  Might ... [more]
4 184 May 19, 2003 05:26 pm
by Arkule~rb
How to call sounds?
Soldier of Fortune : SoFII Editing, Gaming, and Design
Refer to the file g_gametype.c in the function G_GametypeCommand.  In this function,  Both global sound and targeted sound are created.Global sound is made with:Code Sample gentity_t* tent;tent = G_TempEntity( vec3_origin, EV_GLOBAL_SOUND &#... [more]
4 184 May 19, 2003 07:37 am
by Arkule~rb
Code Tutorial - How to create a gametype
Soldier of Fortune : SoFII Editing, Gaming, and Design
You don't actually need the .map file, at least I've never used it and never had problems.And are you putting it in the /base directory, or the SoF2 directory in its own folder?  As long as it doesn't alter game, cgame or ui, it doesn'... [more]
38 2276 Apr 29, 2003 07:04 pm
by Arkule~rb
Code Tutorial - How to create a gametype
Soldier of Fortune : SoFII Editing, Gaming, and Design
5.45caliberguy, when you run the .bat file does it stay open for a while and display stuff, or does it just flash open then close right away.If it just flashes open and then closes right away, add something like this to the top of the .bat fileset path=%p... [more]
38 2276 Apr 29, 2003 03:44 pm
by Arkule~rb
2 pretty advanced questions
Soldier of Fortune : SoFII Editing, Gaming, and Design
Did you remove that whole thing?  From looking at the code, it would appear that that PM_CrashLand(trace.surfaceFlags & MATERIAL_MASK, trace.plane.normal );has something to do with it.  In that function, the EV_FALL_FAR and EV_FALL_MEDIUM ar... [more]
3 208 Mar 25, 2003 07:32 pm
by Arkule~rb
female models in team play
Soldier of Fortune : SoFII Editing, Gaming, and Design
Death match is so fast pace, and you die so quickly that noone notices or cares about slight errors in hitting.... [more]
9 207 Mar 14, 2003 10:01 pm
by Arkule~rb
female models in team play
Soldier of Fortune : SoFII Editing, Gaming, and Design
I thought it was your second statement.  I thought everything used the same hitboxes so the female models were using male hitboxes and it wouldn't seem right, with being hit when it looks like you shouldn't be and what not.I'm not sure if... [more]
9 207 Mar 14, 2003 07:33 pm
by Arkule~rb
What file loads the weapons?
Soldier of Fortune : SoFII Editing, Gaming, and Design
Hm... Are  you compiling only game, or cgame also... if only game, try cgame also.To get rid of NV and Thermal, goto g_client.c and find the function like UpdateOutfitting or something along those lines, its about halfway through the file.  At t... [more]
13 261 Mar 14, 2003 07:09 am
by Arkule~rb
What file loads the weapons?
Soldier of Fortune : SoFII Editing, Gaming, and Design
Game.bat opens then immediately closes you say...Did you remember to include the path at the top of the file?In the sticky, something is there about compiling .qvms.  You need to cange you path, or add a line to the top of each .bat (game, cgame, etc... [more]
13 261 Mar 13, 2003 08:15 pm
by Arkule~rb
What file loads the weapons?
Soldier of Fortune : SoFII Editing, Gaming, and Design
To remove a weapon from code.  If using Microsof Visual C++, use the search project thingy, and search for the name of the weapon, like WP_KNIFE, WP_USSOCOM_PISTOL, WP_MP5, and so one, for whatever weapon it is you feel like removing.  The list ... [more]
13 261 Mar 13, 2003 07:27 pm
by Arkule~rb
Problem PLaying a custom map
Soldier of Fortune : SoFII Editing, Gaming, and Design
Quote I did a test bsp before this, full vis, no light, had that on the server just to test for size and it workedDo you happen to have a large fog brush covering the area?  For some odd reason, when making fog using a brush (not the worldspawn key) it s... [more]
10 191 Feb 27, 2003 05:30 pm
by Arkule~rb
r_showtris
Soldier of Fortune : SoFII Editing, Gaming, and Design
Indeed it was removed, in 1.02 I think.  You can still use it if you open the game using the SoF2MPDev.exe file that is in the /bin directory of the SDK.... [more]
3 146 Feb 27, 2003 03:59 pm
by Arkule~rb
SDK problems
Soldier of Fortune : SoFII Editing, Gaming, and Design
Or, if you are too lazy to make those changes yourself, just crtl+x the update103.pk3 out of the base dir to somewhere else.  If you do that, just remember to put it back when you're finished testing and want to play the real game.... [more]
7 210 Feb 26, 2003 03:30 pm
by Arkule~rb
Altering ammunition loads mid-cycle
Soldier of Fortune : SoFII Editing, Gaming, and Design
Quote Arkule... if you're who I think you are, then you've played my server side mod on MadTown...   Indeed, I am who you are thinking of.... [more]
4 136 Feb 26, 2003 03:00 pm
by Arkule~rb
Altering ammunition loads mid-cycle
Soldier of Fortune : SoFII Editing, Gaming, and Design
I'm not positive, but I think that if you felt like making a server side mod, you could control that with cvars.  Maybe in the BG_ParseAttackStats function you could assign things based on some cvars instead of the file.  Then on map restart... [more]
4 136 Feb 26, 2003 02:14 pm
by Arkule~rb
Need som help here, can't find a file
Soldier of Fortune : SoFII Editing, Gaming, and Design
In cg_event.c of the cgame code, there is a function called CG_Obituary.  All the death messages are in there.  The one you made reference to is near the very end of the function, as are most the weapons-caused deaths.... [more]
3 111 Feb 21, 2003 02:10 pm
by Arkule~rb
SDK .bat files don't work :s
Soldier of Fortune : SoFII Editing, Gaming, and Design
read This.  It is a small tutorial about compiling .qvms, which is also linked to in the stickies above.... [more]
3 131 Feb 21, 2003 02:07 pm
by Arkule~rb
[code] Code questions
Soldier of Fortune : SoFII Editing, Gaming, and Design
ClientUserInfoChanged function in g_client.c might have somethign to do with it.That function has stuff dealing with identity and such.It appears to be called at connect, team select, weapon outfitting and spawn, so I don't know if it could change it ... [more]
10 191 Feb 21, 2003 07:19 am
by Arkule~rb
The M60
Soldier of Fortune : SoFII General Gaming
I love my m60     I usually do decent with it, 1:1 or slightly higher.  Except for last night, of course, where one round I didn't even get a single kill in.  That was sad     It has quite a lot of power, and is very usef... [more]
37 626 Feb 19, 2003 07:19 am
by Arkule~rb
hey i got a new idear...
Soldier of Fortune : SoFII General Gaming
I'm sure none of you care about my opinion, but I'll say it anyway. I think all the guns are pretty evenly balanced... except maybe the m3a1 which seems a little weak, but thats probably because I'm no good with it.  As for the shotgun, I... [more]
112 979 Feb 17, 2003 04:10 pm
by Arkule~rb
The Power of MP5...?
Soldier of Fortune : SoFII General Gaming
I used to always use the AK, but I find that it is too easy, and there is no longer any satisfaction out of killing with it.  Therefore, I have switched to the m60!  Its extremely unaccurate, especially at long range, but it does decent damage, and yo... [more]
21 404 Feb 16, 2003 03:19 pm
by Arkule~rb
team working on 1 map
Soldier of Fortune : SoFII Editing, Gaming, and Design
Well, I suppose you could have one person doing the actual map, another person doing some textures and/or shaders, another person could be making some prefabs for it, another might be making some models that could be used in it.  Then of course, ther... [more]
6 167 Feb 14, 2003 07:13 am
by Arkule~rb
Whatever happened to...
Soldier of Fortune : SoFII Editing, Gaming, and Design
Good question... I'm their programmer and I don't even know.  I think it might still be running... just at an extremely slow pace.  I'm not sure.  The site hasn't been updated since October, so don't bother checking that... [more]
4 140 Feb 9, 2003 01:24 pm
by Arkule~rb
Waterfall
Soldier of Fortune : SoFII Editing, Gaming, and Design
Yes it is.  There is one in mp_col2 is there not?I think it is done with a water brush, whose shader has the moving properties set really high, and then an effect at the bottom of that for the mist.I could be wrong with that, but I think thats how it... [more]
6 202 Feb 8, 2003 06:52 pm
by Arkule~rb
map making tutorial
Soldier of Fortune : SoFII Editing, Gaming, and Design
http://richdiesal.jedioutcastmaps.com/tutorials/index.html is a site That I would highly recomend.  Its for JKII but most the things are the same.... [more]
4 146 Feb 8, 2003 05:15 pm
by Arkule~rb
MODSonline.com Forums
All logos and trademarks and information in this site are property of MODSonline LLC © 2009.
The comments are property of their posters.
RSS news feeds for MODSonline can be found News.php.
Intergi
Partners
The Firing Box
CODAddicts - Call of Duty News & Downloads
modbase.be
XoXide
Battle for Europe COD2
Call of Duty Headquarters
Frag Universe
Ask About
Advertising
Friends
After Life Gaming
Canada Kicks Ass Clan
Volcano
Ask About
Advertising
Link to Us
MODSonair
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
MODSonair Releases
MODSonair Episode 160
MODSonair Episode 159
MODSonair Episode 158
MODSonair Episode 157
MODSonair Episode 156
Next Show
The next MODSonair show will air LIVE on:
01/11/2009 12:00 EST

Time remaining:
Copyright © 2009 MODSonline
Tresware Content Management System Copyright © 2009 Tresware
Website Designed and Hosted   Tresware