wc3edit.net

United Warcraft 3 map hacking!
It is currently April 20th, 2024, 2:15 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: May 23rd, 2021, 3:24 pm 
Offline
Cheater
User avatar

Joined: November 21st, 2016, 6:50 pm
Posts: 152
Problem: Map won't let you save game, "Gamestatus offline" message appears if you start the map in singleplayer, but the map is playable otherwise.

I tried editing some triggers, deleting test game trigger, gamestatus trigger, editing save/load trigger but it all breaks the map.

If it's possible I'd like you to post things you changed or deleted or PM me so I know in the future what to do in such cases.

Edit: Found out it's using Codeless Save System if it's of any help.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: September 3rd, 2021, 7:00 am 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
Code:
    if ( Trig_GameStatus_Func011C() ) then
        if ( ReloadGameCachesFromDisk() ) then
        set udg_GameStatus=udg_GAME_STATUS_OFFLINE
        else
        set udg_GameStatus=udg_GAME_STATUS_REPLAY
        endif
    else
        set udg_GameStatus=udg_GAME_STATUS_ONLINE
    endif


Just change the if condition to false like so:

Code:
function Trig_GameStatus_Func011C takes nothing returns boolean
    if ( not ( IsUnitSelected(GetLastCreatedUnit(), udg_GameStatus_TempPlayer) == true ) ) then
        return false
    endif
    return false
endfunction


Change the udg_Repry variable to 2:

Code:
        if ( Trig_Set_Variables_Func001Func001C() ) then
            set udg_Repry = 2
        else
        endif


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)