Page 4 of 4

Re: Epic First Person Mod REMASTERED b3

Posted: Fri Apr 21, 2017 12:36 pm
by watergun127
Alright, v1.5 is up for b3.

Re: Epic First Person Mod REMASTERED b3

Posted: Fri Apr 21, 2017 7:25 pm
by merlyn
Checked out the update on aschar.as

Looks like there was a minor change in beta 3 that didn't get applied. The "if" block at line 2010 was moved to line 2015 in B3. (moved to be inside the "if(on_fire)" check)

In this image, the post beta 3 code is on the left, and the pre beta 3 code is on the right.

http://pasteboard.co/79snVHlvq.png

Re: Epic First Person Mod REMASTERED b3

Posted: Fri Apr 21, 2017 7:34 pm
by merlyn
Have you considered putting this mod up on the steam workshop?

Re: Epic First Person Mod REMASTERED b3

Posted: Sat Apr 22, 2017 5:21 am
by watergun127
I saw the Steam Workshop stuff in the b3 video, but I hadn't really considered it until now. I would absolutely be interested in putting this up.

I fixed the issue you pointed out. However, the code itself won't cause any problems being outside of the if statement, as on_fire_loop_handle is set -1 both at the start and everytime on_fire is set to false, so I'm going to leave the current build of the mod as is.

Re: Epic First Person Mod REMASTERED b3

Posted: Sat Apr 22, 2017 4:40 pm
by merlyn
watergun127 wrote:I saw the Steam Workshop stuff in the b3 video, but I hadn't really considered it until now. I would absolutely be interested in putting this up.

I fixed the issue you pointed out. However, the code itself won't cause any problems being outside of the if statement, as on_fire_loop_handle is set -1 both at the start and everytime on_fire is set to false, so I'm going to leave the current build of the mod as is.
Cool :)

Here's how to get workshop access: viewtopic.php?f=13&t=40763

You can post on the modding forum if you want help getting your mod up on workshop (make a proper mod.xml based on the files in examplemods/* and upload it via windows -> mods -> menus -> advanced). You could also look at the flying mod for an example of a workshop ready script mod directory structure (viewtopic.php?f=16&t=39189&p=246436#p246436).

If you're on the Discord (https://discordapp.com/invite/wCntgVQ) you can also just message me.