Alliedassault

Alliedassault (alliedassault.us/index.php)
-   MoH Maps, Mods & Skins (alliedassault.us/forumdisplay.php?f=11)
-   -   Where'd the weapons and mods go ?!!! (alliedassault.us/showthread.php?t=42293)

philadelphia killing mach 11-23-2004 10:40 AM

Where'd the weapons and mods go ?!!!
 
Finally put my custom mall map into a pk3 file (scr, ui, maps, scritps, textures...) but now when i run it , it won't read any of my other mods (skin mods, weapon mods, sound mods...) and worse yet, if i use a mohaa weapon, the game freezes (this is all done on mp). if i run another mod mp map, everything is okay, mods are read. so i'm sure it's gotta be either the .src for my new custom map or the map .pk3 name.

i've tried the following for map .pk3 names
  • user_676_Mallrats.pk3
    zzzz_676_Mallrats.pk3
    676_Mallrats.pk3

i also tried naming the map .pk3 with PKM in the begining but a lot of my other mods start with PKM, this didn't fix anything. so could it be the .scr ?

[code:e95cf]
// Mallrats
// ARCHITECTURE: PKM
// SCRIPTING: PKM

main:

// set scoreboard messages
setcvar "g_obj_alliedtext1" ""
setcvar "g_obj_alliedtext2" ""
setcvar "g_obj_alliedtext3" ""
setcvar "g_obj_axistext1" ""
setcvar "g_obj_axistext2" ""
setcvar "g_obj_axistext3" ""

setcvar "g_scoreboardpic" "none"

setcvar "g_scoreboardpic" "loading_mallrats"

level waitTill prespawn

//*** Precache Dm Stuff
exec global/DMprecache.scr

level.script = maps/dm/mallrats.scr

level waittill spawn
end
[/code:e95cf]

again, the map runs but no mods show up and if i use a mohaa default weapon, it freezes when i pull the trigger.

Scorpion -]M15F1T[- 11-23-2004 11:41 AM

As far as i know bud you cant use numbers in map or script names
so I would look there?

Scorp

philadelphia killing mach 11-23-2004 11:56 AM

good idea, i'll give that a shot

philadelphia killing mach 11-23-2004 04:01 PM

nah scorp, i redid the urc, dm/loading script, scr with just mallrats as the title of the map and still can't get any mods to show up.

imported_Grim_Reaper 11-23-2004 04:17 PM

press the console key to see if there are any errors after its done loading.

pfaust60 11-23-2004 11:01 PM

what files did you put there? may be you didnt put a youremap_precache.scr file rolleyes:

Scorpion -]M15F1T[- 11-23-2004 11:21 PM

Maybe a conflict with other mods? Oh yeah and as grim says debug to console and see what u get

Scorp

philadelphia killing mach 11-24-2004 08:27 AM

i got all kinds of errors in the console (too many to list) i would list them but they were different errors everytime i tried to load the map. precache.scr file ?
rewrote the .scr, the loading_mymap.url, loading_mymap.shader, mymap.scr files and still have the problem yet, if i simply put the mymap.bsp file into main/maps/dm and the textures for that map into the main it works fine, no problems all mods are read. i pack all the above up again and create a mymap.pk3 and mohaa freezes as soon as the map fully loads. so the map is fine, the textures are fine, it's gotta be in the coding somewhere. i don't see it as anything to do with the loading screen since that works fine and how would those files affect the game itself.

i'm confused on the precache.scr file suggestion; unless you're talking about the .scr; i've never had a precache.scr file in any of my maps.

what file do you guys need me to post for more info ?

scorp, on the debuggin.............i simply pulled up my console as soon as the map fully loaded, i didn't run any kind of debug while in there, only scrolled up and down looking for error lines.

pfaust60 11-24-2004 09:48 AM

precache flie is supporting the scr file, send youre scr file to me, and ill try to make a precache file (dont worry ill not steal it) pfaust60@hotmail.com

philadelphia killing mach 11-24-2004 10:09 AM

could care less if you stole it lol . it's at the begining of this thread, i'll edit the post to read the new map name.
again, i've never used a precache.scr, don't see what that's gonna do but whatta i know ?

pfaust60 11-24-2004 10:41 AM

i may be wrong but was just thinking: go to pak0/global and find dmprecache.scr and put it whit youre bsp file, if it doesnt work, change the name dmprecache.scr to youremap_precache.scr and along with youre bsp it goes! btw did you ever made a sp maps?

philadelphia killing mach 11-24-2004 11:18 AM

i looked into doing sp to mp maps, freakin' insane coding involved, no ty.


you think not having the following code underneath

level.script = maps/dm/theclinic.scr

would do it ?

[code:0eeb2]exec global/ambient.scr mapname [/code:0eeb2]

Godsmack 11-24-2004 11:21 AM

[quote="Grim_Reaper":c20f0]press the console key to see if there are any errors after its done loading.[/quote:c20f0]

did you try that

philadelphia killing mach 11-24-2004 11:22 AM

GS, i posted i allready tried that and the errors would change everytime i reloaded the map.

Godsmack 11-24-2004 11:23 AM

oh my bad didnt see that

pfaust60 11-24-2004 11:25 AM

lock this
 
lock this. wrong again

Godsmack 11-24-2004 11:30 AM

Re: lock this
 
Quote:

Originally Posted by pfaust60
lock this. wrong again

he didnt het his answer im not gonna lock it

philadelphia killing mach 11-24-2004 12:03 PM

Re: lock this
 
Quote:

Originally Posted by GODSMACK
Quote:

Originally Posted by pfaust60
lock this. wrong again

he didnt het his answer im not gonna lock it

GS, i used the above .scr file and mymap.bsp and put them both in the mohaa/main/maps/dm folder by themselves, still got the freeze up upon load.

took out the .scr file and only left the .bsp file and it ran fine. checked for errors in the council when it loaded this time and the only error i got was a warning about a bunch of my window texture brushes.

i have no idea why proteus wants this locked now, thought he might have ment lock his post because he edited it but that doesn't make any sense.

GS, i'll send you the .bsp and the textures.pk3 for this if you want to scoot around in it but i'm pretty sure it's not the .bsp or textures.

imported_Grim_Reaper 11-24-2004 12:08 PM

make sure you have nothing else rewriting the scrs. did it compile correctly and fully? is everything required in the pk3? post the new map script here so we can see.

philadelphia killing mach 11-24-2004 12:29 PM

grim, it's the one above, begining of this thread.

i've also got the original CN (1 map) mod running (for the modern weapons)
but again, if i put the mallrats.bsp in mohaa/main/maps/dm and the textures.pk3 (kop.pk3) into mohaa/main and it runs fine.

imported_Grim_Reaper 11-24-2004 12:33 PM

hmmm... looks fine to me. maybe its a precache error?

Scorpion -]M15F1T[- 11-24-2004 12:36 PM

PKM send it to me m8 maybe a fresh pair of eyes may help.
nsscorpion@hotmail.com

Scorp

philadelphia killing mach 11-24-2004 12:41 PM

scorp, get GS to send the .bsp and texture.pk3 files to you, i'm still on freakin' dial-up and it takes forever to email even at only 3MB

Scorpion -]M15F1T[- 11-24-2004 12:45 PM

i need the script etc to check right thru m8

scorp

philadelphia killing mach 11-24-2004 12:49 PM

i'm emailing you the .bsp and the texture.pk3 files now, the scr is above.

Scorpion -]M15F1T[- 11-24-2004 12:54 PM

ahh ok

Scorp

philadelphia killing mach 11-26-2004 10:08 AM

GS, i received the email i sent to scorp containing the .bsp and texture.pk3 files back (the link you gave for hotmail doesn't seem to work , scorp) did you get the email i sent containing the above ?

Godsmack 11-26-2004 12:23 PM

send it to andy.godsmack@gmail.com


All times are GMT -6. The time now is 09:59 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.