Forums Index >> Modding >> Mod error discovered - Please advise
Page : <1> :
Not only that , but sometimes skins and objects etc. Aren't downloaded either. You're not alone...have no idea whatsoever why it happens...
Whats odd is that the sky I used is one I downloaded from another MOD
If I could download it then why can't I serve it up
Most very strange.....
I shall ponder this some more
Roo
No actually it plays fine on my machine
and any who preload are fine
but because it wont download or is conflicting with an existing file name
I changed out the offending sky
First rule - "Do no harm"
Now.......
In your case Pedro it might be the skins you used in TGE
Check that first! Make sure all the skins you use say game/etc
not demo/etc
Or it might be the call name in the load section of your mis is calling the wrong
file name ----happened to me
Or you might have a funky object - remove them all and save as
then try the bare bones mis and see if that loads
then add the objects back one at a time
Lemme know how you make out
Roo
Last edited: Tuesday, May 03, 2005 at 3:31:28 PM
Roo, What is the sky? We could always update the expansion pack. I found a nebula sky that z or someone created that we could add too.
Pedro
To add rocks and trees to your maps with ModWiz
You need to rename the map to the TT#_#.ter fornat
And edit the mis file where it calls the terrain
ie
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "game/data/missions/terrains/details/detail1";
terrainFile = "game/data/missions/D6.ter";
squareSize = "10";
tile = "1";
blockShift = "8";
locked = "true";
position = "-1024 -1024 0";
};
(This is an example of a dash mission)
Then you can add and change all you want
Just remember to reverse the name and re-edit the mis
when you are done. Use a unique naming scheme so as
not to conflict with others :-)
Roo
@napalm writing you about the sky now!
^ Yeah, wiz also told me MW has created lost of problems with him too, Ive edited.mis file and it still says invalid packet.... I dont know why, The First map I made which was a test works, I could add tree's and it would load and people would be able to join and play but my other 5 Maps wont load, or do anything!
I'v had a problem with MW if you don't have any rocks or tress you can't add any. To fix this I just add a power up and change it manuely in the mis file. Then after you got at least one rock or tree you can add more using MW.
Page : <1> :
Hi fellas
I recently updated my brothers computer while on a family vacation
and this is what I found out
I had made my latest mod seconds before leaving and it had a new sky that I had found
This sky was not included in the expansion pack
So after I updated the game with the Expansion Pack and the latest Mod pack
on my brothers machine we had a few games on my ScruMOD server.
All was proceeding well, Much laughter and good natured ribbing etc.
Then the new mod loaded and WHAM!!! My brothers game locked up with
an invalid art error. I tracked it down to the new sky and for some unknown reason it wouldn't
download!!! I have since changed out the sky to an accepted variant and all is well
But this puzzled me. Why will the game download the new skins and trees but not the sky!
Anyway something has changed. I am just not sure what
If anyone has a clue please help this discussion along
I know the game used to download skies np
hmmmm
Roo