Loading Screen + Imported music

BRUTAL

I'm working
Reaction score
118
ok i got it
give me a while to test it :p

edit*
ok lmao it works fine, i added in a trigger so i can hear it in game
it was funny seeing knights fighting to taht music :p
but anyways idk whats wrong it worked perfectly fine for me when i clicked test
i'll send it back, tell me if it still doesnt work.
 

BRUTAL

I'm working
Reaction score
118
rly?XD lol
wow thats weird
im not sure why it works now
but atleast it does right :p
 

magnemann

New Member
Reaction score
5
But it doesn't when I try to import something.
Is there something wrong with my game?
Perhaps I should buy WC3 and FT again, might be something wrong with my game...
 

BRUTAL

I'm working
Reaction score
118
so when you test the map now it works
but if you add something esle in it crashes again? XD
well i suggest that you save the map somewhere like on your desktop or w.e un-install warcraft3, then re-install
 

magnemann

New Member
Reaction score
5
You don't understand, I did reinstall it earlier on this computer, the same thing happened.
Also, on my previous computer, I also had this error, so I think my games are bugged.
Gonna buy the "Best Seller" version or whatever it's called tomorrow or something I think.
Im gonna send a PM to you if my problem still occur.
 

BRUTAL

I'm working
Reaction score
118
hm thats weird
waht did you buy like the games seperatly?
i bought battlechest, get that
 

magnemann

New Member
Reaction score
5
Well yes, I got FT a year after I got ROC.
Ah yes, I meant battlechest. (I think, I think they sell it separately as well, should I rather buy battlechest if I find one?)
 

BRUTAL

I'm working
Reaction score
118
oo
well yes they sell it seperatly, and they sell battlechest
but i think you should get battle chest, cause thats what i got and its fine, plus i think its cheaper to buy it instead of buying the 2 games individually or its alittle more im not sure :p
 

magnemann

New Member
Reaction score
5
I dont think they sell battlechests, but I know they sell them separately, so Im going to buy that.
Anyways, if the problem still occur, even after buying the best selling versions, what should I do then?
 

BRUTAL

I'm working
Reaction score
118
o well its the same thing anyways lol
well if the games you bought are oldish and you get new ones it should work
but if it doesnt, id guess that its like your computer or something is corrupted, im not sure :p
 

magnemann

New Member
Reaction score
5
Im gonna PM you or send you an email if the problem still exists after I've bought the new games.
I'll email you within the next days if it still occurs.
Well, toodles for now!
 

magnemann

New Member
Reaction score
5
Just bought the 2 new versions of the game, still occurs. 40 bucks wasted.
Anyway, after I've imported a sound and save, I get this error:
2 compile errors
line 56: invalid number of arguments
line 82: invalid number of arguments
CLICK THE SPOILER BELOW!
Code:
//===========================================================================
// 
// Just another Warcraft III map
// 
//   Warcraft III map script
//   Generated by the Warcraft III World Editor
//   Date: Mon Jan 28 18:30:02 2008
//   Map Author: Unknown
// 
//===========================================================================

//***************************************************************************
//*
//*  Global Variables
//*
//***************************************************************************

globals
endglobals

function InitGlobals takes nothing returns nothing
endfunction

//***************************************************************************
//*
//*  Players
//*
//***************************************************************************

function InitCustomPlayerSlots takes nothing returns nothing

    // Player 0
    call SetPlayerStartLocation( Player(0), 0 )
    call SetPlayerColor( Player(0), ConvertPlayerColor(0) )
    call SetPlayerRacePreference( Player(0), RACE_PREF_HUMAN )
    call SetPlayerRaceSelectable( Player(0), true )
    call SetPlayerController( Player(0), MAP_CONTROL_USER )

endfunction

function InitCustomTeams takes nothing returns nothing
    // Force: TRIGSTR_002
    call SetPlayerTeam( Player(0), 0 )

endfunction

//***************************************************************************
//*
//*  Main Initialization
//*
//***************************************************************************

//===========================================================================
function main takes nothing returns nothing
    call SetCameraBounds( -3328,0 + GetCameraMargin(CAMERA_MARGIN_LEFT), -3584,0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM), 3328,0 - GetCameraMargin(CAMERA_MARGIN_RIGHT), 3072,0 - GetCameraMargin(CAMERA_MARGIN_TOP), -3328,0 + GetCameraMargin(CAMERA_MARGIN_LEFT), 3072,0 - GetCameraMargin(CAMERA_MARGIN_TOP), 3328,0 - GetCameraMargin(CAMERA_MARGIN_RIGHT), -3584,0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM) )
    call SetDayNightModels( "Environment\\DNC\\DNCLordaeron\\DNCLordaeronTerrain\\DNCLordaeronTerrain.mdl", "Environment\\DNC\\DNCLordaeron\\DNCLordaeronUnit\\DNCLordaeronUnit.mdl" )
    call NewSoundEnvironment( "Default" )
    call SetAmbientDaySound( "LordaeronSummerDay" )
    call SetAmbientNightSound( "LordaeronSummerNight" )
    call SetMapMusic( "Music", true, 0 )
    call InitBlizzard(  )
    call InitGlobals(  )

endfunction

//***************************************************************************
//*
//*  Map Configuration
//*
//***************************************************************************

function config takes nothing returns nothing
    call SetMapName( "Just another Warcraft III map" )
    call SetMapDescription( "Nondescript" )
    call SetPlayers( 1 )
    call SetTeams( 1 )
    call SetGamePlacement( MAP_PLACEMENT_USE_MAP_SETTINGS )

    call DefineStartLocation( 0, -2967,6, 384,9 )

    // Player setup
    call InitCustomPlayerSlots(  )
    call SetPlayerSlotAvailable( Player(0), MAP_CONTROL_USER )
    call InitGenericPlayerSlots(  )
endfunction
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top