EpochModTeam / Epoch

Epoch Survival Game Mode for ARMA 3
http://epochmod.com/
Other
92 stars 82 forks source link

Proper Malden Support #877

Closed vbawol closed 7 years ago

vbawol commented 7 years ago
morgoth0 commented 7 years ago

Is anyone working on this? If not, I'll take a bash at it...

Cheers, Grahame.

vbawol commented 7 years ago

Go for it @morgoth0

morgoth0 commented 7 years ago

On it. Won't take long. And it's Grahame from the forums ;)

Tarabass999 commented 7 years ago
class Land_ATM_01_malden_F : bankTerminal {};
class Land_ATM_02_malden_F : bankTerminal {};
class phonebooth_01_malden_F_p3d : bankTerminal {};
class phonebooth_02_malden_F_p3d : bankTerminal {};

class land_phonebooth_01_malden_F_p3d : bankTerminal {};
class land_phonebooth_02_malden_F_p3d : bankTerminal {};
class Land_atm_01_malden_F_p3d : bankTerminal {};
class Land_atm_02_malden_F_p3d : bankTerminal {};

Have all in worldinteractions.hpp but think only the last 4 entries are needed, just didn't check anymore

morgoth0 commented 7 years ago

This is all you need. Have it in the files I'm working on:

class Land_ATM_01_malden_F : bankTerminal {}; class Land_ATM_02_malden_F : bankTerminal {}; class Land_PhoneBooth_01_malden_F : bankTerminal {}; class Land_PhoneBooth_02_malden_F : bankTerminal {};

Tarabass999 commented 7 years ago

sorry code ?!?

morgoth0 commented 7 years ago

I've got three new ones coming that include one where boats can be bought and sold:

20170929140225_1

Tarabass999 commented 7 years ago

cool.. I'm looking forward to those :)

morgoth0 commented 7 years ago

Had to move a couple of them. Here's what I'm uploading for Malden: https://www.youtube.com/watch?v=U_vZ-vXjjgo

vbawol commented 7 years ago

Hey, @morgoth0 did you finish with the new trader cities for Malden yet?

vbawol commented 7 years ago

Oh nevermind, I just popped on the dev server and see that you did get them added, Thanks!