sndwav Posted January 13, 2021 Share Posted January 13, 2021 Hello everybody, I used to dabble in JA mapping a long, long time ago. Recently I replayed the game and got an idea for a singleplayer story-driven mod and started reading up on Singleplayer Modding. I made a test map in gtkRadiant (1.6), saved it, compiled it using the Bsp Menu, and ran the game (I'm using Steam). In the console, I typed "devmap testmap" and it loaded up the map ("map testmap" also works). Afterwards, I made a change to the floor texture, saved, compiled and typed the command in the console again (devmap and map), but it seems to load the map with the previous floor texture. Only when I relaunch the game it loads in the updated map when I type the command in the console. I've noticed in video tutorials that a relaunch of the game is not necessary to load the updated map, so I'm wondering what could I be doing wrong. Any insights will be appreciated, Thanks! Link to comment
AshuraDX Posted January 13, 2021 Share Posted January 13, 2021 Huh, that is odd - one thing you could try is using vid_restart before loading your map again. AFAIK that reloads all .shader files and other assets as well. Link to comment
NAB622 Posted January 13, 2021 Share Posted January 13, 2021 I know this is going to sound dumb, but are you 100% certain the compile is finished before you launch the map..? Link to comment
mrwonko Posted January 14, 2021 Share Posted January 14, 2021 Try devmapall, I think that's supposed to reload all resources. sndwav likes this Link to comment
sndwav Posted January 14, 2021 Author Share Posted January 14, 2021 8 hours ago, mrwonko said: Try devmapall, I think that's supposed to reload all resources. That did the trick, thank you! Some additional information, I'm now using OpenJK (it seems to act exactly the same). When running OpenJK's multiplayer exe, "devmap" works fine and loads the updated map, but doesn't show the cutscene (understandably). When running the singleplayer exe, "devmap" doesn't load the updated map, but using "devmapall" as MrWonko suggested does load the updated map. Time to do some more reading and modding. mrwonko likes this Link to comment
Bart Posted January 18, 2021 Share Posted January 18, 2021 I sometimes encountered the same problem as you did, and the best option was changing a map to some small one for a moment (like /devmap mp/duel1) and then again into /devmap mymap. Try that too in the future. Link to comment
NumberWan Posted January 20, 2021 Share Posted January 20, 2021 I've encountered this issue as well and only with OpenJK installed. The thing is that original JA and OpenJK sometimes use different folders for Saved Games and some other files. Thus it's possible to use both saves and different maps. This explanation isn't very accurate, but it might help you understand what might be the problem. In order to avoid this (and for dozens of other reasons) it's best to make test versions of your map before compiling the final one. I test certain scenes and scripts on test01, test02, etc. while the versions of the map itself include smth like dg_city_v1.map (dg_city_v1.bsp), dg_city_v2.map (dg_city_v2.bsp), etc. Making backup maps is also a good thing to do. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now