Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - AnthonyBF2

#61
General / Dealing with identity trolls
October 24, 2021, 04:20:19 PM
Recently I have dealt with online trolls pretending to be me on other platforms such as Telegram.
I am making this announcement to clarify I am NOT using Telegram. If you see or are contacted by anyone using "AnthonyBF2" with my real name and picture, do not respond.
Please report them for me and block them if you wish.
Apart from my alias, real name, and real picture being stolen by such trolls, they are also pretending to create mod project servers that mimmick my project servers.
I want to clarify: My projects are ONLY available on Discord and my real project server is here: https://discord.gg/w95VHytQJ4
If you see ANY other groups on other platforms with such name, pictures, and purposes .... THEY ARE FAKE. Please report them for me and block them if you wish.
if you are invited to any similar group on another platform, DO NOT JOIN - it's fake. Just ignore it and report it if you feel like it.

Below is a list of real accounts/platforms that I actually own and use (the real me):
Steam - https://steamcommunity.com/id/AnthonyBF2/
Discord - AnthonyBF2#9350
Moddb - https://www.moddb.com/members/anthonybf2
Reddit - https://www.reddit.com/user/AnthonyBF2/
And of course I am here on Gametoast and SWBFgamers.

I do NOT have a public presence on ANY other social/gaming platform so please be wary of fakes on anything outside of the list I wrote above.
You don't need to respond to this message, just read it and be alert. I thank you for your time!
#62
Anyone with ZeroEditor can see out of bounds props, there's no way in hell anything in BF1/BF2 has gone undiscovered for this long.
#64
You cannot have two sound files at once. You must pick and choose what sounds you're willing to lose.

Alternatively, you can reference a second custom made sound file that contains *only* the missing sounds.
I have no idea how to do that but you can find instructions somewhere on this website.
#65
You cannot have multiple sound files, ever. Errors will occur.
You need to load the Hoth sound file in your mission script then edit the weapon ODFs from the AT-ST to use reference the AT-AT weapon sounds.
#66
SWBF1 Modding / Re: Why BF1 not BF2?
July 29, 2021, 05:37:38 PM
Because BF1 has too many limits and restrictions and worst physics.
#67
SWBF1 Modding / Re: DropItemClass crash issue
July 18, 2021, 02:46:12 PM
all of the msh/tgas used by the ODF must be in the MSH folder
#68
SWBF1 Modding / Re: DropItemClass crash issue
July 17, 2021, 08:12:10 PM
If you're putting the msh/odf assets in your SIDE then the class entries also need to go in the SIDE req, as well as creating a subreq for the class name, then call up those assets alongside the normal SIDE assets in your mission script.

Then apply the class drops to the character ODFs.

I can't say this will work but it seems like it should, I have used similar methods for getting content loaded into BF2.

This is BF1 afterall, one of the jankiest games of all time (Still love it) so it may not work.
#69
SWBF1 Modding / Re: DropItemClass crash issue
July 16, 2021, 10:51:27 PM
Try editing the world REQ file and adding a "class" section then add the name of the ODF that you're trying to make work (make sure those assets exist in world's msh/odf folders).

I did this for BF2 which successfully allowed me to manipulate buildings and props using fake console commands.
#70
The patched ISOs that I prepared don't require manual DNS and the DNAS was removed. All you have to do is load those ISOs I made and make a new network configuration file as you would normally as if Gamespy still existed.
#71
SWBF1 Modding / Re: Objects under the map
June 05, 2021, 06:01:17 AM
I've had this issue several times when making maps in the PSP version of BF2. Every time I solved it by playing around with the sky file values inside NearSceneRange and FarSceneRange. Several times I just copied values from vanilla maps and they worked perfectly.
#72
But editing the maps is unrelated.... changing heroes is done in the mission.lvl scripts
#73
heroes = scripting

You need to build a new mission.lvl and edit the Polis Massa scripts to load different heroes
#74
The method I've used several times is to take a copy of Mos Eisley, toggle terrain off, erase the sky dome block of code from the SKY file, clear out all the regions, paths, props, etc then re-add what I need in any of the layers, then load that after my real world was loaded.
#75
Just make a new "world" without sky dome, terrain, water, etc. and load one of it's layer's filled with the items you need.