#Who's Tired of Moving Map files Every Time You Make a Change?
1 messages · Page 1 of 1 (latest)
Like the idea, but isn't there also a bakkesmod plugin that also moves files when you save in udk?
https://bakkesplugins.com/plugins/view/187 this was the one I was thinking of
Yeah I like using that one for sure. That one is a little bit different. To me its more of an easier to test than Rocket Plugin solution.
This one is windows based so you don't need to have BM or rocket league open and it will copy and paste your map file from your UDK folder to cookedpc folder every time you hit save on UDK. And renames it to UPK for you.
If you really wanted to you could use this for any file format. With a little bit of change in the code. Which I might do now...
My little widget:
• Copies selected map file on UDK save
• Moves it to cookedpc
• Renames to UPK
• Creates backup folder
• Moves Overwritten UPK to backup folder
• AutoLoads Map into Rocket League
You could even make the map load automatically once it's moved by sending a command to bakkesmod through rcon
that would be even cooler
Lmfao bro…. You’re killing me… I just might look into that
Ah you use the mods folder "skinner pathetic gif here" I rename it utopia, I think swaggles has a .bat that does something similar
Lol yeah I hate map swapping
Got the rough draft working now I just gotta finalize it.
Who wants to be my guinea pig?
@pure terrace
@nova venture
@sage parcel
@golden relic
@astral patio
What are the 4 parts? Split to send via Discord?
Exactly
Do I need something to merge it back together or can I download it and use it?
Just download it, run part1.exe (that builds the parts) then, after it’s done extracting run AMM.exe
Alright, I don't know if I do it tonight but otherwise I'll do it later this week(end)
All good, I'm going out of town this weekend, thank you.

haha just had to give you some crap
mostly show off
hmm... anyone get a chance to try this...
Have it downloaded but was not able to launch rocket league for some reason, when I've fixed that I'll try it
sheesh when was the last time you played?
A couple of days ago, but I'm bad at remembering small tasks
. Keep coming up with other small tasks like creating more twitter accounts
I'll be free in one hour I think, tell me how can I be of help boss
Do I need to have BM running?
No, to install follow #1082365602280263701 message and fill in the paths from the first image in this post
Aight, my laptop rebooted 3 times this week because of the blue screen of death so let's test it I'm sure it'll be fine
stop monitoring me leeroy
mm question
is it only for steam users?
may I humbly suggest to only have 3 backups or N backups laptop full like ravioli
Don't think so as the first image shows epic games in the file path
I don't know what could cause the map loading failed error, I guess you need to monitor countrymo more @ripe slate
puts on second pair of underwear*
Probably dont have RL open or Bakkesmod on...
The map load error will happen when it can't send the RCON command
Umm.... I could probably make a box saying how many backups you want to save.. But 3 could go quick with 3 quick UDK saves
thanks for the tag i probably would have never seen the @astral patio questions
bm is running but the loading still failes
do I need a specific plugin installed?
or enabled
mmm okay... where is your BakkesmodFolder located?
rcon plugin is enabled in bm if it helps
haha yes it does.
appdata roaming
\AppData\Roaming\bakkesmod\bakkesmod?
yessir
ya
aight one sec
do you have python? I could do a print to console
how do you open that console
well what i sent is like a compiled version of the script so as far as i know there is no way
i could send you the raw python file
if you guide me I can do whatever you want
lol... well actually... ill send you an new exe to replace one of the ones in the file... probably easier
Mo did you get to a chance to press "f6" and check the bakkesmod console
what I mean is how do you guess the bm folder
could it be useful to input that as well?
that's what i was asking lol
the BM folder is figured out by grabbing the app/roaming from your pc... bakkesmod_folder = str(os.getenv('APPDATA') + '/bakkesmod/bakkesmod').replace('\\', '/')
nothing happens in bm console btw
replace this in the subprocesses folder of automatic mover
no errors nothing?
you scrolled through (i only ask because i had to)
still nothing
hmmm
okay so the new exe i sent you to replace in the subprocess folder i added a command to print the bakkesmod folder and the rcon password
so if those dont pop up we know there something wrong there
nothing happens at all in the console
you replace the exe?
ehm
youre being sneaky only showing me half the of the text in the black window 😉
haha no the part2 is because the exe is 9mb so i had to send it it two parts
the winrar will unzip it to one file
i'll extract it there then
thanks for the help i know this is a pain in the butt
ok so
currently i'm here
and it doesnt let me extract part2.rar
explain it to me like i'm five
okay let me explain this to you
IM A FUCKING MORON. I ONLY SENT YOU ONE OF THE TWO FILES. 
my idea is to do it all again an renaming it to automaticmapmoverpart2
ah so im missing the one with cfg and subprocess maybe
trying to send you part 1 now but it randomly disappeared
maybe I stole it
bro windows is so smart its dumb and quaratined it
puts on third pair of underwear*
alright so now if you run that then it will make AMMwatcher.exe and then you can replace the one you got now in subprocess folder
Bro i tell you i feel dumb right now lol
mm
i don't think u'll like what i'm about to say
but i'll move the wtcher in the subprocess i guess
yes perfect
I'm assuming the issue is the rcon just gotta figure out why
sweats in HDD
lol better delete those save you some room
Did you install the rcon?
no it was built in to bakkesmod
\AppData\Roaming\bakkesmod\bakkesmod\bakkesmodsdk\bakkes_pathplugin.py can you open in notepad and send me the bakkesmod_server... should be line 14.
trying to find out what is different between yours and mine
also if you have better stuff to do i need to mow the lawn
5 min an ill go
which port do you use in your program?
in line 14 I have the 127.0.0.1 and the port
which is pretty weird that it uses that port since I think I'm using it for something else
I have the 9002 as well

I thought I was using it for a program but I stopped it and stil nthing on f6
you can mow the lawn I 'll try again in an hour i think
you know what i didnt .rstrip(" ") the password for spaces. maybe thats why
where should I paste that
oh id have to recompile the watcher and send it again lol
i dont think thats whats wrong... but i guess it could be who knows... alright im going to go mow and give it some thought. thank you for all the help
hah
yeah replacing line 13 with my bakke plugin dir worked
HELL YEAH THAT SAVES TIME
maybe you wrote
bakkesmod_folder = str(os.getenv('APPDATA') + '/bakkesmod/bakkesmod').replace('\\', '/') instead of
bakkesmod_folder = str(os.getenv('APPDATA') + '/bakkesmod/bakkesmod/plugins').replace('\\', '/') idkk
I think we might need a couple more people to see if my computer is different than others
And what if we have identical computers? ||/s||
sheesh yall brothers?
@astral patio do you have \AppData\Roaming\bakkesmod\bakkesmod\data\rcon_commands.cfg?
Does it have rcon_refresh_allowed and load_workshop in it?
So I have bakkesmod and rocket league now open. Do I now only need the last 2 AMMwatcher parts or also the first 4?
randommaps.cfg the hell is this
I think that is a bakkesmod configuration file
i think just the 4 should be fine
if that doesn t load ur level then download the last 2
First 4 i sent... the second two were only for country
a little monitoring
Yeah it works. Great addition that it loads the map with bakkesmod
lol i owe the credit to @pure terrace
I did nothing lol, I just pointed you to the right direction
It is
I did this and it works like a charm
Bro I never noticed you said it was working lol. Really though that doesn’t make any sense because mines set to steam but I use epic and my app doesn’t use that file at all… I was just curious if somehow your rcon ip was different. So weird
Idk lol it worked after I changed that😂 great job btw, will definitely use it a lot
I bet no one mows the lawn like you do
Gah damn you sweet talking me. Bought me one of these commercial mowers (but mine is used)… best purchase for the house ever.
Damn looks fresh out of farming simulator lmao
hahahaha true dat. I don't have a huge lot (.25 acres in american) but i got lots of trees and hills so the ole push mower would take 2+ hours i can get it done in 45 mins or less with this bad boy
Lmao my man got acres, that's a Winnie the Pooh unity of measurement
Still 45 min that's quite impressive actually
Lmfao I have 1/4 of one acre my bad.
Winnie the Pooh was the shit
Eeyore is my spirit animal.
lol tbf depending on the day we can see ourselves in one of the characters
I'm mostly Ih-Oh
that reminds be of that fantastic game of winnie the pooh where I was Tigro and had to collect all the honey, that was an incredibly challenging game
Lmfao never heard of it
https://youtu.be/g2k1LHHzg5I best game hands down (apparently it's not 4k HDR like I remember it)
@ripe slate getting some errors:
oh i see for some reason it didnt write the csv file. maybe try running as admin
Ok it looks like its working now! Whats the optimal workflow for this? Im used to using the bat script to copy over utopia retro, but this seems like it just takes the file name and changes the extension to upk. Im assuming I should be using the bakkes mod map loader in this case?
It makes a back up, puts a new copy of UPK, then launches it in rl if rl is open
As soon as you hit save in udk it runs
What should my destination folder be?
That’s a great question I would assume cookedpc or cookedpc/mods. But I’m wondering if it’s possible to have it anywhere now that you ask.
alright i have it in the mods folder it seems like everything is working great. Great job @ripe slate . Although it unfortunately didnt fix my problem. Im still getting the original issue I wrote in about where I dont see changes until I close RL and re-open. super frustrating cause it just starting doing this outta nowhere. Cant think of much that has changed in the last month... maybe its a windows 11 thing??
really excited to use this once I get my shit figured out!
Me too!
Just tried it and it works perfect for me 👌