Technical support > Windows

Issues with build 24055 (Muton Diff patch)

<< < (2/3) > >>

Mattn:
....and there will be more of those sneaking fixes until the pathfinding patch is finished - we can't increase the bsp version with every commit.

Muton:
As expected
after uninstall the game (complete remove)
and complete recompile of the game including all maps
i can still climb the dropship or roofs

So the diff patch is ok!

> After the "soldier goes up on dropship" issue there was a map compiler change

I hope you reflect changes on ufo2map in variable VERSION

--- Code: ---for /f "tokens=3" %%a in ('type %~dps0src\tools\ufo2map\ufo2map.c ^| find /I "define" ^| find /I "VERSION"') do (
if NOT "%%~a" == "1.2.4" (
@echo ufo2map changed
pause
)
)

--- End code ---

odie:

--- Quote from: geever on April 18, 2009, 08:27:48 pm ---I think I explained it many times already. Scripts detect map changes but not map compiler changes. After the "soldier goes up on dropship" issue there was a map compiler change that effected maps. There was no BPSVERSION change (so the maps could be loaded) but recompilation of all maps were needed to fix the issues.

-geever

--- End quote ---
*enlightened*

Ooooo. If that is the case, could you point me to the page where it details the map recompilation procedures pls?

In short, does it meant that not only do i have to rebuild the workspace each time, i need to del the bsp files before i do the archives.bat and the compile_maps.bat scripts before NSIS-scripting into an installer?

What is the missing step in b/w the procedures??

Thanks geever!

Mattn:

--- Quote from: Muton on April 18, 2009, 11:12:36 pm ---
--- Code: ---for /f "tokens=3" %%a in ('type %~dps0src\tools\ufo2map\ufo2map.c ^| find /I "define" ^| find /I "VERSION"') do (
if NOT "%%~a" == "1.2.4" (
@echo ufo2map changed
pause
)
)

--- End code ---

--- End quote ---

holy shit muton, what are you? one of the aliens? how the heck could one understand such a syntax? but a nice example anyway - i've searched for something lke that for a task at work.


--- Quote ---I hope you reflect changes on ufo2map in variable VERSION
--- End quote ---
No, not every change would increase the ufo2map version. there are many changes on just one day, we can't increase the version number for every one of them.

geever:

--- Quote from: odie on April 19, 2009, 08:39:20 am ---What is the missing step in b/w the procedures??

--- End quote ---

Run compile_maps.bat with /clean parameter so it will recompile all.

Full map recompilation isn't needed on every ufo2map change it can be minor but nowdays the pathfinding is changin' which does need it.

Note that there was a pathfinding commit today again so happy recompiling! :)

-geever

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version